October 10, 2023

Java SDK v1.22.0

Tracing improvements

Improved tracing support in signals, queries, and update.

Bugfixes

  • Fixes a bug where after a server failure a worker could end up only polling on the sticky task queue and never poll on the normal task queue

  • Fix caching in WorkflowLocal/WorkflowThreadLocal to match behavior of ThreadLocal

  • Fixes a bug where the SDK would receive a workflow task, but may not run the users Workflow code.