Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 22:58
· 13 commits to main since this release

Changelog

  • c024b3e Update chi library
  • f9eb2a8 Fix not setting content type on server responses
  • 818c180 Upgrade deps except chi
  • 319e313 Add support for msg status updates via courier
  • 2521cef Rework outboxes to support more than just messages
  • 5df68cc Fix handling of ack_chat
  • 4ab7757 Tweak redis keys used for outboxes
  • c3ed50f Fix test
  • c1f221d Outbox to Outboxes
  • be5f639 Merge pull request #16 from nyaruka/refactor3
  • ab13fe7 Reafctor representations of messages and users
  • bcea121 Add ack_msg command
  • 524e437 Move more logic from client to service
  • c80f74d Merge pull request #15 from nyaruka/outbox_v2
  • e1fc910 Service methods should return errors
  • ca8fd54 Refactor NewService to take a runtime and a courier instance
  • 871f61e WIP
  • c9f188a Add instanceid to config
  • 6b868c6 Update README
  • c03e1af Update goreleaser config to v2
  • 7ab1f8b Update slog-multi