Skip to content

Releases: rapidpro/mailroom

v7.3.9

20 Apr 20:35
Compare
Choose a tag to compare

Changelog

e8052ef Update CHANGELOG.md for v7.3.9
e2bf8ab Merge pull request #621 from nyaruka/start_preview_sample_size
88c7501 Add sample_size param to preview_start endpoint
6f2118f Merge pull request #620 from nyaruka/search_cleanup
241c617 Fix tests
7d9028e Move search into its own package and add more tests
3314713 Merge pull request #619 from nyaruka/preview_start_endpoint
c4bc1e7 Update test database
57a1381 Update to latest goflow
0ad3b2e Add endpoint to generate a flow start preview (WIP)

v7.3.8

18 Apr 16:07
Compare
Choose a tag to compare

Changelog

f03cee1 Update CHANGELOG.md for v7.3.8
c6a969f Merge pull request #618 from nyaruka/field_names
f53a260 Use new contactfield.name and is_system fields
fe7ee45 Remove unused function
09d368a Update to codecov action v2

v7.3.7

12 Apr 17:30
Compare
Choose a tag to compare

Changelog

2cbcc02 Update CHANGELOG.md for v7.3.7
dffc498 Update to latest goflow and start using httpx.DetectContentType

v7.3.6

11 Apr 14:39
Compare
Choose a tag to compare

Changelog

9682d1d Update CHANGELOG.md for v7.3.6
2a22e0e Merge pull request #617 from nyaruka/flow_history_changes
962e373 Optimize setting modified_on by handling flow entered events
b4e3bff Always update modified_on when a sprint ends

v7.3.5

06 Apr 21:03
Compare
Choose a tag to compare

Changelog

57d3991 Update CHANGELOG.md for v7.3.5
f9ee767 Merge pull request #614 from nyaruka/es_asset_ids
86f32ec Fix logging statement
407a420 Fix mapping of flow assets to their IDs
7f7487e Fix tests
f38c1b3 Merge branch 'main' into es_asset_ids
4d8b5a3 Merge pull request #613 from nyaruka/update_testdb
39d68bb Update test database
7823156 Update to latest goflow which requires mapping groups and flows to ids for ES queries

v7.3.4

04 Apr 17:39
Compare
Choose a tag to compare

Changelog

e34f917 Update CHANGELOG.md for v7.3.4
36dd54a Merge pull request #612 from nyaruka/stopped_fix
7841cd1 Fix unstopping of contacts who message in

v7.3.3

29 Mar 22:03
Compare
Choose a tag to compare

Changelog

ecf0553 Update CHANGELOG.md for v7.3.3
edc858b Merge pull request #610 from nyaruka/system_groups_pt3
b517840 Fix metrics endpoint
799dea8 ContactGroup.group_type can no longer be 'U'
83c16d9 Merge pull request #608 from nyaruka/timeout_fix
460cb9f Clear session timeout if timeout resume rejected by wait
25438bb Add test for timeout task handling
736b5c7 Update golang.org/x/sys

v7.3.2

22 Mar 14:50
Compare
Choose a tag to compare

Changelog

b301e6e Update CHANGELOG.md for v7.3.2
c116d2d Merge pull request #607 from nyaruka/system_groups_pt1
8a04898 Update test database
d0d6308 Add is_system to contact groups, filter groups by group_type = M|Q|U

v7.3.1

21 Mar 15:01
Compare
Choose a tag to compare

Changelog

6177ddc Update CHANGELOG.md for v7.3.1
0bd932b Merge pull request #601 from nyaruka/resume_for_inactive
3cec50c Merge pull request #599 from nyaruka/fail_msgs_to_inactive_contacts
a7fc6df Merge pull request #603 from nyaruka/better_cron
b04560c Remove cruft
b7ffe0e Further simplify cron starting
7907575 Cron jobs should add themselves to the main mailroom waitgroup
83f803b Simplify cron starts
a1e56d8 Allow expirations and timeouts to resume sessions for stopped, blocked and archived contacts
caf9b0a Messages to stopped, blocked or archived contacts should immediately fail

v7.3.0

18 Mar 17:13
Compare
Choose a tag to compare

Changelog

4a1593a Update CHANGELOG.md for v7.3.0
5456723 Merge pull request #600 from nyaruka/locker_cleanup
a4478a9 Merge pull request #598 from nyaruka/sql_cleanup
8b58b4c Update to latest goflow
c00eee5 Replace last usages of old locker code
58c901a More cleanup
2aea3ed Merge branch 'main' into sql_cleanup
2f6e0b0 Cleanup some SQL variables