# Tenzir Platform v1.12.0

Tenzir Platform v1.12 introduces an action bar at the bottom of the Explorer, providing easier access to view settings. Additionally, the widget row on the nodes page has been enhanced with numerous improvements and bug fixes.

## 🚀 Features

### Support GCloud OAuth Clients

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

The platform now supports tokens created by Google Cloud IAP.

## 🔧 Changes

### Improvements to the Ingress/Egress data visualization

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

* The daily throughput widget now shows the number of bytes for the window that exactly matches the 24h range from the last seen data point, including smooth interpolation.
* The ingress/egress data shown now gets more realtime updates.
* The ingress/egress graph’s X domain was made more stable, meaning there’s no sudden jumps in the graph’s X axis when new data is shown.

### Add realtime updates to pipeline list diagnostics

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

The diagnostics widget and numbers of diagnostics in the pipeline list now update in real time.

### Schemas pane on the right

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

The schemas pane in the Explorer is now docked at the right edge consistently, removing confusion between the icons for expanding schemas pane and the nodes pane, and putting more attention on the results table.

### Result controls moved to a floating bar

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

The result controls in the Explorer are now shown in a floating bar anchored at the bottom center of the page, instead of above the results table, for easier access and a cleaner layout.

### Improved pipeline list activity metrics loading state

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

* The loading state for the sparkbars in the pipeline table no longer shows forever if none of the pipelines are running.
* The loading spinner for the sparkbars in the pipeline table has been replaced by a pulsating skeleton of the sparkbars, which is a little easier on the eyes.

## 🐞 Bug Fixes

### Preserved dashboard cell order when adding new cells

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

Fixed an issue where existing dashboard cells were sometimes being reordered when a new cell was added.

### Fix editor strip overlapping last lines

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

The editor’s control strip, which includes the Run button, no longer overlaps the last few lines of your code. You can now see and work with your entire script without anything getting in the way.

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

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