Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 2.37 KB

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)