🚀 Features
Section titled “🚀 Features”Timeline in the Stream view
Section titled “Timeline in the Stream view”May 6, 2026 · @gitryder
The Stream view now includes a timeline that shows event volume over time, segmented by schema. It automatically detects timestamp fields and adapts its bucket size to the data’s time range, providing an at-a-glance view of when events occur and which schemas are most active.
It also probes your data for time fields and shows availability inline, omitting events without a recognized time field (ts, timestamp, or time).
Keyboard navigation between entries in Explorer
Section titled “Keyboard navigation between entries in Explorer”May 5, 2026 · @gitryder
You can now navigate between entries in the Explorer table using arrow keys. Press Space to toggle the inspector, then use Arrow Up and Arrow Down to move between rows and seamlessly across pages.
🔧 Changes
Section titled “🔧 Changes”Improved field selection in the table view
Section titled “Improved field selection in the table view”Apr 21, 2026 · @gitryder
We moved field selection in the Explorer’s table view into a dedicated popover. The ‘Fields’ button sits in the toolbar and shows how many fields are currently hidden. Opening it reveals the full field list with the same click-to-toggle and shift+click-to-focus behavior as before.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Upgrade dependencies to fix known vulnerabilities
Section titled “Upgrade dependencies to fix known vulnerabilities”Apr 21, 2026 · @lava
We upgraded frontend, backend, and CLI dependencies and bumped the tenzir-seaweed base image to address known vulnerabilities reported by our container scanner.
Notable dependency bumps:
drizzle-ormto 0.45.2 (CVE-2026-39356)tarto 7.5.8 (CVE-2021-32803, CVE-2026-26960, CVE-2021-37712, CVE-2021-37713)tar-fsto 3.0.7 (CVE-2024-12905)wsto 8.17.1 (CVE-2024-37890)ellipticto 6.5.7 (CVE-2024-42461, CVE-2020-13822, CVE-2024-48949)cryptographyto 46.0.7 (CVE-2026-39892)rollupto 4.59.0 (CVE-2026-27606)viteto 7.3.2 (CVE-2026-39363)ajvto 8.18.0 (CVE-2025-69873)defuto 6.1.5 (CVE-2026-35209)picomatchto 4.0.4 (CVE-2026-33671)http-cache-semanticsto 4.1.1 (CVE-2022-25881)globto 11.1.0 (CVE-2025-64756)glob-parentto 5.1.2 (CVE-2020-28469)cipher-baseto 1.0.5 (CVE-2025-9287)trim-newlinesto 4.0.1 (CVE-2021-33623)y18nto 5.0.5 (CVE-2020-7774)kind-ofto 6.0.3 (CVE-2019-20149)decode-uri-componentto 0.2.1 (CVE-2022-38900)minimistto 1.2.6 (CVE-2021-44906)lodashto 4.18.1 (CVE-2020-8203, CVE-2026-4800)minimatchto 3.0.5 (CVE-2022-3517)ansi-regexto 6.0.1 (CVE-2021-3807)semverto 7.7.1 (CVE-2022-25883)normalize-urlto 6.0.1 (CVE-2021-33502)inito 1.3.6 (CVE-2020-7788)
The tenzir-seaweed base image was bumped to 4.20 and Dockerfiles now run OS package upgrades, addressing CVE-2026-2673, CVE-2026-28388, CVE-2026-31790, CVE-2026-28390, CVE-2026-28389 (openssl), CVE-2026-40200 (musl), and CVE-2026-5201 (gdk-pixbuf).