Skip to content

Releases: microsoft/durabletask-java

Release v1.9.0

Choose a tag to compare

@bachuv bachuv released this 27 Apr 16:44

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

Choose a tag to compare

@bachuv bachuv released this 25 Mar 18:27

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

Choose a tag to compare

@bachuv bachuv released this 12 Feb 17:25

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

Choose a tag to compare

@bachuv bachuv released this 04 Feb 17:09

What's Changed

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

Release v1.6.2

Choose a tag to compare

@sophiatev sophiatev released this 17 Dec 00:36

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

Choose a tag to compare

@halspang halspang released this 01 Oct 06:19

What's Changed

New Contributors

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

v1.6.0

Choose a tag to compare

@bachuv bachuv released this 11 Jul 18:48

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

Choose a tag to compare

@YunchuWang YunchuWang released this 30 Apr 23:58
6a0ec33

What's Changed

New Contributors

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

v1.5.0

Choose a tag to compare

@kaibocai kaibocai released this 06 Nov 16:01
81a8e7e

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

Choose a tag to compare

@kamperiadis kamperiadis released this 08 Sep 14:42
e938278

Updates

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