< Back to all releases
Management Console

Fixes & Improvements

Improvements

  • Links across the app now share a single visual style. Previously, links used different colors, underline treatments, and hover effects depending on where they appeared, producing an inconsistent look across pages. They now follow a unified style, and external links — those pointing outside the app, such as to documentation — automatically open in a new tab and display a small indicator icon next to the text.
Internal links External links with icon
  • We now display a reload dialog when the app needs to be refreshed.
Reload Dialog

Fixes

  • Previously, the log viewer re-fetched the full 24-hour window on every refresh and kept all returned lines in memory. On instances with busy logs, this grew continuously and could crash the browser tab. The log viewer now fetches only new entries since the last refresh and caps the in-memory log at 10,000 lines.
  • Previously, picking certain protocol templates when adding a bridge (for example http_server) produced a default name like Generic-http_server-bridge-1 that could not be saved, with an error about invalid characters. The suggested name now uses only valid characters (e.g. Generic-http-server-bridge-1), so you can deploy without renaming it first.
  • Previously, the Data Contracts page showed a dead-end empty state on fresh instances, with no indication that data contracts are created automatically when a data model is deployed. The empty state now explains this and links directly to the data model creation page. The stream processor editor's contract selector also shows a link to add a data model when no contracts are available.
Data Contracts empty state Stream processor contract selector
Discuss on Discord