Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 14:05
· 1 commit to main since this release

3.0.0 (2024-11-27)

⚠ BREAKING CHANGES

  • The index name has been changed from "actions" to "events", requiring manual
    deletion of the old "actions" index.

Key changes:

  1. The index configuration now uses 3 shards and 1 replica to distribute the load evenly across
    the cluster's 3 data nodes. The index name has been changed to events to enforce this setting.
  2. An index template with a rollover_alias has been created to ensure rollover operations work
    correctly and don't hang.
  3. Updated ISM policy:
  • Rollover now occurs daily, allowing for more granular purging after 14 days.
  • Introduced a warm state for indexes older than 7 days an action reduces the number of replicas
    to 0.

Enhancements and Bug Fixes 🐛

  • resolve rollover issue with index and ism policy improvements (b67f462)