Skip to content

Releases: markmnl/fmsg-webapi

v0.3.0

11 Jun 09:01
7ca8535

Choose a tag to compare

What's Changed

  • added websocket and publish new_msg by @markmnl in #19
  • Fix add-to: drop pid requirement, set add_to_from in a transaction by @markmnl in #20
  • Use new_msg channel for push delivery; drop /fmsg/wait by @markmnl in #21
  • Add Web Push notifications alongside new_msg delivery by @markmnl in #22
  • Change message struct add_to to includ batches by @markmnl in #23
  • Replace JWT method with RS256 by @markmnl in #24
  • restructure dirs more modern idomatic go by @markmnl in #25

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 May 13:22
ee3e20b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Apr 08:35
77bd0f1

Choose a tag to compare

What's Changed

  • Implement fmsg-webapi: production HTTP API for messaging with JWT auth by @Copilot in #1
  • updates to spec, flags and add to by @markmnl in #2
  • long poll new messages by @markmnl in #3
  • Add to from by @markmnl in #4
  • JWT improvements FMSG_API_JWT_SECRET starting with base64: decoded as base64 by @markmnl in #5
  • TLS + ACME by @markmnl in #7
  • TLS on 443; otherwise plain HTTP, no redirect by @markmnl in #8
  • rate-limiting, timeouts and log auth failures by @markmnl in #6
  • rm redundant empty identity check by @markmnl in #9

New Contributors

  • @Copilot made their first contribution in #1
  • @markmnl made their first contribution in #2

Full Changelog: https://github.com/markmnl/fmsg-webapi/commits/v0.1.0