Skip to content

Releases: nyaruka/goflow

v0.10.16

27 Jun 22:14
Compare
Choose a tag to compare

Changelog

1f29f36 Update CHANGELOG.md for v0.10.16
505c2fc Don't log 400 responses to sentry

v0.10.15

27 Jun 16:48
Compare
Choose a tag to compare

Changelog

ff8ec59 Update CHANGELOG.md for v0.10.15
93cc5f1 Migrate expressions in webhook header values
d8f7a87 Merge pull request #315 from nyaruka/dyn_searches_on_attrs
0a6c824 Merge branch 'master' into dyn_searches_on_attrs
9466fe6 Merge pull request #314 from nyaruka/contact_created_on
2fcc66b Allow dynamic searches to query language and created_on
fd1f381 Expose contact.created_on in expressions
4236056 Merge pull request #311 from nyaruka/explicit_other
3e8135f Migrate rulesets where there is an explicit Other category

v0.10.14

31 May 20:38
Compare
Choose a tag to compare

Changelog

e0ea3e1 Update CHANGELOG.md for v0.10.14
dd003cc Fix @contact.id not being migrated in legacy flows

v0.10.13

31 May 18:34
Compare
Choose a tag to compare

Changelog

1d6cede Update CHANGELOG.md for v0.10.13
52c24f8 Merge pull request #309 from nyaruka/router_fix
c180e47 Migrate @contact. expressions to @(format_urn(contact.urns.)) so there's no error if such a URN doesn't exist
1c9e136 Fix not saving a result when router takes default exit

v0.10.12

31 May 00:37
Compare
Choose a tag to compare

Changelog

e0f7388 Update CHANGELOG.md for v0.10.12
3c4a5d8 Merge pull request #308 from nyaruka/mock_webhooks
d045be9 Remove unncessary pointer
989a2a3 Add tests for different webhook mocking configurations
ce0d3e2 Add webhook mocks to engine config and check when making webhook calls if there is a matching mock
80e0ea6 Fix migration of @extra.flow in legacy expressions
6ed342d Fix mapping of @flow.contact in legacy expressions

v0.10.11

28 May 15:42
Compare
Choose a tag to compare

Changelog

a6c7609 Update CHANGELOG.md for v0.10.11
3e006a2 Don't log errors twice

v0.10.10

27 May 17:16
Compare
Choose a tag to compare

Changelog

b544d38 Update CHANGELOG.md for v0.10.10
13136b1 Merge pull request #306 from nyaruka/remove_all_groups
2543838 Coverage
1d17429 Migrate legacy del_group action with no groups to remove_contact_groups action with all_groups=true
4b4a410 Add all_groups flag to remove_contact_groups action
0d02c11 Merge pull request #305 from nyaruka/sentry
788f6e4 Add sentry for reporting errors

v0.10.9

25 May 21:56
Compare
Choose a tag to compare

Changelog

f0c886d Update CHANGELOG.md for v0.10.9
a074270 Fix migrating legacy @flow.foo.text/time expressions

v0.10.8

25 May 20:38
Compare
Choose a tag to compare

Changelog

da1286c Update CHANGELOG.md for v0.10.8
e36d176 Merge pull request #303 from nyaruka/legacy_trans
16d7f54 Map legacy translations of "base" to the actual base language
e617ef4 Handle legacy flows where things which are supposed to be translation dicts aren't

v0.10.7

25 May 17:31
Compare
Choose a tag to compare

Changelog

7afd88b Update CHANGELOG.md for v0.10.7
f9ecb0f Merge pull request #302 from nyaruka/flow_revision
9db4aa8 Expose flow.revision in context and webhook payloads
059f9e9 Add revision field to flow