Important
Temporal Server v1.21.0 introduced a security bug in the Cassandra tool (aka temporal-cassandra-tool
) that can expose the credentials in debug level logs. The issue is fixed with this release in #4738.
All Changes
2023-08-14 - 1eaaaf8 - Increaes RecordHeartbeat frequency in VerifyReplicationTask (#4771)
2023-08-14 - 194a893 - Skip verifying workflow which has already passed retention time (#4770)
2023-08-14 - 8e56612 - Turn ErrWorkflowClosing into a retryable error (#4765)
2023-08-14 - cadd933 - Remove debug logging from Cassandra schema update tool (#4738)
2023-08-07 - 7e216c3 - Bump server version to 1.21.5
2023-08-07 - 524bda3 - Fix bug causing duplicates when listing s3-archived workflows (#4712)
2023-08-07 - 5722c23 - Continue replication verification by skipping workflow which should be or soon to be deleted (#4734)
2023-08-07 - a8ff17f - Change schedule jitter to depend on schedule + namespace ids (#4685)
2023-08-07 - 5f1455f - Collapse duplicate visibility tasks (#4727)
2023-08-07 - 8bda654 - Return ResourceExhaustedError for consistent query buffer full (#4731)
2023-08-07 - 95a76ef - Add worker versioning calls to read-only namespace APIs for authorizer (#4721)
2023-08-07 - 9970ea5 - Reduce the heartbeat size of VerifyReplicationTasks activity (#4705)
2023-08-07 - 9d59be3 - Finish idle schedule when a timer fires (#4602)
2023-08-07 - 120b8be - enable shard linger with time limit config (#4696)
2023-08-07 - 4448efa - Put user data replication tasks in DLQ (#4609)
2023-08-07 - b8e7b28 - support delaying shard close for membership change (#4659)
2023-08-07 - 12c95dd - Return nil instead of task discarded error if namespace is invalid locally (#4678)
2023-08-07 - a7832c7 - add configurable ownership caching to history client (#4652)
2023-08-07 - 37a7049 - Minor fixes in force replication verification (#4675)
2023-08-07 - ed5aded - Fix flaky TestForceReplicationWorkflow_VerifyReplicationTaskNonRetryableError (#4669)
2023-08-07 - eb0ee5e - restructure history client for alternate ownership handling (#4636)
2023-08-07 - b105e5b - move controller shard membership handling (#4607)
2023-08-07 - 23135a3 - use a factory to create shard contexts (#4586)
2023-08-07 - aeb47aa - add stop reason for context (#4601)
2023-08-07 - 6c80ff6 - wait for drain duration before stopping shard controller (#4587)
2023-08-07 - 35f6670 - support delay before history joins membership (#4582)
2023-08-07 - a6dfbc6 - move ringpop start call to service start (#4510)