0.34.1
honojs/hono0.34.1Jul 7, 2026by rerun-bot
AI Summary
0.34.1 is a patch release for Rerun addressing critical bug fixes related to MP4 playback, live-streaming stability, and collection refreshing issues.
Key Highlights
- Fix auto-refresh of collections when opening a recording
- Improve error messages for unsupported MP4 codecs
- Fix stack overflow for live-streamed data
- Patch 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)