Releases: nyaruka/courier
Releases · nyaruka/courier
v26.1.27
v26.1.26
Changelog
- 6dab3a2 Merge pull request #1000 from nyaruka/twa-bsuid
- 9c7f59d Adjust copilot suggestions
- bbc5a51 Merge pull request #1001 from nyaruka/trn-bsuid-recv
- f50a08d Do not fail CI with codecov error
- 65aa76d Save BSUID URN for TRN channels on incoming messages
- db8ea8d Support receiving for BSUID on Twilio Whatsapp
v26.1.25
v26.1.24
v26.1.23
v26.1.22
Changelog
- 8883b5b Merge pull request #995 from nyaruka/move-incoming-msg-insert-to-models
- 057e130 Use NamedExecContext for incoming msg and channel event inserts
- 7ae1e2d Move incoming message insert into core/models
- d6ad163 Merge pull request #994 from nyaruka/move-channel-event-to-models
- 8c98a81 Move ChannelEvent struct and insert into core/models
v26.1.21
Changelog
- 26aefbc Merge pull request #989 from nyaruka/outgoing-bsuid-urns
- 4482a38 Remove unused AddURNtoContact from Backend interface
- 7398ab3 Rename HasURN to HasOtherURN for clarity
- 36cd6e6 Add OtherURNs field and HasURN method to ContactReference
- c493416 Skip queuing contact_changed task when contact already has the URN
- 1d38b40 Merge remote-tracking branch 'origin/main' into outgoing-bsuid-urns
- 5f327e9 Merge pull request #990 from nyaruka/remove-urn-from-contact
- 549fcbc Fix TestMailroomEvents by resetting DB and pre-creating contact
- 46e7038 Reset DB at start of TestContact to fix flaky test
- eb61a7f Remove unused RemoveURNfromContact from Backend interface
- 40fcdeb Merge pull request #992 from nyaruka/fix-backend-test-hangs
- 1a8a111 Fix backend test suite hanging by committing transactions and re-enabling ResetDB
- 4e8dab8 Move contact_changed task queuing into OnSendComplete in the backend
- f811544 Queue contact_changed task to mailroom instead of writing URN directly
- 5c8afe4 Simplify UserID() since outgoing sends are always by phone number
- 9078526 Add courier executable to .gitignore
- 9a963ed Add BSUID URN support for outgoing WhatsApp messages
v26.1.20
Changelog
- 67d6adf Update to latest phonenumbers
- 8bc4f2d Merge pull request #980 from nyaruka/rework-pr-976
- 2f77201 Log error when from_user_id fails BSUID URN validation
- 9659a43 Simplify to only save user_id as BSUID URN on incoming messages
- 20dbfd2 Support WhatsApp user_id as secondary URN using BSUID scheme
- b10282b Update phonenumbers and gocommon