# Tenzir Platform v1.16.0

This release adds two mechanism for a better diagnostics experience. Diagnostics are now shown directly in the editor. Additionally, the diagnostics heatmap in the pipeline overview can now be interacted with.

## 🚀 Features

### Diagnostics in the editor

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

Diagnostics are now shown directly in the editor, with the associated code snippet being highlighted. Users can hover over the code to see detailed error and warning information in a floating popup. Additionally, the diagnostics pane opener button has been moved to the editor’s results strip for improved accessibility.

### A new way to view pipeline diagnostics

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

You can now view the exact diagnostics that occurred during a window of time by clicking on the corresponding cell in the heatmap.

This opens up a new panel below the heatmap where diagnostics are shown grouped by pipeline. From here, it’s also possible to search for diagnostics by text.

## 🔧 Changes

### Removed TQL2 switch from editor

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

With the minimum required node version now at 5.0.0, the editor no longer shows the TQL2 switch. You can now run TQL2 pipelines natively without needing to toggle anything.

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

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