Skip to content

Update rerun requirement from 0.33 to 0.35 - #73

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rerun to permit the latest version.

Release notes

Sourced from rerun's releases.

0.35.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/reference/migration/migration-0-35

✨ Overview & highlights

Improved command palette

The Viewer's command palette (Cmd+k/Ctrl+k) now lets you find & select entities & components!

commandpalette.mp4

It also adds context dependent commands like, like refreshing the currently selected catalog or dataset.

Experimental Viewer catalog

The Viewer now includes an experimental built-in catalog for working with local recordings without starting a separate catalog server. For now, it has to be activated through the settings menu since there's still some rough edges. The main advantage of this is that it allows you to stream arbitrary large rrd files from disk with ease!

The internal Viewer catalog implements the entire functionality of the OSS redap server protocol and can be connected to via the Python SDK. For security reasons, we limit this to connections from the same machine.

It also is a first step in a series of changes that make the Viewer more streamlined & explicit about consuming live versus server data.

Rich display of built-in url types

Rerun now detects links known url formats (links to rrds, hub datasets, etc.) and shows them as a compact link button:

Previously these all would all be shown as a plain link. The Rerun Hub dataset open button has been reworked as well:

Import HDF5 data using the chunk processing API

This release introduces Hdf5Reader, which reads an HDF5 file into a lazy stream of chunks — each group becomes an entity, each dataset a component:

... (truncated)

Changelog

Sourced from rerun's changelog.

0.35.0 - 2026-07-23

🧳 Migration guide: https://rerun.io/docs/reference/migration/migration-0-35

✨ Overview & highlights

Improved command palette

The Viewer's command palette (Cmd+k/Ctrl+k) now lets you find & select entities & components!

commandpalette.mp4

It also adds context dependent commands like, like refreshing the currently selected catalog or dataset.

Experimental Viewer catalog

The Viewer now includes an experimental built-in catalog for working with local recordings without starting a separate catalog server. For now, it has to be activated through the settings menu since there's still some rough edges. The main advantage of this is that it allows you to stream arbitrary large rrd files from disk with ease!

The internal Viewer catalog implements the entire functionality of the OSS redap server protocol and can be connected to via the Python SDK. For security reasons, we limit this to connections from the same machine.

It also is a first step in a series of changes that make the Viewer more streamlined & explicit about consuming live versus server data.

Rich display of built-in url types

Rerun now detects links known url formats (links to rrds, hub datasets, etc.) and shows them as a compact link button:

Previously these all would all be shown as a plain link. The Rerun Hub dataset open button has been reworked as well:

Import HDF5 data using the chunk processing API

This release introduces Hdf5Reader, which reads an HDF5 file into a lazy stream of chunks — each group becomes an entity, each dataset a component:

from rerun.experimental import Hdf5Reader, IndexColumn
reader = Hdf5Reader("episode.h5")
store = reader.stream(index_column=IndexColumn.timestamp("/time", input_unit="s")).collect()

Improved video chunk reader

... (truncated)

Commits
  • 6508e50 remove NPM_TOKEN - we're using trusted publishing now
  • bb8284e fix outdated lock file
  • bfd5373 Bump versions to 0.35.0
  • 5bee019 more changelog entries still
  • 3eb1acf More speculative links
  • ff936d3 additional changelog entries
  • 89930bd fixup speculative links
  • fe43242 Fix missing button hover effect in light mode
  • bc20fa7 Give a clear error when a glTF/GLB requires an unsupported extension (#12858)
  • ab2e4cc Add coverage scripts (1/4)
  • 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.35.0)

---
updated-dependencies:
- dependency-name: rerun
  dependency-version: 0.35.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 Jul 27, 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