Management Console
2026-08-19
New Features
- The Filter menu now picks which instances this browser receives live data from, and narrowing it from every instance to one or a few cuts the load on your browser. Instances outside the filter stay listed but contribute no live data to any page. Switching the filter applies at once, though pages stay empty until a newly selected instance reports
- Behind the historian and write-flow feature flags, a data model's row menu can save it to the historian: the bridge wizard opens already filled in for that model's contract, so you review the values instead of typing the bridge name, topic filter and contract by hand. A Historian column shows which models are being saved, with the bridge's health, and links to the bridge. A historian bridge is named after the data contract it saves and that name is no longer editable, so the data model it belongs to always finds it.
Improvements
- Rows that do not match the header are underlined directly in the read flow's address code editor, so the line to fix is visible while typing
- The visual view of a Processing tab is read-only while its code cannot be read. Edits made there would have been replaced once the code was fixed, so the table or condition list stays visible but cannot be changed until then
- A Discard code changes action on the error message restores the last version of the code that could be read
- UNS instance bridge sender no longer sends HTTP basic auth credentials, and posts to
/egress/uns_sync/by default. Adjust the URL if your reverse proxy uses a different path
Fixes
- Code in the read flow's Processing card that cannot be read is now kept exactly as typed. Previously a line the parser could not convert was deleted without warning when switching tab or mode, and rows carrying more values than the header, or a header missing a column, were dropped the same silent way
- Save & Deploy is now blocked while any Processing tab holds code that cannot be read, with the failing row or line named above the card and a marker on that tab. Previously the deploy either failed only after clicking or went ahead with the unreadable parts missing
- Edits in the read flow's Processing card are now saved when switching between the card's Default, Addresses and Conditions tabs. Previously they were only committed when toggling back to visual mode or on deploy, so returning to a tab regenerated the editor from the last saved rows and the edits were gone.
- Code editor scrollbars no longer vanish when you grab them.
- UNS instance bridge sample flows now deliver data. The sending flow dropped topic metadata, so the receiving instance rejected every message
- Ten times as many messages are now kept waiting for your browser, so fewer are dropped when it falls behind
- When updates arrive faster than the browser can read them, the newest one is no longer the first to be thrown away, so what you see reflects the current state instead of an older one
- Log viewer bug and UX fixes: it no longer spins forever on an unresponsive instance, auto-refresh resumes right away when toggled back on, controls stop flickering between enabled and disabled while polling, and refreshing logs no longer fails due to clock drift between your browser and the instance, however large the skew.
- Renaming a bridge whose deployment then fails no longer leaves the editor on the old bridge, where every later save reported that the bridge could not be found. The editor now follows the rename, and that error no longer offers a Save Anyway that cannot succeed