v1.3.7-prerelease31
What's Changed
- fix: Replace tokenbucket with standard limiter on CLI by @Scanf-s in https://github.com/cadence-workflow/cadence/pull/7585
- chore: Update history task processor to switch to the new scheduler as the default by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7623
- fix: tightning classifications a bit on history cleanup by @davidporter-id-au in https://github.com/cadence-workflow/cadence/pull/7627
- chore: Add github action to standardize issue description and labeling by @timl3136 in https://github.com/cadence-workflow/cadence/pull/7615
- chore: Add a metric to monitor the size of weighted channel pool by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7634
- refactor: remove time generation from sql db layer by @ribaraka in https://github.com/cadence-workflow/cadence/pull/7631
- fix(shard-distributor): fix shard handover and assignment distribution metrics by @arzonus in https://github.com/cadence-workflow/cadence/pull/7582
- fix(shard-manager): Clean up stale executors in shadow mode by @gazi-yestemirova in https://github.com/cadence-workflow/cadence/pull/7635
- chore(shard-manager): Emit metrics on total number of executors by @gazi-yestemirova in https://github.com/cadence-workflow/cadence/pull/7636
- feat: Add cadence-caller-type to cli header by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7638
- feat(matching): Invalidate TaskListPartitionConfig on Attempted Writes to Read-Only Partitions by @joannalauu in https://github.com/cadence-workflow/cadence/pull/7618
- chore(shard-manager): Emit metrics on oldest executors heartbeat by @gazi-yestemirova in https://github.com/cadence-workflow/cadence/pull/7639
- feat: Add cron and workflow execution related fields to visibility by @neil-xie in https://github.com/cadence-workflow/cadence/pull/7527
- feat: Extract cadence-caller-type from headers by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7644
- fix(shard-distributor): fix flaky tests by @arzonus in https://github.com/cadence-workflow/cadence/pull/7655
- docs: Add reviewers checklist to pull request description by @c-warren in https://github.com/cadence-workflow/cadence/pull/7596
- fix: Remove sync retry logic in AddTask function by @Scanf-s in https://github.com/cadence-workflow/cadence/pull/7650
- feat: Extract cadence-caller-type from headers at services inbound boundaries by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7653
- refactor: QueueManager/Queue interfaces by @ribaraka in https://github.com/cadence-workflow/cadence/pull/7652
- chore: Add natemort and c-warren to CODEOWNERS by @c-warren in https://github.com/cadence-workflow/cadence/pull/7659
- feat: Implement persistence bypass based on caller type by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7656
- fix: adds some missing codegen on master by @davidporter-id-au in https://github.com/cadence-workflow/cadence/pull/7663
- fix: changing defaults for history cleanup by @davidporter-id-au in https://github.com/cadence-workflow/cadence/pull/7661
- feat(cli): Add workflow refresh tasks command by @gazi-yestemirova in https://github.com/cadence-workflow/cadence/pull/7657
- fix(shard-manager): Cleanup stale executors when no active executors remain by @gazi-yestemirova in https://github.com/cadence-workflow/cadence/pull/7645
- fix(active-active): domain not active error is non retryable for matching by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7676
- feat: Implement bypass based on caller type in the regional frontend regional rate limiter by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7662
- fix: revert addition of host tag to persistence calls by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7675
- ci: Add pull request reviewer via gitar by @c-warren in https://github.com/cadence-workflow/cadence/pull/7649
New Contributors
- @Scanf-s made their first contribution in https://github.com/cadence-workflow/cadence/pull/7585
Full Changelog: https://github.com/cadence-workflow/cadence/compare/v1.3.7-prerelease29...v1.3.7-prerelease31