Tags give the ability to mark specific points in history as being important
-
v3.0.37
0c9bb9d9 · ·* Fix to make label of open ended response be All Response even if there is timeout on the ruleset * Data migration to rename category for old Values collected with timeouts
-
v3.0.36
fac2909b · ·* Add 256 keys to @extra, also enforce ordering so it is predictible which are included * Make fetching flow run stats more efficient and expose number of active runs on flow run endpoint * Migration to populate session on msg and ended_on where it is missing
-
-
-
v3.0.34
4d54320f · ·* Add Junebug channel type * Better base styling for dev project * Pass charset parameter to Kannel when sending unicode * Zero out minutes, seconds, ms for campaign events with set delivery horus * Add other URN types to contact context, return '' if missing, '*' mask for anon orgs * Make sure Campaigns export base_language for simple message events, honor on import
-
v3.0.33
e72d725d · ·* Change ansible command run on vagrant up from syncdb to migrate * Remove no longer needed django-modeltranslation * Keep up to 256 extra keys from webhooks instead of 128 * Add documentation of API rate limiting
-
-
-
-
-
-
-
v3.0.27
20dad71b · ·* Fix searching for Twilio numbers, add unit tests * Fix API v1 run serialization when step messages are purged
-
-
-
-
v3.0.23
1f841585 · ·* Remove flow from ChannelSession, sessions can span many runs/flows * Remove superfluous channelsession.parent
-
v3.0.22
93fec4ad · ·* Migration to update existing twiml apps with a status_callback, remove api/v1 references
-
-
v3.0.20
255a8b07 · ·* Allow orgs to set their own SMTP server for outgoing emails * Return better error message when To number not passed to Twilio handler * Exclude Flow webhook events from retries (we try once and forget) * Don't pass channel in webhook events if we don't know it * Use JsonResponse and response.json() consistently * Replace json.loads(response.content) with response.json() which properly decodes on Python 3