Management Console
Persist state across UI
Topic browser, table filters, and bridge settings now persist across navigation and page reloads. Fixed OPC UA bridge defaulting to wrong port, "Save Anyway" not bypassing validation errors, and special characters breaking bridge deployments. Preview: new "Disable Read Flows" toggle for bridges.
Improvements
- Previously, the topic browser reset to its default state whenever you navigated away -- your selected topic, expanded/collapsed nodes, search term, and scroll position were all lost. Now the topic browser remembers all of these across navigation and page reloads, and resets on logout
- Previously, new instances defaulted to the Enterprise release channel, which lagged behind in versions. Now new instances default to Stable, so they start on the latest recommended version
- Previously, the filter of a table was reset whenever you navigated away. Now the state of all table filters is persisted throughout the entire UI.
- Table filters now support fuzzy finding.
Fixes
- Previously, creating an OPC UA bridge pre-filled port 3000 instead of the OPC UA standard port 4840, requiring manual correction every time. The bridge setup assistant now defaults to port 4840
- Fixed "Save Anyway" button not bypassing validation errors during bridge updates -- clicking it re-triggered the same deployment without ignoring errors, causing the same failure again. It now correctly saves despite benthos linting or configuration errors
- Previously, special characters like double quotes in address mappings or metadata fields broke bridge deployments because they were not escaped in the generated YAML. Now values are properly escaped before sending to the backend and unescaped when loaded back into the UI
Preview: Disable Read Flows
- Introduced the new, experimental feature flag "Disable Read Flows" -- When activated you get a new toggle in the Read Flow section of the bridged. Using the toggle, you can temporarily disable reading data. This feature is already present for Standalones and is now being ported to the read flows.
