Tags give the ability to mark specific points in history as being important
-
-
v10.1.74
8f4cc9ef · ·* Allow FlowRun.session to be null * Remove unncessary subtitle from trigger create page
-
v10.1.73
46968686 · ·* Fix contacts whose current_session_uuid doesn't match a waiting session * Remove task to interrupt sessions as this is now handled by session expiration fires
-
v10.1.72
4f996f48 · ·* Fix join view when not logged in but URL correct * Data migration to backfill session expiration contact fires * Use email for deleted user * Allow template-based email subjects
-
v10.1.71
7befc6e9 · ·* Remove SEND_EMAILS in favor of file backend for local dev * Add new 'session expire' type to contact fires and re-add expired status to sessions
-
v10.1.70
9de91ce5 · ·* Remove User.username * Drop no longer used contact+status=W index on FlowSession * Always delete runs before sessions and not runs by session
-
-
-
-
-
-
v10.1.64
c36e809b · ·* Add index to flow runs to support interrupting by session * Drop ContactFire.extra * Add number of ongoing runs to the flow list view
-
-
v10.1.62
24f7728c · ·* Use default of 3 days for flow expiry * Data migration to backfill FlowRun.session_uuid * Add is_enabled field to the update form
-
v10.1.61
ec93b0e1 · ·* Add data migration to reduce expires_after to 2 weeks on all flows * Remove 30 days as option for flow expiry
-
-
-
-
-
v10.1.56
cda385c8 · ·* Make channel event uuid field not null * Add post migrate signal to create system user * Remove AnonymousUser