Releases: nyaruka/mailroom
Releases · nyaruka/mailroom
v8.3.12
Changelog
- dc13ded Merge pull request #122 from nyaruka/less_urn_priority
- 6454283 Merge branch 'main' into less_urn_priority
- 4d6ec09 Merge pull request #121 from nyaruka/send_rework
- 353f51c Add test for LoadContactURNs
- 5f3289f Remove encoding URN priority in URN strings as it's not used
- be8395a Remove having auth as a URN param
- 60ae548 Rework message sending so that URNs are loaded before queueing
- 0008a31 Merge pull request #120 from nyaruka/send_improvements
- e6a4bf5 Rework msg queuing so that any failure leads to messages being requeued
- e9915cd Update test database
- 4892466 Merge pull request #119 from nyaruka/latest_null
- 050daf6 Update to latest null library and use Map[string] for channel events extra
v8.3.11
v8.3.10
Changelog
- 763b11c Merge pull request #117 from nyaruka/ivr_lang_improvements
- f05cc2e Update Twilio's list of supported language codes for IVR and do a better job of picking one
- 721e48f Merge pull request #116 from nyaruka/latest_goflow
- 130d450 Update to latest goflow
- 659fd7a Update to latest redisx
- 270f4b1 Update to latest redisx
- 4c0d203 Update to latest goflow
- a10b448 Merge pull request #115 from nyaruka/any
- 9a1c595 Use any instead of interface{}
- 60bf0bb More simplification of db/tx params
v8.3.9
Changelog
- f112201 Merge pull request #113 from nyaruka/delete_msg_task
- 18cfead Remove unused channel_id field from delete task
- fe315d1 Tweak task payload to match courier
- b03c18e Use transaction when deleting message and its labels
- 7a6cf30 Merge branch 'main' into delete_msg_task
- 0a15ccf Merge pull request #114 from nyaruka/easier_msg_tests
- 349d42e Make it easier to create messages in tests
- a033772 Add contact task to delete a message
v8.3.8
Changelog
- e08c46e Use dbutil.ScanAllSlice where possible
- 2437d94 Merge pull request #111 from nyaruka/less_sqlx_2
- ead12c3 Rename DBorTxx to just DBorTx and QueryerWithTx to just DB
- 306937c Update to latest gocommon
- 4f8c6fb Change Runtime.ReadonlyDB to be a regular sql.DB
- ecf8e68 Rename Queryer to DBorTxx and add new Queryer which is only QueryContext
- d93a4ba Merge pull request #110 from nyaruka/less_sqlx
- 66c4991 Remove models.Exec
- 16e4bba Add QueryContext to models.Queryer so contact loading can use it
- 319ebca Rework asset loading functions to use sql.DB instead of sqlx.DB
v8.3.7
v8.3.6
v8.3.5
v8.3.4
v8.3.3
Changelog
- 247dbac Merge pull request #105 from nyaruka/enable_input_cleaning
- 1086faf Read input cleaners from org
- 129e7fa Merge pull request #104 from nyaruka/update_testdb
- f499ded Update test database
- 4b6e985 Merge pull request #103 from nyaruka/latest_goflow
- a6604ae Update to latest goflow and simplify how we turn orgs into engine environments
- 6344d51 Merge pull request #102 from nyaruka/goflow_updates
- 5297f83 Update to latest goflow which changes some stuff about environments