v0.45.0
July 12, 2026
Real time reaches everywhere: after item detail and notifications (v0.43.0), now Monitor, lists, dashboard, ticker and analytics move on their own — and a freshly created item shows up instantly in the lists of whoever is watching, whatever channel it is born from (form, API, event, sub-flow). With the live connection active, polling thins out and lightens the server.
-
Feature
The whole app in real time
**Live Monitor and lists.** Item list, calendar view and the flow’s item list update on their own (bursts are coalesced so the server is never flooded); the flow’s "Live update" toggle stays in charge: off means off. **Dashboard, ticker and analytics** align in real time, with safety-net polling stretched to long intervals while the connection is up. **Designer and print views too:** the live connection now covers every authenticated page, not just the ones inside the main navigation.
-
Improvement
No change stays invisible
**Freshly created item → instantly in the lists.** An item’s birth (manual, API, event, sub-flow) emits the real-time signal from the engine’s single choke-point — with a transactional guarantee: if the creation fails, no signal. SuperAdmin demo data stays deliberately silent. **Reschedule, entity reference and title:** these changes, previously visible only on the next polling round, now reach whoever is watching the same item immediately.
-
Improvement
Sturdier real-time connection
**Sturdier hub.** The database listening connection always cleans up the previous one before recreating it (no orphan connections after a reconnect), and the notification signal no longer forwards the internal recipient list to the recipients themselves.