v1.2.5
What's Changed
Added
- Scanner / Fixer changes by @Groxx in #5361
- Stale-workflow detection and cleanup added to shardscanner, disabled by default.
- New dynamic config to better control scanner and fixer, particularly for concrete executions.
- Documentation about how scanner/fixer work and how to control them, see the scanner readme.md
- This also includes example config to enable the new fixer.
- MigrationChecker interface to expose migration CLI by @abhishekj720 in #5424
- Added Pinot as new visibility store option by @neil-xie in #5201
- Added pinot visibility triple manager to provide options to write to both ES and Pinot.
- Added pinotVisibilityStore and pinotClient to support CRUD operations for Pinot.
- Added pinot integration test to set up Pinot test cluster and test Pinot functionality.
Fixed
- Fix CreateWorkflowModeContinueAsNew for SQL by @Shaddoll in #5413
- Fix CLI count&list workflows error message by @ketsiambaku in #5417
- Hotfix for async matching for isolation-group redirection by @davidporter-id-au in #5423
- Fix closeStatus for --format flag by @ketsiambaku in #5422
Full Changelog: v1.2.4...v1.2.5-prerelease3