Skip to content

Releases: cadence-workflow/cadence

v1.4.1-prerelease14

14 Apr 21:19
f7789e5

Choose a tag to compare

v1.4.1-prerelease14 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.1-prerelease13...v1.4.1-prerelease14

v1.4.1-prerelease13

02 Apr 20:49
40a8ddf

Choose a tag to compare

v1.4.1-prerelease13 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.1-prerelease12...v1.4.1-prerelease13

v1.4.1-prerelease12

02 Apr 20:48
bbd5b8d

Choose a tag to compare

v1.4.1-prerelease12 Pre-release
Pre-release

What's Changed

  • chore(docker): add compose override for local server development by @YoavLev in #7828
  • fix: Add mode both to Timer->Gauge/Counter migration by @fimanishi in #7860
  • ci: Automatically create issues for failed tests on master branch by @Shaddoll in #7872
  • feat(history): add automatic corruption detection and repair for mutable state by @fimanishi in #7850
  • docs: Add KubeStellar Console guided install reference by @clubanderson in #7862
  • revert: #4816 by @Shaddoll in #7876

New Contributors

Full Changelog: v1.4.1-prerelease11...v1.4.1-prerelease12

v1.4.1-prerelease11

01 Apr 13:26
fe8624a

Choose a tag to compare

v1.4.1-prerelease11 Pre-release
Pre-release

What's Changed

  • refactor(domain-audit): move domain audit log time from nosql DB layer to manager by @ribaraka in #7761
  • fix(admin): return nil response when DescribeWorkflowExecution errors by @Br1an67 in #7798
  • feat(schedules): implement backfill signal handling and trigger-source RequestID by @abhishekj720 in #7808
  • feat: Add MySQL support for Domain Audit Log by @joannalauu in #7763
  • feat(shard-distributor): add etcdclient wrapper with NewSession support by @jakobht in #7799
  • test: Add fuzz tests for the proto API by @c-warren in #7809
  • feat(domain multi-tenancy): Implement hierarchical weighted round robin scheduler by @Shaddoll in #7807
  • test: Add fuzz tests to schedule mappers by @c-warren in #7814
  • refactor: Convert task schedulers to use Go generics by @Shaddoll in #7813
  • chore: Enable new Workflow History page for cadence-web in docker-compose files by @adhityamamallan in #7816
  • revert: "feat(shard-distributor): add etcdclient wrapper with NewSessi… by @eleonoradgr in #7817
  • feat: updates the IDL by @davidporter-id-au in #7818
  • feat(domain multi-tenancy): Add metrics for history task latency at task list level by @Shaddoll in #7819
  • docs(claude): add missing build commands, gotchas, and PR title convention by @arzonus in #7811
  • feat(domain multi-tenancy): optimize IWRR node cleanup by @Shaddoll in #7815
  • feat(shard-distributor): add noop executors by @eleonoradgr in #7825
  • test: Add fuzz tests to admin api mappers by @c-warren in #7820
  • fix(domain multi-tenancy): hold root ref during enqueue to prevent cleanup race by @Shaddoll in #7831
  • fix(matching): Limit context deadline when calling RecordTaskStarted by @natemort in #7792
  • fix(persistence): Serialize domain audits in persistence with empty values to support non-nullable SQL columns by @c-warren in #7829
  • fix(matching): add timeout to notifyPartitionConfig during startup by @jakobht in #7833
  • test: Add fuzz tests to shared mappers by @c-warren in #7835
  • feat(Cadence schedules): Implement per-domain scheduler worker manager with membership-based membership by @abhishekj720 in #7836
  • refactor(shard-distributor): centralize ETCD client and config in etcdclient package by @jakobht in #7838
  • fix(cadence worker n replication membership hashring): Add worker redundancy via LookupN and react to membership changes by @abhishekj720 in #7840
  • refactor(quotas): generalize LimiterFactory/Collection with type params and pass Info struct to allowDomain by @Shaddoll in #7841
  • chore: pull thrift annotation idls changes into main repo by @neil-xie in #7842
  • chore: Update Frontend API metrics to include task list tag by @Shaddoll in #7845
  • feat: add hostname tag to persistence latency histogram metrics by @timl3136 in #7812
  • chore: add Claude Code PR create skill by @timl3136 in #7846
  • chore(shard-distributor): Improve observability of rebalancing loop by @eleonoradgr in #7837
  • chore: Upgrade go-client version to latest major version by @c-warren in #7848
  • feat: Add GaugeMigration and CounterMigration frameworks by @zawadzkidiana in #7834
  • feat(cadence-batcher): Tune RPS and Concurrency during run-time using Signals by @YoavLev in #7824
  • refactor(shard-manager): run Start/Stop in goroutines with batch timeout by @eleonoradgr in #7851
  • fix(cadence-matching): fix deadlock in getTasksPump by @gazi-yestemirova in #7855
  • refactor: Add ShardID field to ExecutionManager/ExecutionStore request structs by @pratikscfr in #7822
  • fix: task processing related histogram metrics rollout not set properly by @neil-xie in #7857
  • refactor(shard-distributor-canary): remove ExternalAssignment namespace by @eleonoradgr in #7856
  • docs: Add additional non-determinism rules to workflow guide for agents by @c-warren in #7806
  • feat: Add SQLite support for domain audit by @joannalauu in #7821
  • fix(executor-client): Cleanup shard when not used by @eleonoradgr in #7873

New Contributors

Full Changelog: v1.4.1-prerelease07...v1.4.1-prerelease11

v1.4.1-prerelease07

11 Mar 12:38
5c04dfd

Choose a tag to compare

v1.4.1-prerelease07 Pre-release
Pre-release

What's Changed

  • chore: Update IDL dependency by @Shaddoll in #7794
  • feat(domain multi-tenancy): Update Cassandra schema for transfer task by @Shaddoll in #7795
  • feat: [Cadence Schedules] Add start-workflow activity and wire it into the scheduler workflow by @abhishekj720 in #7796
  • feat(domain multi-tenancy): Store original task list kind in transfertask by @Shaddoll in #7797
  • feat(scheduler): add describe query handler to expose schedule state by @abhishekj720 in #7800
  • fix(shard-distributor): change log level to Error for missing executors by @jakobht in #7804
  • feat(shard-distributor): Add retries for ephemeral shard assignments by @eleonoradgr in #7802
  • chore: Add pandeyanshuman to maintainers by @pandeyanshuman in #7805
  • feat(scheduler): implement catch-up policy for missed fire times by @abhishekj720 in #7801
  • feat(shard-distributor): add TTL-based peer eviction to SpectatorPeerChooser by @arzonus in #7803
  • chore(cadence-matching): Classify ownership error by @eleonoradgr in #7810

New Contributors

Full Changelog: v1.4.1-prerelease05...v1.4.1-prerelease07

v1.4.1-prerelease05

06 Mar 12:54
5058c7e

Choose a tag to compare

v1.4.1-prerelease05 Pre-release
Pre-release

What's Changed

  • feat: [Cadence Schedules] Add scheduler workflow skeleton with signal handling and ContinueAsNew by @abhishekj720 in #7783
  • refactor: Refactor weighted channel pool and remove unused types by @Shaddoll in #7790
  • test: Support random-generated-struct testing in mapping functions by @c-warren in #7786
  • fix(metrics): use RecordHistogramValue for count-based histogram metrics by @zawadzkidiana in #7780
  • chore: Prevent files in a worktree from breaking make commands by @c-warren in #7791
  • feat: [Cadence Schedules] Add scheduler worker registration and service wiring by @abhishekj720 in #7789
  • fix(shard-distributor): fix onboarding logic by @eleonoradgr in #7793

Full Changelog: v1.4.1-prerelease04...v1.4.1-prerelease05

v1.4.1-prerelease04

05 Mar 12:38
5e9797f

Choose a tag to compare

v1.4.1-prerelease04 Pre-release
Pre-release

What's Changed

  • fix: (shard-distributor) parse correct migration mode if no assignment by @eleonoradgr in #7703
  • chore(shard-manager): provide metadata in constructor by @dkrotx in #7711
  • chore: Assign an open-source lead to PRs from external users by @c-warren in #7658
  • fix(featureflags): use proto entity and proto json serializer by @shijiesheng in #7708
  • chore(matching): introduce task list registry by @dkrotx in #7720
  • feat(shard-distributor): add dynamic enable/disable support for spectator client by @jakobht in #7699
  • fix(shard-distributor): add an immediate retry after a failure of the rebalancing loop by @arzonus in #7721
  • feat: PostgreSQL support for DomainAudit by @joannalauu in #7665
  • feat(domain multi-tenancy): Pull latest idl changes by @Shaddoll in #7723
  • feat(domain multi-tenancy): Update Cassandra schema to be synced with recent IDL changes by @Shaddoll in #7727
  • feat(shard-manager): Add support for watching drains by @gazi-yestemirova in #7697
  • feat(shard-distributor): integrate dynamic config for spectator by @jakobht in #7722
  • chore(shard-manager): Add metrics to track etcd watch events by @gazi-yestemirova in #7586
  • fix(cli): Fix admin cli parsing multiple config values by @neil-xie in #7726
  • fix: Remove MaxCreatedTime from DomainAuditLogFilter by @joannalauu in #7725
  • feat(matcher): lookup Managers by task-lists names at O(1) by @dkrotx in #7733
  • fix(shard-manager): Flaky spectator client unit test by @gazi-yestemirova in #7734
  • refactor: Remove timeSrc from QueueStore by @ribaraka in #7735
  • feat(shard-manager): Integrate DrainObserver with executor client by @gazi-yestemirova in #7710
  • fix(shard-distributor): Handle ErrShardAlreadyAssigned as success in assignEphemeralShard by @jakobht in #7739
  • feat(dev): Enhance Makefile for faster go-code with scoping by @dkrotx in #7736
  • fix(matching): return typed ownership errors consistently with SD by @dkrotx in #7740
  • feat(domain multi-tenancy): Update persistence layer to use the new fields in transfer task and timer task by @Shaddoll in #7729
  • ci: Validate that an issue is linked in PR description by @c-warren in #7719
  • feat(domain multi-tenancy): Store task list name in history tasks by @Shaddoll in #7744
  • feat: [Cadence Schedules] Add schedule core types and enums by @abhishekj720 in #7745
  • fix: Apply context timeout to appendTask and related call paths by @Scanf-s in #7709
  • chore: Upgrade buf from v0.36.0 to v1.47.2 by @abhishekj720 in #7747
  • feat: enable dual emitting for task attempt and latency related metrics by @neil-xie in #7743
  • chore: Refactor task schedulers to use context.Context for lifecycle management by @Shaddoll in #7746
  • feat(frontend): support autoforwarding through headers by @shijiesheng in #7681
  • fix(metrics): use _counts histogram for replication tasks lag by @zawadzkidiana in #7716
  • fix: use next_event_id column as source of truth when reading workflow execution from Cassandra by @fimanishi in #7738
  • feat(cadence-matching): Add drain observer for SD executor client by @gazi-yestemirova in #7751
  • feat: [Cadence Schedules] Add schedule API request/response types by @abhishekj720 in #7749
  • feat: Add Reason Variable to Failovers by @zawadzkidiana in #7451
  • fix(metrics): add replication cache latency histogram by @zawadzkidiana in #7683
  • docs: Move pull request template documentation to its own guidance file by @c-warren in #7717
  • fix: [Cadence Schedules] Removing memo as it cannot be updated by @abhishekj720 in #7753
  • fix(metrics): add replication task latency histogram by @zawadzkidiana in #7684
  • feat(membership): add UUID detection for tasklist shard distributor ownership by @jakobht in #7758
  • feat(matching): add feature flag to handle of exclusion of tasklists by @eleonoradgr in #7759
  • build: Add cadence-idl dependency with Schedule API support by @abhishekj720 in #7756
  • refactor: Implement memory-efficient virtual Schedule for IWRR task pool by @Shaddoll in #7754
  • feat(membership): integrate short-lived tasklist exclusion in shard distributor resolver by @jakobht in #7760
  • feat(shard-manager): Add host tag to executor client metric by @gazi-yestemirova in #7767
  • feat(matching): exclude shortlived tasklists from using shardmanager by @eleonoradgr in #7766
  • feat: [Cadence Schedules] Add proto mappers for core schedule types by @abhishekj720 in #7765
  • feat: [Cadence Schedules] Add proto mappers for schedule state and info types by @abhishekj720 in #7771
  • refactor(shard-manager): Batch transactions when deleting executors by @gazi-yestemirova in #7732
  • docs: Add DoorDash to ADOPTERS.md by @mathieucourtemanche in #7776
  • feat: [Cadence Schedules] Add proto mappers for schedule CRUD request/response by @abhishekj720 in #7772
  • docs: Use gitar for validating PR descriptions instead of template by @c-warren in #7773
  • ci: Do not comment on PRs when conventional commits are not used in title by @c-warren in #7651
  • feat: [Cadence Schedules] Add proto mappers for schedule action request/response by @abhishekj720 in #7778
  • refactor: Update IWRR schedule to be more generic by @Shaddoll in #7777
  • refactor: Introduce TTLChannel component by @Shaddoll in #7782
  • feat(matching): add percentage-based rollout for shard manager onboarding by @jakobht in #7774
  • feat(shard-distributor): batching calls to GetShardOwner by @eleonoradgr in #7775
  • chore(cadence-matching): cleanup the SD onboarding mode for executors… by @eleonoradgr in #7787

New Contributors

Full Changelog: v1.3.7-prerelease33...v1.4.1-prerelease04

v1.4.0

27 Feb 21:44
1a42a94

Choose a tag to compare

Major Features

1. Active-Active Domains

Cadence domains have been running in active-passive mode for years, which has been limiting for use cases requiring processing in all clusters (regions). Since late 2025, Cadence can process domains in both regions and distribute traffic based on users’ preferences within domains. This change will make your domains more flexible and more efficient due to utilizing resources in all regions.

Key Capabilities

  • Introduced ClusterAttribute as a flexible abstraction for defining cluster groupings beyond traditional region-based configurations
  • Active Cluster Selection Policy allows workflows to specify which cluster attributes they should run on

Migration Path

Active-active support is designed for backward compatibility:

  1. All domains will support active-active by default and without breaking existing behavior. While users setting “cluster attributes” while starting their workflows will be able to benefit from active-active processing
  2. Existing active-passive domains continue to work without changes if leaving “cluster attributes” empty

Current Limitations

This feature is currently implemented for Cassandra and the support for other DBs will come in Q1. We will also release a blog explaining how this improved related use cases, a wiki explaining how to use it and a code lab to help you try out.
There is a risk for failover which causes workflows to be stuck if the schedule to start latency plus replication lag is more than 25 mins. We're working on a project to resolve the risk.

2. Replication Improvements

Cadence orchestrates its own replication, which allows us to seamlessly migrate from one DB technology to another, one cloud provider to another etc. The way it was working in the past was that the replication messages would be generated by reading workflow tasks from the database.

Given that replication is a continuous process between Cadence regions, we implemented a cache to keep the replication messages in memory until a replication poll message arrives so we could eliminate the DB calls due to replication. This came with a 99%+ cache hit rate, which almost entirely eliminated the DB calls due to replication, which used to be more than 20% of all DB calls. Another big benefit was for replication latencies; since we can directly serve the messages from memory, our replication latencies dropped from 13s to 2s.

Key Capabilities

  • Replication Budget Manager: New cache capacity control mechanism to prevent memory exhaustion during replication bursts
  • Improved task fetcher concurrency: Better handling of concurrent replication task fetching with enhanced metrics
  • BoundedAckCache optimizations: Generic cache implementation with improved ack handling

3. Shard Distributor Service (in progress)

The Shard Distributor is a new service component that provides dynamic shard assignment and load balancing across matching service instances. This enables better resource utilization, improved scalability, and operational flexibility for large-scale deployments.

Service Components

  • Leader Processor: Centralized controller for shard assignment decisions
  • Executor Client: Integration point for matching service instances to receive shard assignments
  • Spectator Client: Read-only monitoring interface for shard state
  • Canary: Health verification and ping protocol for shard ownership validation

Key Capabilities

  • Dynamic Shard Assignment
  • Dynamic spectator client control with enable/disable support
  • Load Balancing
  • Drain watching support for graceful shard handoff
  • Automatic retry on rebalancing loop failures
  • Migration Support: Migration mode for gradual rollout alongside existing static shard assignment
  • Integration with Matching Service: The matching service has been refactored to support shard distributor integration:

Configuration

The shard distributor can be enabled via dynamic config:

  shard-distributor:
      enabled: true
      loadBalancingMode: "shadow-mode"  # Options: naive, shard-stats, shadow-mode
      migrationMode: true  # Enable gradual migration

Monitoring

  • shard_handover_latency: Time taken for shard ownership transfer
  • active_shards_count: Number of active shards per executor
  • shard_assignment_conflicts: Concurrent assignment conflicts detected
  • executor_heartbeat_status: Executor health and liveness
  • ETCD watch event metrics for observability

4. Caller Type-Based Rate Limiting

A new caller type tracking and bypass mechanism has been introduced to allow granular rate limiting control for debugging and mitigation purposes.
Key Capabilities:

  • Caller Type Header Propagation (#7644, #7653, #7638): Introduced cadence-caller-type header that propagates through service boundaries
    • Extracted at service inbound boundaries using middleware
    • Available in CLI via header support
    • Minimal performance impact (~150-300ns per request)
  • Persistence Rate Limiter Bypass (#7656): Dynamic config persistence.rateLimiterBypassCallerTypes allows specific caller types to bypass persistence rate limits
  • Frontend Regional Rate Limiter Bypass (#7662): Caller type-based bypass for regional frontend rate limiter to allow priority requests during high load

5. Visibility Enhancements - Cron and Execution Status (#7527)

Added comprehensive cron workflow visibility with new fields in visibility records:

New Fields:

  • CronSchedule: Display the cron schedule for workflows
  • ExecutionStatus: Show actual execution status (PENDING, STARTED, or close statuses) instead of just CONTINUED_AS_NEW for cron workflows
  • ScheduledExecutionTime: Track the actual scheduled execution time for cron workflows

Schema Changes Required: This feature requires database schema upgrades for all persistence stores (Cassandra, MySQL, PostgreSQL, SQLite, Elasticsearch)

CLI Updates:

  • New --print_cron flag to display cron-related fields in cadence workflow list
  • Shows execution status by default

Performance & Scalability Improvements

  • Database & Persistence

    • PostgreSQL timer task pagination (#7621): Improved pagination logic to handle large timer task queries efficiently
    • History node deletion (#7484): Configurable page size for history deletion via dynamic config
    • Snappy compression for history blobs (#7269): Reduced storage footprint and network transfer for history events
    • SQLite fixes (#7469): Resolved database locking issues for local/test deployments
  • Memory & Resource Usage

    • ETCD watch optimization (#7578): Removed WithPrevKV() to reduce memory overhead in shard manager
    • Reduced allocations in metrics (#7456): Optimized insertReportIntoSizes to minimize GC pressure
    • History deletion improvements (#7472): Fixed infinite loop in RangeCompleteHistoryTask when invalid page size provided

Notable Bug Fixes

  • History & Workflow Execution

    • Child workflow duplicate events (#7400): Proper handling of duplicate child workflow started events
    • Activity scheduled time on reset (#7597): Correctly update not-started activities scheduled time when resetting workflows
    • Restart workflow cron scheduling (#7247): Fixed bug where each restart skipped an additional cron scheduled run
    • History cleanup timeout handling (#7617): Avoid dangerous timeout conditions in history cleanup process
    • Workflow creation leak (#7523): Fixed resource leak during workflow creation in history service
    • Signal-with-start cleanup (#7540): Proper handling of signal-with-start in cleanup logic
    • Signal handling with DelayStart (#7702): Prevent signals from bypassing DelayStart configuration
  • Cross-Datacenter Replication

    • Domain ID usage in replication (#7550): Use domain ID instead of domain name for more reliable replication
    • Replication panic logging (#7396): Improved error handling and logging for replication stack panics
    • Database consistency error detection (#7573): More accurate detection of DB consistency errors
  • Active-Active Operations

    • Race condition in failover (#7587): Fixed race condition during active-active failover
    • Query workflow support (#7339): Proper query handling for active-active domains
    • StartWorkflow with terminate-if-running (#7361): Correct policy enforcement for active-active workflows
    • Auto-forwarding (#7356): Fixed cluster forwarding logic for active-active domains
    • Standby task handling (#7423): Prevent premature dropping of standby tasks in active-active scenarios
  • Matching Service

    • TaskList stop on shard stop (#7581): Properly stop task lists when stopping shard processor
    • TaskListActivitiesPerSecond enforcement (#7575): Correct rate limiting enforcement
    • Nil load hints handling (#7551): Added nil pointer checks for load hints
    • TaskList partition config invalidation (#7618): Properly invalidate TaskListPartitionConfig on attempted writes to read-only partitions
    • Domain not active error handling (#7676): Fixed domain not active error to be non-retryable for matching service in active-active scenarios
    • TaskList management with shard distributor (#7682): Properly handle shard processor lifecycle when onboarded to SD
    • Task list registry pattern (#7720): Introduced registry for better task list management
  • Persistence & Database

    • Host tag reversion (#7675): Reverted addition of host tag to persistence calls due to issues
    • History cleanup defaults (#7661): Changed defaults for history cleanup configuration
    • History cleanup error classification (...
Read more

v1.3.7-prerelease33

16 Feb 08:44
a50e09a

Choose a tag to compare

v1.3.7-prerelease33 Pre-release
Pre-release

What's Changed

  • chore: add revert to commit types by @fimanishi in #7677
  • chore: add replication task processor histograms by @zawadzkidiana in #7685
  • fix(shard-distributor): separate watch event processing from the cache refresh by @arzonus in #7670
  • fix(shard-distributor): separate watch event processing from the rebalancing loop by @arzonus in #7669
  • ci: Fix Dockerfile by @arzonus in #7690
  • fix: only upsert search attribute when advanced visibility is enabled by @neil-xie in #7693
  • feat: Add cadence-caller-type to internal requests headers by @fimanishi in #7678
  • fix(cli): Deleteworkflow History manager nil check + test coverage by @YoavLev in #7672
  • feat(cli): Add --remote flag hint on delete workflow failure by @YoavLev in #7673
  • fix: (shard-distributor) use one transaction for assignShardsInCurren… by @eleonoradgr in #7687
  • feat(cadence-matching): simplify the load calculation for shards by @eleonoradgr in #7647
  • fix(cadence-matching): do not delete sp when onboarded to SD by @eleonoradgr in #7682
  • feat(shard-distributor-canary): add support of multiple executors by @arzonus in #7619
  • fix: [shard-distributor] remove error for local passthrough by @eleonoradgr in #7666
  • feat: Add tag for logging when a feature is in shadow mode by @c-warren in #7694
  • chore(shard-manager): Remove GlobalRevision check from shard rebalancing by @gazi-yestemirova in #7689
  • fix(shard-distributor): fix high-frequent triggering of the rebalancing loop by @arzonus in #7696
  • chore(shard-distributor): return PrevKV to cache refreshing by @arzonus in #7698
  • chore: allowlist new histogram migration metrics per comment (follow-up to #7685) by @zawadzkidiana in #7688
  • fix: (executor-client)Skip local assignment if no convergence with h… by @eleonoradgr in #7695
  • chore: set ReplicationTaskProcessorStartWait default to 0 by @fimanishi in #7701
  • docs: Update maintainers list by @demirkayaender in #7680
  • fix(history): prevent signals from bypassing DelayStart by @pratikscfr in #7702

New Contributors

Full Changelog: v1.3.7-prerelease31...v1.3.7-prerelease33

v1.3.7-prerelease31

05 Feb 01:26
103d8b7

Choose a tag to compare

v1.3.7-prerelease31 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: v1.3.7-prerelease29...v1.3.7-prerelease31