Skip to content

Commit 55b92b8

Browse files
committed
Document Azure Managed async client fix
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7bc5f597-1596-460d-bfe6-738676344ef0
1 parent d45812a commit 55b92b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

durabletask-azuremanaged/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2121
- Improved async access token refresh concurrency handling to avoid duplicate
2222
refresh operations under concurrent access, matching the existing sync
2323
behavior.
24+
- Fixed `AsyncDurableTaskSchedulerClient` failing during construction when no
25+
current event loop was set. Its async gRPC channel is now created on first
26+
use and bound to the event loop performing the request.
2427

2528
## v1.8.0
2629

0 commit comments

Comments
 (0)