🚀 Features
Section titled “🚀 Features”Common fields now appear as columns
Section titled “Common fields now appear as columns”Jun 3, 2026 · @gitryder
We improved the Stream view by displaying fields that are shared across all schemas in dedicated columns. Timestamps are the first supported field, making it easier to scan and compare at a glance while still allowing you to expand rows to view the full event. When no shared timestamp field is available, Stream view continues to use the existing layout.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Delete dashboards when removing a static workspace
Section titled “Delete dashboards when removing a static workspace”Jun 4, 2026 · @gitryder
Previously, when a workspace was removed from the static configuration file, dashboards that users had created within that workspace were left behind as orphaned records in the database. These could resurface if a new workspace later reused the same workspace ID. Removing a static workspace now also deletes these user-created dashboards.
Explorer downloads on nodes using the legacy execution engine
Section titled “Explorer downloads on nodes using the legacy execution engine”Jun 3, 2026 · @tobim, @claude · #184
Downloading results from the Explorer now works on Tenzir Nodes v6+ that are
configured to run pipelines on the legacy execution engine (tenzir.neo: false). Previously, preparing the download failed on such nodes because the
pipeline that uploads the results relied on functionality that is only
available in the new execution engine. The download pipeline now always runs
on the new execution engine, regardless of the node’s configuration.