Skip to content

Releases: microsoft/durabletask-java

Release v1.9.0

27 Apr 16:44

Choose a tag to compare

What's Changed

  • Add getSuspendPostUri and getResumePostUri getters to HttpManagementPayload by @bachuv in #264
  • Add support for calls to HTTP endpoints by @bachuv in #271
  • Adding work item filters support by @bachuv in #275
  • Durable Entities by @bachuv in #268
  • Fix entity locking deserialization and add Jackson support for EntityInstanceId/EntityMetadata by @bachuv in #281

Full Changelog: v1.8.0...v1.9.0

Release v1.8.0

25 Mar 18:27

Choose a tag to compare

What's Changed

  • Adding rewind client API by @bachuv in #253 Note: orchestration processing for rewind is supported with Azure Functions but not with the standalone GrpcDurableTaskWorker.
  • Add distributed tracing (OpenTelemetry) support by @torosent in #266
  • Add GitHub Copilot agents for automated PR verification, daily code review, and issue triage by @YunchuWang in #269

Full Changelog: v1.7.0...v1.8.0

Release v1.7.0

12 Feb 17:25

Choose a tag to compare

What's Changed

  • Add descriptive error when orchestration type is not registered by @torosent in #261
  • Update all dependencies to latest versions by @Copilot in #260

New Contributors

Full Changelog: v1.6.3...v1.7.0

Release v1.6.3

04 Feb 17:09

Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

Release v1.6.2

17 Dec 00:36

Choose a tag to compare

What's Changed

  • Fix duplicate plugin application, simplify CI to use JDK 11, and fix DTS emulator connectivity by @Copilot in #248
  • Fixing gRPC channel shutdown by @sophiatev in #249

Full Changelog: v1.6.1...v1.6.2

v1.6.1

01 Oct 06:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

11 Jul 18:48

Choose a tag to compare

What's Changed

  • Update user agent header for dts and add unit test by @berndverst in #221
  • Add tracing support to send information to the WebJobs extension by @bachuv in #211
  • Add tag support to new orchestrations by @halspang in #231
  • Introduce versioning into the Java SDK by @halspang in #224

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

30 Apr 23:58
6a0ec33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

06 Nov 16:01
81a8e7e

Choose a tag to compare

Updates

  • Fix exception type issue when using RetriableTask in fan in/out pattern (#174)
  • Add implementation to generate name-based deterministic UUID (#176)
  • Update dependencies to resolve CVEs (#177)

v1.4.0

08 Sep 14:42
e938278

Choose a tag to compare

Updates

  • Refactor createTimer to be non-blocking (#161)