Skip to content

Releases: SRGSSR/pillarbox-monitoring-transfer

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

v2.2.1

07 Nov 12:32
Compare
Choose a tag to compare

2.2.1 (2024-11-07)

Enhancements and Bug Fixes πŸ›

  • use device model and type (4bb5955)

v2.2.0

06 Nov 10:34
Compare
Choose a tag to compare

2.2.0 (2024-11-06)

New Features πŸš€

v2.1.1

05 Nov 13:09
Compare
Choose a tag to compare

2.1.1 (2024-11-05)

Enhancements and Bug Fixes πŸ›

  • adjust data deserializer to return correct type (8bc123f)

Docs πŸ“–

  • update continious integration documentaiton (db13a05)

CI πŸ”

  • grant write permissions to issues and prs in release job (13ec577)

Chore 🧹

  • silence aws command output in ci logs (b80bb6c)

v2.1.0

29 Oct 09:42
Compare
Choose a tag to compare

2.1.0 (2024-10-29)

CI πŸ”

  • add stable promotion workflow and dev deployment (95a55fa)
  • fix cluster name on deploy jobs (4d39821)
  • fix release workflow when no version is produced (21f1d32)
  • remove git plugin from release process (7ce4e5a)

New Features πŸš€

  • add user agent parser to enrich event data with browser details (d733f7a), closes #6

v2.0.1

10 Oct 12:15
Compare
Choose a tag to compare

2.0.1 (2024-10-10)

Enhancements and Bug Fixes πŸ›

  • disable ktlint for the docker build step (6d1a467)

v2.0.0

10 Oct 11:48
Compare
Choose a tag to compare

2.0.0 (2024-10-10)

⚠ BREAKING CHANGES

  • Updated all package names and configuration from pillarbox.qos to
    pillarbox.monitoring. This includes changes to environment variables, which now use the
    prefix PILLARBOX_MONITORING_* instead of PILLARBOX_QOS_*. Ensure that all relevant
    configurations are updated to reflect this change when deploying or running the service.

Refactor πŸ”©

  • change qos naming to monitoring (f50a26c)