Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
docker.tar.gz | 2025-03-05 | 47.1 kB | |
README.md | 2025-02-20 | 4.4 kB | |
v1.2.17 source code.tar.gz | 2025-02-20 | 6.6 MB | |
v1.2.17 source code.zip | 2025-02-20 | 8.9 MB | |
Totals: 4 Items | 15.6 MB | 0 |
What's Changed
- Add TTL to task when re-adding it if task has non-zero Expiry value by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6631
- Refactor task redispatcher and priority queue by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6632
- Updated weighted round robin scheduler to be a generic type by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6636
- Break retries for expired tasks if task cannot be completed by task completer if it is not started by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6626
- Update redispatcher to respect task redispatch time by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6639
- Don't fail the workflow when failed to emit metrics for one domain by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6640
- Update changelog for v1.2.15 release by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6642
- [Wf-Diagnostics] Failure of usage logs emission should'nt fail the workflow by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6644
- Refactor visibility managers and related read write fliprs by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6560
- Replication/failover simulation continued by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6645
- Add SQLite package by @arzonus in https://github.com/cadence-workflow/cadence/pull/6637
- Optimize poller counting by @natemort in https://github.com/cadence-workflow/cadence/pull/6651
- Fix get name when use db visibility by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6653
- Don't add error log when it is ES version conflicts by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6652
- [Wf-Diagnostics] generate workflow id for diagnostics from domain and runid by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6647
- Use matching architecture for GitHub Actions when pushing multi-arch images by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6649
- Revert 'Use matching architecture for GitHub Actions when pushing multi-arch images' by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6654
- Add SQLite plugin by @arzonus in https://github.com/cadence-workflow/cadence/pull/6643
- Added a check to the domain commands for extra positional arguments. by @jakobht in https://github.com/cadence-workflow/cadence/pull/6658
- Added wid, rid and matching task_id tags to task completer error by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6656
- Reapply "Store explicit TaskList partition data (#6591)" (#6625) by @natemort in https://github.com/cadence-workflow/cadence/pull/6641
- Register 'default' domain during auto-setup image startup by @samkitshah1262 in https://github.com/cadence-workflow/cadence/pull/6619
- Fix compilation of matching_simulation_test.go by @natemort in https://github.com/cadence-workflow/cadence/pull/6659
- [history] Introduce extra tags for queue processor logging by @3vilhamster in https://github.com/cadence-workflow/cadence/pull/6660
- Fix admin config get CLI command by @arzonus in https://github.com/cadence-workflow/cadence/pull/6661
- Replication/failover simulation operations: startWorkflow, failover and validate by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6655
- Separate ReadRangeSize from RangeSize in matching by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6662
- [Wf-Diagnostics] Update metadata returned in diagnostics issues by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6666
- Refactor weighted round robin scheduler by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6665
- Fix nil mutablestatebuilder panic issue in historyBuilder entities by @shijiesheng in https://github.com/cadence-workflow/cadence/pull/6669
- Revert "Add SQLite plugin (#6643)" by @shijiesheng in https://github.com/cadence-workflow/cadence/pull/6670
- [Wf-Diagnostics] use current clustername for emission of usage logs by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6678
- Refactor peristence layer to support inserting history tasks of new categories by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6671
Full Changelog: https://github.com/cadence-workflow/cadence/compare/v1.2.16...v1.2.17