Releases: nyaruka/courier
Releases · nyaruka/courier
v10.3.22
Changelog
- 716afb6 Merge pull request #923 from nyaruka/no_more_status_by_id
- a550b90 Remove support for status updates using message id
- 1cd7dce Merge pull request #922 from nyaruka/twiml_status_via_uuid
- 1edce31 Fix twiml channel status updates via UUID
- 5d2ede8 Merge pull request #921 from nyaruka/msg-uuid-status-callbacks-KN
- 1cd17fb Remove support for status callback by ID for KN channels
v10.3.21
Changelog
- d023601 Update deps
- d87e7b5 Merge pull request #920 from nyaruka/msg-uuid-status-callbacks-FCM
- 38be2b5 Use msg UUID for status callback for IB channels
- 5260a98 Use msg UUID for status callback for EX channels
- 99b5cc3 Use msg UUID for status callback for DS, HX, DA channels
- 7734510 Merge pull request #919 from nyaruka/msg-uuid-status-callbacks-TWiml
- a42b2d3 Use msg UUID for status callback for Twiml channels
- 26c0161 Merge pull request #918 from nyaruka/validate_tag_cleanup
- 9e78ea8 Always put validate tags after json/name tags
- 419b7b0 Merge pull request #913 from nyaruka/msg-uuid-status-callbacks-PM
- 7671436 Merge pull request #911 from nyaruka/msg-uuid-status-callbacks-CM
- 3dc96c3 Use harcoded UUID v7
- fc2cf6c Use msg UUID for tracking data for VP
- 5dc46b5 Use msg UUID for random ID for VK
- 4dfe170 Adjust to use msg UUID for status callback for CM and DK
- d75dddd Use harcoded UUID v7
- a2bbf5f Use msg UUID for status callback for M3 channels
- f2d3c33 Use msg UUID for status callback for MBD, PM, MTN channels
v10.3.20
v10.3.19
Changelog
- eeeb5fd Merge pull request #915 from nyaruka/msg_in_reorg
- bb3f22e Merge pull request #910 from nyaruka/msg-uuid-status-callbacks-CHP
- 06689a9 Move most of rapidpro.MsgIn to models.MsgIn
- 8ec00d2 Support status callback with msg UUID for CHP
- 069c5be Merge pull request #909 from nyaruka/msg-uuid-status-callbacks
- b07f2d6 Merge pull request #914 from nyaruka/dupe_check_tweak
- 8d3b666 Move checking of dupe incoming messages from NewIncomingMsg to WriteMsg
- 0f71fee Use harcoded UUID v7
- 3e8e0cc Add msg UUID to send message logs
- 252d021 Use UUID v7 for msgs
- 5d08b58 Use UUID v7 for msgs
- e0c6d0b Support status callback by msg uuid for KN channel type
v10.3.18
v10.3.17
Changelog
- 25bc0ad Merge pull request #905 from nyaruka/contact_ref
- 1a67315 Add models.MsgOut
- 29f48dc Add validation of msg out payloads
- cce6204 Read contact from contact field on message send payloads
- faf09c9 Merge pull request #904 from nyaruka/msg_refactor
- 3d61fc8 Tweak variable name for clarity
- 1245f41 Move function to load messages in tests into testsuite package
- 9fb77f7 Use rapidpro.MsgIn for incoming messages and create new struct for tests
- e7595cf Make outgoing messages their own struct
v10.3.16
v10.3.15
v10.3.14
Changelog
- 1eaf9f7 Merge pull request #897 from nyaruka/pgx
- a45b04d Update to latest gocommon
- c17503d Merge branch 'main' into pgx
- ddfc948 Merge pull request #900 from nyaruka/events_by_uuid
- c9720eb Change the Event interface to use UUIDs
- 5976853 Fix issue from linter
- 2e60bef Remove handler benchmark tests which aren't used or useful since it's all against a mocked backend
- fcc14a8 Change formatting of SQL used to update message status
- c764dec Tweak SQL used to update message status
- 95c26af Tweak SQL use to fetch message ids for status updates
- 5556150 Simplify status update sql
- d382b24 Merge branch 'main' into pgx
- d118609 Switch from lib/pq to jackc/pgx/stdlib