releases.sh
preview
Search
Docs
Temporal
/
TypeScript SDK
/
v1.9.3
v1.9.3
February 23, 2024
TypeScript SDK
View original ↗
$
npx -y @buildinternet/releases show rel_DGk0jUC8JbMszqu7_xWEA
Bug fixes
Fix deprecated patch removal when no subsequent command (
https://github.com/temporalio/sdk-core/pull/671
).
Fix incorrect ordering of a query execution that could happen if new workflow tasks came in while there were buffered queries (
https://github.com/temporalio/sdk-core/pull/673
).
Fix a possibility of sending local activity marker after the Workflow Task Complete command (
https://github.com/temporalio/sdk-core/pull/678
).
Wait for activity completes to reach server before shutdown (
https://github.com/temporalio/sdk-core/pull/681
).
Update protobuf definitions to work with the new
EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_REQUESTED
event (
https://github.com/temporalio/sdk-core/pull/677
).
Fix a regression regarding gRPC incoming message limit due to a behavior change in tonic 0.9.0.
Documentation
Avoid doctype reexports canonicalization issue (#1354)
Miscellaneous Tasks
Add test for module property mutation isolation (#1356)
Fetched April 11, 2026