0.28.1

rerun-io/rerun0.28.1Dec 19, 2025by rerun-bot

AI Summary

This release focuses on fixing telemetry settings, depth image handling, and logging details. It addresses video rendering errors, RVL depth decoding issues, and improves viewer behavior for depth images and named-transform frames.

Key Highlights

  • Fixed video rendering errors causing black rectangles around video content
  • Fixed RVL depth decoding for non-quantized images
  • Fixed image planes not working correctly in named-transform frame scenarios
  • Restored depth image visualizers to 2D views and added a dataloader for encoded depth images

New Features

  • Added dataloader for encoded depth image (enables log_from_file and dragdrop functionality)

Full Release Notes

[Rerun](https://www.rerun.io/) is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.

* Python: pip install rerun-sdk
* Rust: cargo add rerun and cargo install rerun-cli --locked
* Online demo: https://rerun.io/viewer
* C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.28.1/rerun_cpp_sdk.zip

---


#### 🪵 Log API
- Ensure that `flush` waits for all data loaders to finish [#12281](https://github.com/rerun-io/rerun/pull/12281)

#### 🪳 Bug fixes
- Fix video errors having black rectangle around them [#12284](https://github.com/rerun-io/rerun/pull/12284)
- Fix RVL depth decoding for non-quantized images [#12289](https://github.com/rerun-io/rerun/pull/12289)

#### 🌁 Viewer improvements
- Fix image planes not working correctly in some named-transform frame scenarios [#12276](https://github.com/rerun-io/rerun/pull/12276)
- Fix auto-size for 2d views with RVL encoded depth image not working [#12288](https://github.com/rerun-io/rerun/pull/12288)
- Restore depth image visualizers to 2D view kind (fix heuristic) [#12290](https://github.com/rerun-io/rerun/pull/12290)
- Add dataloader for encoded depth image (to allow `log_from_file` & dragdrop) [#12287](https://github.com/rerun-io/rerun/pull/12287)

#### 🤷‍ Other
- Improved error message when `rrd compare --unordered` fails [#12282](https://github.com/rerun-io/rerun/pull/12282)