You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ ADDED
11
11
12
12
- Added `ReplaySafeLogger` and `OrchestrationContext.create_replay_safe_logger()`
13
13
for suppressing duplicate log messages during orchestrator replay
14
+
- Added `GrpcChannelOptions` and `GrpcRetryPolicyOptions` for configuring
15
+
gRPC transport behavior, including message-size limits, keepalive settings,
16
+
and channel-level retry policy service configuration.
17
+
- Added optional `channel` and `channel_options` parameters to
18
+
`TaskHubGrpcClient`, `AsyncTaskHubGrpcClient`, and `TaskHubGrpcWorker` to
19
+
support pre-configured channel passthrough and low-level gRPC channel
20
+
customization.
14
21
- Added `get_orchestration_history()` and `list_instance_ids()` to the sync and async gRPC clients.
15
22
- Added in-memory backend support for `StreamInstanceHistory` and `ListInstanceIds` so local orchestration tests can retrieve history and page terminal instance IDs by completion window.
0 commit comments