Skip to content

Update rerun requirement from 0.33 to 0.36 - #74

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rerun-0.36
Open

Update rerun requirement from 0.33 to 0.36#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rerun-0.36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rerun to permit the latest version.

Release notes

Sourced from rerun's releases.

0.36.0

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


🧳 Migration guide: https://rerun.io/docs/changelog/changeset-0-36#breaking-changes

✨ Overview & highlights

  • Experimental 3D gaussian splat support
  • Experimental Viewer catalog: larger-than-RAM files on the web
  • Configurable axes for 3D views
  • Improved viewer timeline navigation
  • Multi-sink support for GrpcServerSink

📖 Release notes: https://rerun.io/docs/changelog/changeset-0-36#highlights

⚠️ Breaking changes

  • All SDKs: application IDs now follow the same restrictions as catalog entry names. Use at most 180 characters, and only ASCII alphanumerics, underscores, hyphens, spaces, brackets, and colons.
  • CLI: rerun mcap info now prints detailed file information; the diagnostic checks moved to rerun mcap check.
  • Python: the experimental ParquetReader's loading options moved from the constructor to stream().

🧳 Migration guide: https://rerun.io/docs/changelog/changeset-0-36#breaking-changes

🔎 Details

🪵 Log API

  • ViewDir is now a regular (codegen'ed) enum instead of a set of constants 0f6d842
  • Experimental GaussianSplats3D archetype w/ PLY loader 73d305c
  • Add an alternative Costmap colormap for GridMap 033d6f9
  • Migrate ApplicationId to always be EntryName compatible ba6ff46

🌊 C++ API

  • Add missing standard library includes to C++ error handling (previously an issue for VS2017) #12872 (thanks @​Travor278!)
  • Make GrpcServerSink multisink compatible and plumb it into C++ & Python 514a49b
  • rerun_c is now a public dependency of rerun_cpp 5fcb022
  • Fix C++ issues found by newer clang toolchains ef56603
  • Update C++ toolchain of Pixi workspace b3e60d6

🐍 Python API

  • Add root_group to Hdf5Reader.stream() 3d4f394
  • dataloader: block-wise shuffling strategy d959ca3

... (truncated)

Changelog

Sourced from rerun's changelog.

0.36.0 - 2026-08-10

🧳 Migration guide: https://rerun.io/docs/changelog/changeset-0-36#breaking-changes

✨ Overview & highlights

  • Experimental 3D gaussian splat support
  • Experimental Viewer catalog: larger-than-RAM files on the web
  • Configurable axes for 3D views
  • Improved viewer timeline navigation
  • Multi-sink support for GrpcServerSink

📖 Release notes: https://rerun.io/docs/changelog/changeset-0-36#highlights

⚠️ Breaking changes

  • All SDKs: application IDs now follow the same restrictions as catalog entry names. Use at most 180 characters, and only ASCII alphanumerics, underscores, hyphens, spaces, brackets, and colons.
  • CLI: rerun mcap info now prints detailed file information; the diagnostic checks moved to rerun mcap check.
  • Python: the experimental ParquetReader's loading options moved from the constructor to stream().

🧳 Migration guide: https://rerun.io/docs/changelog/changeset-0-36#breaking-changes

🔎 Details

🪵 Log API

  • ViewDir is now a regular (codegen'ed) enum instead of a set of constants 0f6d842
  • Experimental GaussianSplats3D archetype w/ PLY loader 73d305c
  • Add an alternative Costmap colormap for GridMap 033d6f9
  • Migrate ApplicationId to always be EntryName compatible ba6ff46

🌊 C++ API

  • Add missing standard library includes to C++ error handling (previously an issue for VS2017) #12872 (thanks @​Travor278!)
  • Make GrpcServerSink multisink compatible and plumb it into C++ & Python 514a49b
  • rerun_c is now a public dependency of rerun_cpp 5fcb022
  • Fix C++ issues found by newer clang toolchains ef56603
  • Update C++ toolchain of Pixi workspace b3e60d6

🐍 Python API

  • Add root_group to Hdf5Reader.stream() 3d4f394
  • dataloader: block-wise shuffling strategy d959ca3
  • dataloader: Fix read group overfetch 42ee525
  • Adds Chunk.from_property() to Chunk API 9557a7a
  • Memory-bounded chunk streaming in Hdf5Reader using windowed dataset reads 55b95fd
  • Add Pytorch dataloader manifest builder 4c92c4c
  • Make GrpcServerSink multisink compatible and plumb it into C++ & Python 514a49b
  • ParquetReader: move data conversion knobs from the constructor to .stream() 43ff07a
  • Implementation of the manifest dataset 94070ea
  • Expose McapInfo in Python binding via McapReader.info() 3850ed1
  • Make the buffer size part of the shuffling strategy ea24f6a

... (truncated)

Commits
  • ecfc3de Bump versions to 0.36.0
  • ad40ffa Update gen_common_index.py
  • edef110 Remove speculative links
  • 9afb0b7 Update mcap info changeset
  • 3e8585a Update changelog
  • 87a1779 Improve changelog creation skill & forbid github assets in changeset md files
  • 5d26892 Additional changelog items for 0.36
  • d60ffb6 Fix nightly benchmark failures
  • 30f2662 Fix link checker failures
  • b0c88c1 Update walkers to 0.58.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rerun](https://github.com/rerun-io/rerun) to permit the latest version.
- [Release notes](https://github.com/rerun-io/rerun/releases)
- [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md)
- [Commits](rerun-io/rerun@0.33.0...0.36.0)

---
updated-dependencies:
- dependency-name: rerun
  dependency-version: 0.36.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants