Skip to content

v1.22.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 17:54
· 51 commits to master since this release
4745afb

Highlights

Bugfixes

  • Fixes a rare bug that could cause the SDK to not fully replay histories on server version pre 1.21
  • Fixes a bug causing workflow task failure if a local activity was scheduled on the same workflow task
    the workflow tried to continue as new.

Changeset

2023-10-25 - 8b3be3b - Don't schedule local activities on a completed workflow (#1908)
2023-10-30 - 2f5fdf1 - Test continue as new in an update (#1917)
2023-10-30 - 503cae7 - Verify history is replayed up to StartedEventId (#1916)
2023-10-30 - 8af4a26 - ReadOnly Exception in update validator fail WFT (#1918)
2023-10-30 - abb1deb - Add proto-google-common-protos to temporal-shaded (#1912)
2023-11-03 - 7077b54 - Add getWorkerTaskReachability API (#1919)
2023-11-06 - 5d1bbbe - Test continue as new with local activities (#1922)