Skip to content

v1.11.0

Compare
Choose a tag to compare
@cretz cretz released this 27 Oct 19:02
· 435 commits to master since this release
4e938eb

2021-09-15 - f39757a - Accept interface{} in ByteSlicePayloadConverter (#531)
2021-09-16 - 16bb227 - Start worker even when no workflow/activity registered (#539)
2021-09-17 - 4efeaca - Integration test for local activity retry and workflow heartbeat (#541)
2021-09-17 - ca2954d - Fix local activity retry backoff (#540)
2021-09-21 - 099f80a - Flaky integ test fixes (#542)
2021-09-22 - 80d6163 - Add Dmitry Spikhalskiy to codeowners (#544)
2021-09-23 - 196e3d4 - Adjust timeouts for heartbeat integration test (#545)
2021-09-27 - a5735f7 - Add a test which double checks some cancel-on exit behavior (#559)
2021-09-29 - c354f32 - Skip failing test on Windows (#561)
2021-09-30 - 89c81a3 - Apply default retry policy for local activities (#566)
2021-10-04 - e739f51 - Improve test success when server is slow (fixes #556 and fixes #547) (#565)
2021-10-06 - 4a53bc0 - Confirmation of duplicate workflow ID behavior while running (see #518) (#574)
2021-10-06 - a4c4243 - fix minor typo "loger" (#499)
2021-10-06 - c36d07c - Upgrade github.com/uber-go/tally to v4.0.1. This version is identical to v3.4.2, but uses go.mod. (#562)
2021-10-07 - 2c0af69 - Allow errors in signal interceptors (#564)
2021-10-07 - b52191f - Activity success e2e latency metrics (#575)
2021-10-08 - 662d4c6 - Fix heartbeats recording on activity failure (#578)
2021-10-12 - 47b28b9 - Update error type names in documentation (#584)
2021-10-14 - e24f673 - Make child-workflow-already-started error programmatically discoverable (#581)
2021-10-14 - f33117f - Add unit test for replay with side effect (#590)
2021-10-18 - 345e00b - Support custom converter on workflow replayer (#583)
2021-10-18 - 6bbdd9e - Fix issue where new task was not returned in sticky-disabled scenarios (#589)
2021-10-18 - e38f09d - Store activity result on graceful worker stop (#579)
2021-10-18 - fbe7741 - Document and test custom resolvers (#585)
2021-10-19 - ad43584 - Allow future to unmarshal into pointer of same pointer type set (#593)
2021-10-19 - e168840 - Fix issue with LRU max cache size (#591)
2021-10-20 - 3b59754 - Fix command ordering issue on child workflow cancel (#588)
2021-10-25 - aee63e5 - Change verb to correct type of error (#597)
2021-10-26 - f73a232 - Generic encoding converter with initial zlib implementation (#599)