Tags give the ability to mark specific points in history as being important
-
v4.5.2
a755ba6f · ·* Add config for deduping messages * Add created_on/ended_on to FlowSession * Update to latest goflow (event changes) * Do not delete campaign events, deactivate them * Do not delete runs when deleting a flow * Fix Campaigns events delete for system flow
-
v4.5.1
9e50a72b · ·* Use constants for queue names and switch single contact flow starts to use the handler queue * Raise ValidationError if flow.extra is not a valid JSON * Defer group.release in a background task * Fix saving dynamic groups by reverting back to escapejs for contact group query on dialog
-
v4.5.0
e086b01c · ·* Add Stopped event to message history and unknown/unsupported events * Switch result value to be status code from webhook rulesets, save body as @extra.<resultname> and migrate result references to that
-
v4.4.20
b9191dda · ·* Fix channel selection for sending to TEL_SCHEME * Add campaigns to all test orgs for make_db * Correctly embed JS in templates * Escape data before using
-
-
v4.4.18
668432e6 · ·* Fix incorrect units in wehbook_stats * Result input should always be a string
-
v4.4.17
399c89da · ·* Don't do duplicate message check for surveyor messages which are already SENT * Update to goflow 0.15.1 * Update Location URLs to work with GADM IDs * Fix potential XSS issue: embed script only if is set
-
-
v4.4.15
f32da13b · ·* Fix importing with Created On columns * Validate URNs during import * Classify flow server trials as simple if they don't have subflows etc * Use latest goflow for testing
-
-
-
-
v4.4.13
90e9abbe · ·* Defer to mailroom for processing event fires for flows that are flowserver enabled * Tweaks to comparing events during flow server trials * Fix saved operand for group tests on anon orgs
-
v4.4.12
ca8ad9e0 · ·* Add step URN editor completions * Add name to the channels shown on the flow editor * Don't zero pad anon ids in context * Update to latest expressions
-
-
-
v4.4.9
a8eb5908 · ·* Ensure API v1 writes are atomic * JSONFields should use our JSON encoder * Use authenticated user for events on Org.signup * Trial shouldn't blow up if run has no events * Add urn to step/message context and make urn scheme accessible for anon org * Get rid of Flow.FLOW
-
v4.4.8
35123cc0 · ·* Don't trial flow starts from triggers * Fix messages from non-interactive subflows being added to their parent run * Setup user tracking before creating an Org * Migrate flows during flowserver trials with collapse_exits=false to keep paths exactly the same * Input for a webhook result test should be a single request * Migration to update F type flows to M
-
v4.4.7
dd490d62 · ·* Enforce validation on OrgSignup and OrgGrant forms * Cleanup encoding of datetimes in JSON * New flows should be created with type M and rename constants for clarity
-
v4.4.6
38470e39 · ·* Fix updating dynamic groups on contact update from the UI * Make editor agnostic to F/M flow types