Skip to content

Releases: SRGSSR/pillarbox-monitoring-transfer

v3.2.3

11 Feb 16:15
Compare
Choose a tag to compare

3.2.3 (2025-02-11)

Enhancements and Bug Fixes πŸ›

  • add android specifc error message for content restriction mapping (99d4fa5)

v3.2.2

05 Feb 11:19
Compare
Choose a tag to compare

3.2.2 (2025-02-05)

Enhancements and Bug Fixes πŸ›

  • add block reason mapping (d488aec)

v3.2.1

03 Feb 12:55
Compare
Choose a tag to compare

3.2.1 (2025-02-03)

Enhancements and Bug Fixes πŸ›

  • add missing error messages (6649ad0)

v3.2.0

31 Jan 12:28
Compare
Choose a tag to compare

3.2.0 (2025-01-31)

New Features πŸš€

v3.1.1

31 Jan 08:59
Compare
Choose a tag to compare

3.1.1 (2025-01-31)

Enhancements and Bug Fixes πŸ›

  • clamp out-of-range long values to prevent indexing errors (b00e85b)

v3.1.0

29 Jan 10:42
Compare
Choose a tag to compare

3.1.0 (2025-01-29)

New Features πŸš€

  • consolidate event processing and optimize application performance (143d2e0)

v3.0.1

28 Nov 15:55
Compare
Choose a tag to compare

3.0.1 (2024-11-28)

Enhancements and Bug Fixes πŸ›

  • update alias creation method and url for compatibility (b2e20f0)

v3.0.0

27 Nov 14:05
Compare
Choose a tag to compare

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)

v2.4.0

12 Nov 16:41
Compare
Choose a tag to compare

2.4.0 (2024-11-12)

New Features πŸš€

  • index user ip field and define required properties (c15357a), closes #17

v2.3.0

11 Nov 10:49
Compare
Choose a tag to compare

2.3.0 (2024-11-11)

New Features πŸš€

  • add alias creation and refactor setup process (8bc9aa9), closes #15