0.34.1
TEN-framework/ten-framework0.34.1Jul 7, 2026by rerun-bot
AI Summary
This is a patch release focusing on bug fixes and dependency updates. It resolves issues with auto-refreshing collections, MP4 codec error handling, and stack overflows in live-streamed data.
Key Highlights
- Fixed auto-refresh collections when opening a recording
- Better error messages for unsupported MP4 codecs
- Resolved stack overflow issues with live-streamed data
- Patch for `tonic-web-wasm-client` dependency
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.1/rerun_cpp_sdk.zip --- ### 🔎 Details #### 🪳 Bug fixes - Fix: auto-refresh collections when opening a recording [9d40120](https://github.com/rerun-io/rerun/commit/9d40120bc4a83e7403c9487674f860339cdc83d3) - Better error for unsupported mp4 codec [949b6a8](https://github.com/rerun-io/rerun/commit/949b6a89cc53fc22726a15797d69070609281129) - Fix stack overflow for live-streamed data [1f3f5af](https://github.com/rerun-io/rerun/commit/1f3f5af16af5d82fc9987364cb5df77eaf399464) #### 📦 Dependencies - Patch `tonic-web-wasm-client` with cherry-picked trailer changes [7436cda](https://github.com/rerun-io/rerun/commit/7436cda05cb74b8ff092b4b64dfdf65092074be6)