Skip to content

Commit ca132c3

Browse files
committed
Focus CHANGELOGS to user-facing
1 parent f06f3ee commit ca132c3

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,13 @@ ADDED
3232

3333
CHANGED
3434

35-
- Refactored `TaskHubGrpcClient` to share request-building and validation logic
36-
with `AsyncTaskHubGrpcClient` via module-level helper functions
37-
- Updated generated protobuf definitions to the latest durabletask-protobuf commit
3835
- Improved timer scheduling behavior for orchestrator timers
39-
- Updated GitHub workflow permissions for release and test pipelines
40-
- Added GitHub Copilot agent workflows for PR verification, daily code review, and issue triage
41-
- Updated examples and docs across orchestration, entity, fan-out/fan-in, and versioning samples
4236

4337
FIXED:
4438

4539
- Fix unbound variable in entity V1 processing
4640
- Fixed `compute_next_delay` returning `None` when `max_retry_interval` is not set
4741
- Fixed multiple entity-related bugs across ID parsing and failure handling
48-
- Fixed flaky in-memory backend tests
4942

5043
## v1.3.0
5144

durabletask-azuremanaged/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Updates base dependency to durabletask v1.4.0
1313
- Includes restart support, batch actions, work item filtering, timer improvements,
14-
distributed tracing improvements, updated protobuf definitions, and entity bug fixes
14+
distributed tracing improvements, and entity bug fixes
1515
- Added `AsyncDurableTaskSchedulerClient` for async/await usage with `grpc.aio`
1616
- Added `DTSAsyncDefaultClientInterceptorImpl` async gRPC interceptor for DTS authentication
1717
- Added `payload_store` parameter to `DurableTaskSchedulerWorker`,
@@ -21,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
`durabletask[azure-blob-payloads]` — install with
2222
`pip install durabletask.azuremanaged[azure-blob-payloads]`
2323
- Improved worker timer handling to align with durabletask timer updates
24-
- Updated workflow permissions for azuremanaged CI/release pipelines
2524

2625
## v1.3.0
2726

0 commit comments

Comments
 (0)