Skip to content

v2.1.0

Latest

Choose a tag to compare

@johnjeffers johnjeffers released this 26 Aug 21:14
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
9bdaf07

Release

Version: v2.1.0
Commit: 9bdaf073d

Added

  • Custom Columns
    • You can now add columns derived from object metadata (labels and annotations).
    • The Columns dropdown now has an Add button. This opens a modal to select a metadata field to use as a source for a new column.
    • Custom columns can be renamed and deleted via hover icons in the Columns dropdown.
  • Change Column Order
    • Drag and drop to change the order of columns in a table.

Changed

  • Redesigned the Columns dropdown to support the new features. Additionally:
    • Columns that cannot be hidden are indicated with a lock icon.
      • Locked visibility columns can still be reordered.
    • The new Reset button resets all of the column state (order, width, and visibility) to default.
    • The new Only button (on hover over an item) selects only that column and hides others.
  • Column visibility and order is stored in Favorites.
  • The new "Only" button, as well as cosmetic changes from the Columns dropdown, has been applied across all dropdowns throughout the app.
  • Diagnostic panel redesign.
    • The Refresh Domains, Streams, and Broker Reads tabs have been consolidated into two tabs that more closely follow the actual data flow.
      • Cluster Data shows a hierachical view of clusters, scopes, and domains.
      • Connections lists the sockets and reads that belong to no domain.

Fixed

  • Duplicate Favorite names are now rejected. It's no longer possible to create different Favorites with the same name.