Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dapr/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: dapr/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.1
Choose a head ref
  • 7 commits
  • 659 files changed
  • 3 contributors

Commits on Jun 11, 2026

  1. chore: Pin protobuf to 0.4.0 (#1768)

    Signed-off-by: Javier Aliaga <[email protected]>
    javier-aliaga authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    8a22a88 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. fix(durabletask): don't let resolved event-wait timers block implicit…

    … completion (#1769) (#1771)
    
    When an orchestrator returns without calling ctx.complete(), the executor
    auto-completes only if no pending actions remain. Since #1733 every
    waitForExternalEvent emits a CreateTimer action, so when the final event
    arrives in the same work item as the completion that resumed the
    orchestrator, the re-armed wait's timer is still pending when the function
    returns — blocking the implicit completion. The workflow stayed RUNNING
    until that timer fired: forever, for indefinite waits.
    
    Treat pending timers of already-resolved event waits as obsolete in the
    implicit-completion check. All other pending actions block completion as
    before.
    
    The regression test reconstructs the failing production history
    field-for-field.
    
    
    (cherry picked from commit 625d0f8)
    
    Signed-off-by: Javier Aliaga <[email protected]>
    Co-authored-by: Javier Aliaga <[email protected]>
    dapr-bot and javier-aliaga authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    c97c39b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. fix: add DaprInvokeHttpClient.encodePath for URI path encoding (#1774) (

    #1776)
    
    newRequestBuilder resolves relativePath raw and now rethrows
    IllegalArgumentException on illegal chars (e.g. spaces), pointing at
    encodePath. encodePath percent-encodes each path segment, preserving
    separators and a leading slash and appending any query unchanged,
    mirroring DaprHttp/invokeMethod.
    
    
    (cherry picked from commit f42e0d2)
    
    Signed-off-by: Javier Aliaga <[email protected]>
    Co-authored-by: Javier Aliaga <[email protected]>
    dapr-bot and javier-aliaga authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    13dfc59 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Release 1.18.1-rc-1

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    548b860 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2026

  1. Fix/release 1.18 cves (#1788)

    * fix: update Jackson to address security vulnerabilities
    
    Signed-off-by: Javier Aliaga <[email protected]>
    
    * fix: update dependencies to address security vulnerabilities
    
    Signed-off-by: Javier Aliaga <[email protected]>
    
    ---------
    
    Signed-off-by: Javier Aliaga <[email protected]>
    javier-aliaga authored Jul 18, 2026
    Configuration menu
    Copy the full SHA
    0d4bba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Release 1.18.1

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    4e42c16 View commit details
    Browse the repository at this point in the history
  2. Generate updated javadocs for 1.18.1

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    fb1853d View commit details
    Browse the repository at this point in the history
Loading