# Tenzir Platform v1.19.0

This release adds a new detail page, as well as many UI fixes and improvements.

## 🚀 Features

### Pipeline detail page

Dec 17, 2025 · [@gitryder](https://github.com/gitryder)

Pipelines now have their own dedicated detail pages that you can access by clicking on any pipeline name. This gives you a comprehensive view of your pipeline in a full-screen interface designed for deep inspection and configuration.

## 🔧 Changes

### Prepare upcoming library format changes

Dec 17, 2025 · gitryder, tobim

The Tenzir Platform now supports the upcoming package format changes in the Tenzir Library, which will be introduced in the near future.

### Update postgres in examples to v17.6

Dec 17, 2025 · [@weh](https://github.com/weh)

Update the postgres version to 17.6 in the example docker-compose.yaml files.

### Show current and latest versions in node update info

Dec 17, 2025 · [@gitryder](https://github.com/gitryder)

We now show both the current version and the latest available version when an update is available or required. For example, in the node selector you see your current version alongside the latest release version.

## 🐞 Bug Fixes

### Fix inifinite loading for dashboard cells that produce no data

Dec 17, 2025 · [@dit7ya](https://github.com/dit7ya)

Dashboard cells that produce no data no longer show an infinite loading animation.

### Detailed pipeline activity spikes

Dec 17, 2025 · [@jachris](https://github.com/jachris)

The detailed pipeline activity charts for the 15min range previously showed spikes even when the underlying data flow was steady. Now, the activity chart should correctly follow the actual data flow.

### Various UI Improvements

Dec 17, 2025 · gitryder, dit7ya

This release also contains many additional bugfixes and improvements to the Tenzir UI:

* Fixed an issue that prevented cookie deletion.
* Improved error logging for OpenID configuration decoding failures.
* Fixed a bug where column resizing would break when new data with the same schema arrived.
* Big numbers are now handled precisely in the data table and inspector.
* A toast message is now displayed while the data download is being prepared.
* Fixed a bug that caused the page to freeze when clicking outside the pipeline editor during editing.
* The timestamp displayed in the tooltip of ingress/egress charts was fixed.

[ Download on GitHub ](https://github.com/tenzir/platform/releases/tag/v1.19.0)

[Get the release artifacts and source code.](https://github.com/tenzir/platform/releases/tag/v1.19.0)