< Back to all releases
Management Console

2026-06-05

New Features

  • Modbus bridge addresses can now be edited through a guided dialog. Previously, each address was a single string such as temperature.holding.100.INT16:scale=0.1 that you had to assemble and edit by hand in the read flow table. Clicking an address cell, which holds a 'unifiedAddress' now opens a dialog with a separate field for each part (name, register type, address, data type, and optional modifiers like scale and slave ID), and only shows the fields that apply to your selection (for example, length appears only for string types). Hovering an address cell shows its parts at a glance.
Modbus address editor dialog

Modbus address cell tooltip

Improvements

  • After migrating your account to Auth0, entering your email on the login page now sends you straight to the sign-in method you migrated with. Previously, you landed on Auth0's hosted login UI and had to pick your provider (Google, LinkedIn, SAML, ...) before being prompted for credentials. This applies to both community and enterprise accounts; enterprise users are additionally routed directly into their company's Auth0 organization.
  • The sidebar tab that opens data models is now labeled "Data Models", matching the heading on the page it opens. Previously the tab read "Models" while the page itself was titled "Data Models".

Fixes

  • Previously, opening a bridge and leaving the page warned about unsaved changes even when nothing had been edited, while real edits to the Read Flow's Input section went undetected and could be lost on navigation. The bridge page now captures a clean baseline once it finishes loading and compares the Input configuration directly, so the unsaved-changes prompt appears only when you have actually made a change.
Discuss on Discord