Skip to content

v1.2.5

Compare
Choose a tag to compare
@sankari165 sankari165 released this 02 Nov 19:07
· 780 commits to master since this release
eb8eea9

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

Full Changelog: v1.2.4...v1.2.5-prerelease3