Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

54 lines (43 loc) · 1.27 KB

v0.2.0 (2025-02-12)

  • Update to use new users_user table
  • Update to go 1.23 and latest deps
  • Add cloudwatch config variables
  • Add small delay to server test

v0.1.0 (2024-06-18)

  • Update deps
  • Fix not setting content type on server responses
  • Add support for msg status updates via courier
  • Refactor outboxes to support more than just messages
  • Refactor representations of messages and users

v0.0.9 (2024-05-29)

  • Add index page we can use for load balancer
  • Set content type header on calls to courier

v0.0.8 (2024-05-29)

  • Improve error message on send endpoint

v0.0.7 (2024-05-29)

  • Change config to take domain instead of courier url

v0.0.6 (2024-05-29)

  • Update channel code to CHP

v0.0.5 (2024-05-28)

  • Use redis db 5
  • Remove incoming attachment support for now

v0.0.4 (2024-05-27)

  • Use std library errors
  • Update README.md

v0.0.3 (2024-05-24)

  • Prefix endpoints with /wc/

v0.0.2 (2024-05-24)

  • Remove LICENCE from goreleaser config

v0.0.1 (2024-05-24)

  • Initial release