Tags give the ability to mark specific points in history as being important
-
v3.0.222
00eedbd9 · ·* Only show errors in UI when org level limits of groups etc are exceeded * Improve error messages when org reaches limit of groups etc
-
-
-
v3.0.219
b4426287 · ·* Create channel event only for active channels * Limit SMS Central channel type to the Kathmandu timezone * Create fields from expressions on import * Flow dependencies for fields, groups, and flows * Dynamic channels: Start * Dynamic channels: SMS Central
-
v3.0.218
dfb06a9d · ·* Delete simulation messages in batch of 25 to use the response_to index * Fix Kannel channel type icon * @step.contact and @contact should both be the run contact * Migration to set value_type on all RuleSets
-
v3.0.217
5eaa2050 · ·* Add page titles for common pages * New index for contact history * Exit flows in batches so we dont have to grab all runs at once * Check we can create a new groups before importing contact and show the error message to the user * Fixes value type guessing on rulesets (we had zero typed as dates) * Update po files * Dynamic channels: Shaqodoon
-
-
-
-
v3.0.213
c13008ae · ·* Fixes for slow contact history * Allow updating existing fields via API without checking the count * Update TWIML IVR protocol check * Add update form fields in dynamic channel types * Abstract out the channel update view form classes * Add ivr_protocol field on channel type * Mock constants to not create a lot of objects in test DB * Limit the contact fields max per org to 200 to below the max form post fields allowed * Limit number of contact groups creation on org to 250 * Limit number of contact fields creation on org to 250 * Dynamic channels: Red Rabbit * Dynamic channels: Plivo * Dynamic channels: Nexmo
-
v3.0.212
15dd1728 · ·* Make Msg.priority nullable so courier doesn't have to write to it * Calculate TPS cost for messages and add them to courier queues * Fix truncate cases in SQL triggers * Fix migration to recreate trigger on msgs table * Dynamic channels: Mblox
-
v3.0.211
88fdad10 · ·* Properly create event fires for campaign events updated through api * Strip matched string in not empty test * Dynamic channels: Macrokiosk
-
v3.0.210
9f828c3d · ·* Make message priority be based on responded state of flow runs * Support templatized urls in media * Add UI for URL Attachments * Prevent creation of groups and labels at flow run time * Dynamic channels: M3Tech, Kannel, Junebug and Junebug USSD
-
v3.0.209
e12c134a · ·* Add a way to specify the prefixes short codes should be matching * Include both high_priority and priority in courier JSON * Fix TwiML migration * Fix JSON response when searching Plivo numbers
-
v3.0.208
345ebab2 · ·* Msg.bulk_priority -> Msg.high_priority * Change for currencies for numeric rule * Dynamic channels for Jasmin, Infobip, and Hub9
-
v3.0.207
1328f174 · ·* Fix Twiml config JSON keys * Unarchiving a campaign should unarchive all its flows
-
v3.0.206
c573119b · ·* Fix broken Twilio Messaging Service status callback URL * Only update dynamic groups from set_field if value has changed * Optimize how we lookup contacts for some API endpoints * More dynamic channels
-
v3.0.205
2b83f7ff · ·* add way to show recommended channel on claim page for dynamic channels * change Org.get_recommended_channel to return the channel type instead of a random string
-
-
v3.0.203
3aa18c5d · ·* create new compound index on channel id and external id, remove old external id index * consistent header for contact uuid in exports and imports * unstop contacts in handle message for new messages * populate @extra even on webhook failures * fix flow simulator with chatbase connected * use ContactQL for name of contact querying grammar * dynamic channels: Clickatell * fix contact searching where text includes + or / chars * replace Ply with ANTLR for contact searching (WIP)