| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker.tar.gz | 2025-10-15 | 79.0 kB | |
| README.md | 2025-10-15 | 4.4 kB | |
| v1.3.6 source code.tar.gz | 2025-10-15 | 7.2 MB | |
| v1.3.6 source code.zip | 2025-10-15 | 9.6 MB | |
| Totals: 4 Items | 16.9 MB | 25 | |
What's Changed
Added
- Explain difference btw. terminate/cancel by @dkrotx in https://github.com/cadence-workflow/cadence/pull/7239
- New histogram strategy and minimal changes to start emitting it by @Groxx in https://github.com/cadence-workflow/cadence/pull/7240
- Reset simulation - wf reset on different cluster than wf started cluster by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7203
- Add shard distributor canary service by @jakobht in https://github.com/cadence-workflow/cadence/pull/7252
- Add dco.yml by @natemort in https://github.com/cadence-workflow/cadence/pull/7255
- Add support for multiple wildcard queries joined by OR by @neil-xie in https://github.com/cadence-workflow/cadence/pull/7257
- Add log when replication task latency is high by @bowenxia in https://github.com/cadence-workflow/cadence/pull/7254
- Byte size replication cache per shard by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7243
- Test active-active behavior with concurrent SignalWithStart requests by @c-warren in https://github.com/cadence-workflow/cadence/pull/7270
- Add documentation to the simulation tests by @c-warren in https://github.com/cadence-workflow/cadence/pull/7271
Changed
- Regenerate common/log/logger_mock.go using mockgen by @ansidev in https://github.com/cadence-workflow/cadence/pull/7228
- Improve code readability in task_ack_manager getTasks by @fimanishi in https://github.com/cadence-workflow/cadence/pull/7232
- Regenerate mocks in service/worker/archiver using mockgen by @ansidev in https://github.com/cadence-workflow/cadence/pull/7225
- Make metric indexes unique by @Groxx in https://github.com/cadence-workflow/cadence/pull/7237
- Unique types for different kinds of metric indexes by @Groxx in https://github.com/cadence-workflow/cadence/pull/7238
- Regenerate client_mock in service/worker/parentclosepolicy using mockgen by @ansidev in https://github.com/cadence-workflow/cadence/pull/7226
- No longer log redirection information for every frontend request by @c-warren in https://github.com/cadence-workflow/cadence/pull/7253
- Set default active cluster selection policy at Frontend by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7259
- Issue 6759: Regenerate common/archiver/provider/provider_mock.go using mockgen by @ansidev in https://github.com/cadence-workflow/cadence/pull/7266
- Improve conflict resolution for active-active by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7265
- Issue 6759: Regenerate common/blobstore/interface.go using mockgen by @ansidev in https://github.com/cadence-workflow/cadence/pull/7267
- Minor histogram-bucket tweak: end on a power-of-2, not before by @Groxx in https://github.com/cadence-workflow/cadence/pull/7251
Fixed
- Fix appendOrMergeSlice method of virtual queue manager by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7233
- fix(deps): upgrade sarama to v1.46.0 by @ansidev in https://github.com/cadence-workflow/cadence/pull/7222
- [shard-distributor] Fix: forgot to update a mapper by @jakobht in https://github.com/cadence-workflow/cadence/pull/7242
- [active-active] Fix failover version increment logic by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/7246
- Fix virtual slice's get task method by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7249
- downgrade sarama to v1.45.2 by @dkrotx in https://github.com/cadence-workflow/cadence/pull/7248
- Upgrade github.com/dgryski/go-farm to fix crashes by @nsrip-dd in https://github.com/cadence-workflow/cadence/pull/7250
- Fix workflow start logic for active-active domains by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7256
- Fix a bug that cause non-default virtual queue to be orphaned by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7263
- Validate matching.getTasksBatchSize to prevent zero values by @abhishekj720 in https://github.com/cadence-workflow/cadence/pull/7264
Removed
- Remove unused method from active cluster manager interface by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/7272
New Contributors
- @nsrip-dd made their first contribution in https://github.com/cadence-workflow/cadence/pull/7250
Full Changelog: https://github.com/cadence-workflow/cadence/compare/v1.3.5...v1.3.6