Skip to content

v1.13.1

Compare
Choose a tag to compare
@cretz cretz released this 18 Feb 15:06
· 389 commits to master since this release
2c19379

Highlights

This is a bug-fix patch release.

Bug fix - context cancellation concurrency

In #721 we fixed an issue where two context cancellations may cause a concurrent map read during rare cases.

Bug fix - activity cancellation when already completed

In #726 we fixed a race condition that occurs when activities are completed while cancellations are attempted.

Specific Changes

2022-02-07 - b1c3a91 - Add workflow/activity start time and activity ID to tracing interceptor spans (#715)
2022-02-07 - b5ba1d3 - Support trace logger in workflows & activities (#714)
2022-02-09 - 1837657 - Fix cancellation race condition (#721)
2022-02-11 - edacacb - Address rare custom resolver test race (#725)
2022-02-15 - 69da258 - Add a helper for serving a payload encoder over HTTP. (#717)
2022-02-18 - 2c19379 - Remove pending activity cancellations when activity completion occurs (#726)