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: microsoft/durabletask-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: microsoft/durabletask-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 10 commits
  • 31 files changed
  • 4 contributors

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    a5fc046 View commit details
    Browse the repository at this point in the history
  2. Update DurableTaskJava release pipeline configuration to use 'main' b…

    …ranch and adjust folder locations for artifacts (#220)
    YunchuWang authored May 1, 2025
    Configuration menu
    Copy the full SHA
    b3b4a01 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    f0757b0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    abe1449 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Add CONTRIBUTING.md (#212)

    bachuv authored May 9, 2025
    Configuration menu
    Copy the full SHA
    402b88e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Fix integration test retry extension (#227)

    * Fix integration test retry extension
    
    The integration tests were using a retry extension that was
    eating exceptions and hiding failures. This commit removes
    the customer extension and relies on gradle's built in retry.
    
    Signed-off-by: Hal Spang <halspang@microsoft.com>
    halspang authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    140f934 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Move integration tests to DTS Emulator (#230)

    Signed-off-by: Hal Spang <halspang@microsoft.com>
    halspang authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    924e542 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Add tag support to new orchestrations (#231)

    Signed-off-by: Hal Spang <halspang@microsoft.com>
    halspang authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    8685758 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Introduce versioning into the Java SDK (#224)

    * Introduce versioning into the Java SDK
    
    This commit adds the versioning feature from the dotnet SDK
    (durabletask-dotnet). This allows for the version to be passed via
    the context and for the worker to reject/fail orchestrations based
    on the provided version.
    
    Signed-off-by: Hal Spang <halspang@microsoft.com>
    halspang authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    8b8a342 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. initial commit

    bachuv committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    ca2f0cd View commit details
    Browse the repository at this point in the history
Loading