Skip to content

Release 0.33.0#12804

Open
rerun-bot wants to merge 7 commits into
mainfrom
prepare-release-0.33.0
Open

Release 0.33.0#12804
rerun-bot wants to merge 7 commits into
mainfrom
prepare-release-0.33.0

Conversation

@rerun-bot
Copy link
Copy Markdown
Collaborator

Next steps

  • Test the release

  • For alpha releases:

    • If a GH release should be published for this alpha (give extra love to alphas deployed to Rerun Hub or when external testing is required):
      • Create the GitHub release manually from the UI
      • Stretch goal: generate a raw changelog and add it to the GH release with this disclaimer:
        DISCLAIMER: This is an unreviewed, automatically generated changelog. We only provide fully reviewed changelogs for final releases.
    • Merge or close the release PR
      • IFF the release job succeeds and the link checker is happy, you may merge the PR.
      • Otherwise, close the PR without merging. Cherrypick any interesting commit to main, but not the version bump one (it would introduce bad links).
  • For non-alpha releases:

    • For any added commits, run the release workflow in 'rc' mode again
    • After testing, ensure that this PR is mergeable to main, then run the release workflow in 'final' mode
    • Once the final release workflow finishes it will create a GitHub release for you. Then:
      • Sanity check the build artifacts:
        • pip install: does it install and run?
        • cargo install of cli tool: does it install and run?
        • C++ SDK zip: does it contain rerun_c for all platforms?
      • Edit and publish the GitHub release:
        • Do NOT create a GitHub release draft yourself! Let the release job do it.
        • Populate the release with the changelog and a nice header video/picture
        • Make sure Set as latest release is checked
        • Click Publish release
        • Once published, the release assets will sync to it automatically.
      • Update the google colab notebooks to install this version and re-execute the notebook.
      • Verify the auto-triggered gradio-rerun-viewer release workflow succeeded (dispatched from on_gh_release.yml for final releases)
      • Create a new branch from the prepare-release branch, rebase that one on main and sync it to reality so it can be merged.
      • (A few hours later) Check on the conda feedstock PR (ping Antoine, Nick and/or Jeremy in necessary)
  • Tests

    • Windows
    • Linux
    • MacOS

Wumpf and others added 5 commits May 28, 2026 16:18
@rerun-bot rerun-bot added ⛴ release Related to shipping or publishing exclude from changelog PRs with this won't show up in CHANGELOG.md labels May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 28, 2026

Latest documentation preview deployed successfully.

Result Commit Link
7aab2f8 https://landing-ey4l5w730-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 28, 2026

Web viewer built successfully.

Result Commit Link Manifest
7aab2f8 https://rerun.io/viewer/pr/12804 +nightly +main

View image diff on kitdiff.

Note: This comment is updated whenever you push a commit.

IsseW and others added 2 commits May 28, 2026 18:28
### Related

- Part of RR-4646 / #12772

### What

Adds a way to track external memory in the viewer, and uses that:

#### Show external memory in the memory panel
<img width="1481" height="243" alt="Screenshot 2026-05-25 at 20 17 16"
src="https://github.com/user-attachments/assets/b79a2ffa-a0a5-495f-b25d-32cedbc3fed4"
/>

Adds the grpc server (on native), and allocator tracking overhead to the
memory flamegraph.

#### Show external memory on hovering memory stat

<img width="177" height="164" alt="Screenshot 2026-05-26 at 11 20 24"
src="https://github.com/user-attachments/assets/e93f0fe1-165b-4300-9a28-5275781f723c"
/>

#### Take external memory into account when garbage collecting

We subtract it from the total used memory so the viewer can actually
grow to the size it was told to.

Source-Ref: fe93ddaab627fe57c52a84c9c1b44b7d7a9b8d0d
### Related

Closes RR-4752

### What

State timeline cursor can now only moved by dragging.

Fixes the super annoying bug that double click (zoom reset) moved the
time cursor. :(

Source-Ref: e44f619b81b2e4250c1b1fa03fe5933786a05e17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md ⛴ release Related to shipping or publishing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants