Skip to content

Releases: nyaruka/chip

v0.2.0

12 Feb 16:40
Compare
Choose a tag to compare

Changelog

v0.1.0

18 Jun 22:58
Compare
Choose a tag to compare

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

v0.0.9

29 May 21:28
Compare
Choose a tag to compare

Changelog

  • 7e9dc75 Merge pull request #14 from nyaruka/index
  • 8489ed9 Add index page we can use for load balancer
  • a62026e Set content type header on calls to courier
  • ddcd44c Update github actions versions

v0.0.8

29 May 16:00
Compare
Choose a tag to compare

Changelog

  • 2c301d5 Improve error message on send endpoint

v0.0.7

29 May 15:35
Compare
Choose a tag to compare

Changelog

  • e6ae074 Change config to take domain instead of courier url

v0.0.6

29 May 14:20
Compare
Choose a tag to compare

Changelog

  • f98251b Update channel code to CHP

v0.0.5

28 May 18:44
Compare
Choose a tag to compare

Changelog

  • b6bbec2 Use redis db 5
  • d3ca8c3 Use port 8071 for tests
  • bf85fe7 Remove incoming attachment support for now

v0.0.4

27 May 18:29
Compare
Choose a tag to compare

Changelog

v0.0.3

24 May 20:08
Compare
Choose a tag to compare

Changelog

  • 70686f0 Prefix endpoints with /wc/

v0.0.2

24 May 20:00
Compare
Choose a tag to compare

Changelog

  • dfa022f Remove LICENCE from goreleaser config