Skip to content

Releases: SRGSSR/pillarbox-event-dispatcher

v1.2.0

14 Nov 17:50
Compare
Choose a tag to compare

1.2.0 (2024-11-14)

New Features 🚀

  • event-receiver: handle X-Forwarded-For header (7a34038)

v1.1.0

07 Nov 12:46
Compare
Choose a tag to compare

1.1.0 (2024-11-07)

New Features 🚀

  • event-receiver: add user ip (12bafbd)

CI 🔁

  • add stable promotion workflow and dev deployment (071da62)
  • remove git plugin from release process (b40a46c)
  • replace build.sh with makefile for build automation (7711a5a)

v1.0.0

10 Oct 13:34
Compare
Choose a tag to compare

1.0.0 (2024-10-10)

⚠ BREAKING CHANGES

  • handler: use the path /event-dispatcher to listen for events.

CI 🔁

  • expose version in release step (03df979)
  • replace goreleaser with simplified custom build script (ba2c5c9)

New Features 🚀

  • add event dispatcher (57bbdf9)
  • handler: event dispatcher url (ca6b2b1)
  • set up CI/CD pipeline and update documentation (b81a5dd)

Docs 📖

  • add README file (8eb3237)
  • readme: add application configuration section (db14d54)
  • readme: add compilation section (b8a25d1)
  • readme: enhance header description and add prod URLs (00409d8)
  • readme: modify the 'receive' and 'send' data section (d0b0a31)
  • readme: remove duplicated sentence from 'how to run' section (a33ab78)

Enhancements and Bug Fixes 🐛

  • client: remove slog (293166f)
  • go version incompatible with AWS App Runner (f2b9890)

Chore 🧹

  • downgrade go version to 1.18.10 (be4c6f6)