0.36.3
rerun-io/rerun0.36.3Aug 26, 2026by rerun-bot
AI Summary
This release introduces a new API for optimizing recording files directly from the Rust ecosystem, allowing developers to compress and manage data more efficiently.
Key Highlights
- New standalone `rrd::optimize_file` API
- Optimize recordings from Rust using `rrd::optimize`
- Updated installation instructions
New Features
- New `rrd::optimize_file` API
- Recording optimization feature
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 -U 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.34.3/rerun_cpp_sdk.zip --- ### ⨠Overview & highlights - Optimize a recording from Rust with `rrd::optimize` š Release notes: https://rerun.io/docs/changelog/changeset-0-36#optimize-a-recording-from-rust-with-rrdoptimize ### š Details #### š¦ Rust API - Add a standalone `rrd::optimize_file` API to the `rerun` crate [389767f](https://github.com/rerun-io/rerun/commit/389767f2217ca481f2ebaaf9b3fd8b3ec90f7f59)