Releases: nyaruka/chip
Releases · nyaruka/chip
v0.2.0
Changelog
- 32777e8 Merge pull request #20 from nyaruka/new_user_table
- a7775f5 Update to use new users_user table
- c6138a5 Create cla.yml
- 8c039ab Tweak licence file
- 11ed5b8 Add licence file
- bd0b897 Update ci.yml
- 9296d47 Update Dockerfile
- ab97205 Merge pull request #18 from nyaruka/add-deployment-ID
- 0d40d03 Update to go 1.23 and latest deps
- f36c017 Add AWS settings
- 52d1d51 Add cloudwatch config variables
- b331831 Add small delay to server test
v0.1.0
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