Releases: microsoft/durabletask-java
Releases · microsoft/durabletask-java
Release list
Release v1.9.0
What's Changed
- Add getSuspendPostUri and getResumePostUri getters to HttpManagementPayload by Varshitha Bachu (@bachuv) in #264
- Add support for calls to HTTP endpoints by Varshitha Bachu (@bachuv) in #271
- Adding work item filters support by Varshitha Bachu (@bachuv) in #275
- Durable Entities by Varshitha Bachu (@bachuv) in #268
- Fix entity locking deserialization and add Jackson support for EntityInstanceId/EntityMetadata by Varshitha Bachu (@bachuv) in #281
Full Changelog: v1.8.0...v1.9.0
Release v1.8.0
What's Changed
- Adding rewind client API by Varshitha Bachu (@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 Tomer Rosenthal (@torosent) in #266
- Add GitHub Copilot agents for automated PR verification, daily code review, and issue triage by wangbill (@YunchuWang) in #269
Full Changelog: v1.7.0...v1.8.0
Release v1.7.0
What's Changed
- Add descriptive error when orchestration type is not registered by Tomer Rosenthal (@torosent) in #261
- Update all dependencies to latest versions by @Copilot in #260
New Contributors
- Tomer Rosenthal (@torosent) made their first contribution in #261
Full Changelog: v1.6.3...v1.7.0
Release v1.6.3
What's Changed
Full Changelog: v1.6.2...v1.6.3
Release v1.6.2
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
What's Changed
- Address/Suppress various CodeQL items by andystaples in #236
- Support sub-orchestration default version by halspang in #241
New Contributors
- andystaples made their first contribution in #236
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Update user agent header for dts and add unit test by Bernd Verst (@berndverst) in #221
- Add tracing support to send information to the WebJobs extension by Varshitha Bachu (@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
- Bernd Verst (@berndverst) made their first contribution in #221
- halspang made their first contribution in #227
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Fix infinite loop when use continueasnew after wait external event by kaibocai (@kaibocai) in #183
- Split e2e tests from samples by kaibocai (@kaibocai) in #186
- Fix swallowed exception - Improve output exception message by kaibocai (@kaibocai) in #185
- Add code mirror pipeline by David Justo (@davidmrdavid) in #195
- Add initial 1ES migration by David Justo (@davidmrdavid) in #198
- enhance proto generation by wangbill (@YunchuWang) in #207
- Fixing various test issues for all tests by wangbill (@YunchuWang) in #208
- DTS Support by wangbill (@YunchuWang) in #201
- Disable breaking 1es spotbug task and manage it directly in ci by wangbill (@YunchuWang) in #209
- ESRP sign the packages to be compliant for release by wangbill (@YunchuWang) in #210
- Update CODEOWNERS to include new team members by wangbill (@YunchuWang) in #215
- Update protobuf definitions to include new properties in OrchestratorRequest and update source commit hash by wangbill (@YunchuWang) in #214
- Add User-Agent Header to gRPC Metadata by wangbill (@YunchuWang) in #213
- Improve logging for unexpected connection failures in DurableTaskGrpcWorker by wangbill (@YunchuWang) in #216
- release v1.5.1 by wangbill (@YunchuWang) in #217
New Contributors
- wangbill (@YunchuWang) made their first contribution in #207
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.0
Updates
- Refactor
createTimerto be non-blocking (#161)