Release Highlights
This release includes bug fixes for archival and retry logic, and removes 30 days max retention limit.
IMPORTANT
If you don't enable history archival feature, you can ignore this part.
If you are using history archival feature, when v1.17.3 of history service running with older version of worker service during upgrade, there is a slight chance that may result in dangling workflow mutable state with history been deleted.
To avoid that, you should follow below steps to upgrade to this release:
- Stop old version worker role.
- Deploy this patch release.
- Start worker role after upgrade to this release.
All changes
2022-08-16 - 7f72106 - Prepare 1.17.3 patch
2022-08-16 - 06d641f - Fix formating
2022-08-16 - 4426702 - Fix failover queue shutdown (#3232)
2022-08-15 - 0bd7435 - Fix archival activities error handling (#3227)
2022-08-12 - f8a59f7 - Use detached context for shard context operations (#3194)
2022-08-12 - dae8a51 - Fix queue processor throttling logic (#3195)
2022-08-12 - cea0709 - Remove namespace max retention (#3148)
2022-08-12 - cdb9ae0 - Add version check for delete workflow transfer task (#3159)
2022-08-12 - c61450f - Fix inline history archival (#3216)
2022-08-12 - ba452a2 - additional history scavenger heartbeat (#3186)
2022-08-12 - 5b05741 - Simplify system retry logic: Part 1 (#3172)
2022-08-12 - 51817aa - Use a prefix for scheduler workflow ids (#3201)
2022-08-12 - 4b7507d - Improve task processing retry behavior (#3218)
2022-08-12 - 23e40a9 - Fix shard close error type (#3215)
2022-08-12 - bd22047 - Run one per-ns worker per namespace instead of namespace × component (#3116)
2022-08-12 - 6aaddf3 - Run task rescheduler in background (#3038)
Details about v1.17.0 release can be found here.
Helpful links to get you started with Temporal
Temporal Docs
Server
Docker Compose
Helm Chart
Docker images for this release (use tag 1.17.3
)
Server
Server With Auto Setup (what is Auto-Setup?)
Admin-Tools