releases.shpreview
Temporal

Temporal

temporal.ioInfrastructure
$npx @buildinternet/releases get temporal

What's Changed

Fixed
  • Workflow Bundler: further strengthening of the webpack_module_cache replacement logic, addressing regressions introduced by the fix in 1.20.1.
  • @temporalio/langsmith: install Workflow-bundle rewrites via compiler.webpack so they work under…
Read more →

Nexus signals propagate links; standalone activities now traced

This release3 featuresNew capabilities3 enhancementsImprovements to existing features2 fixesBug fixesAI-tallied from the release notes
Go SDK · v1.46.0

Signal and Signal-with-start calls from Nexus operation handlers now propagate links for mutual UI navigation between caller and callee workflows, and standalone Nexus operation links are supported. Standalone activities now receive tracing spans through the OTel interceptor. Fixed SDK flags being ignored when GetSystemInfo lacks metadata support and RPC retry failures with gzip-unsupported servers.

Read more →

Node 20.3.0 required; gRPC gzip compression enabled by default

This release4 featuresNew capabilities3 enhancementsImprovements to existing features2 fixesBug fixesAI-tallied from the release notes
TypeScript SDK · v1.19.0

Node version requirement bumped to 20.3.0, and gRPC gzip compression is now enabled by default (disable via grpcCompression: { codec: none } if using a proxy without gzip support). Nexus operation link propagation now works for signals, making caller and callee mutually navigable in the UI, and WorkflowHandle.runId is now optional to support creating handles using only a workflow ID.

Read more →

Highlights

Workflow Behavior Fixes Enabled by Default

SDKFlagBlockedSelectorSignalReceive and SDKFlagWorkflowNewChannelLostMessages are now enabled by default for new workflow executions. These flags previously gated fixes for selector/signal receive behavior…

Read more →

Bug Fixes

  • [workflow-streams] Fix continue-as-new handling in workflow-streams subscribe (#2102)
  • [activity] Correctly populate activity info task queue and namespace…
Read more →