Skip to content

Conversation

@rerun-bot
Copy link
Collaborator

@rerun-bot rerun-bot commented Nov 13, 2025

Next steps

  • Test the release

  • 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 'release' 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.
      • Release a new version of gradio (@oxkitsune, @jprochazk)
      • Merge the Release PR
      • (A few hours later) Check on the conda feedstock PR (ping Antoine, Nick and/or Jeremy in necessary)
  • Tests

    • Windows
    • Linux
    • MacOS

IsseW and others added 30 commits November 10, 2025 10:01
### Related

- Fix what I tried to do in #11838
### Related

- Part of RR-2768

### What

Adds functionality to remove an time selection either via context menu,
or alt+click.

<img width="550" height="240" alt="Screenshot 2025-11-10 at 18 55 31"
src="https://github.com/user-attachments/assets/47d6eb93-385b-4a69-92c2-d8ac788a3bfb"
/>
<img width="550" height="240" alt="Screenshot 2025-11-10 at 18 55 39"
src="https://github.com/user-attachments/assets/3d1a9a09-06ae-4a9b-897b-a4bd2f142538"
/>
<img width="550" height="240" alt="Screenshot 2025-11-10 at 18 55 52"
src="https://github.com/user-attachments/assets/0a36f129-fb8e-4028-8827-bfab6c03d289"
/>




alt+click also works as context menu suggests
### What

Currently the release job doesn't get the "version" variable, this fixes
that by making the tag and release different steps in the same job,
### Related

* Fixes regression in #11788

### What

Fixes regression when tracking entity where inputs don't work correctly
when tracking an entity.


* [x] another round of manual testing on the web viewer build
…11868)

### What

Trying to create connection client in python with an expired refresh
token was causing authentication failures, even if connecting to a
server that doesn't require auth.

```
RuntimeError: Internal: verifying credentials: status: 'Unknown error', self: "failed to refresh credentials: {\"error\":\"invalid_grant\",\"error_description\":\"Session has already ended.\"}"
```

This properly handles `SessionExpired` / `Custom` cases and maps them to
`CredentialsProviderError`.
…ds for UI responsiveness. (#11834)

Co-authored-by: Andreas Reich <r_andreas2@web.de>
This is a follow up to #11525. It
fixes the remaining half of
#11516.

We don't want to merge it as is yet. Let's see if we can get the fix
merged upstream first, so we don't have to depend on yet another fork:
* PSeitz/lz4_flex#192

---

* Fixes #11516

---

Checks:
* [x] `rerun` with `--nb_scans 3000` now works
* [x] `rerun rrd stats` with `--nb_scans 3000` now works
Instead of the generic color fallback, we have to use the
`frustum_color` from the design tokens. On top of that, this fixes a bug
where the fallback wasn't actually used (instead some previous default).
This was already very noticeable at 60 Hz. My bad for only using 120Hz+
in my day-to-day
abey79 and others added 10 commits November 12, 2025 19:09
### Related
#11873

### What
* Adds pixi commands for the lychee install I added
* Also make the getting started side panel viewable but with the correct
re-direct.
* I ran `pixi run link-check` and it looks like it is ok

## Before
<img width="254" height="199" alt="Screenshot 2025-11-12 at 8 57 10 AM"
src="https://github.com/user-attachments/assets/a0d14307-5622-4740-8e7b-f25955896e0f"
/>

## After
<img width="254" height="322" alt="Screenshot 2025-11-12 at 9 49 35 AM"
src="https://github.com/user-attachments/assets/2a8aea28-f7d4-48e7-8773-d9094f9af263"
/>
@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 Nov 13, 2025
@rerun-bot
Copy link
Collaborator Author

Version 0.27.1-rc.1 published successfully.

artifact install
web app
wheels pip install rerun-sdk==0.27.1-rc.1
crates cargo install rerun-cli@0.27.1-rc.1 --locked
npm npm install @rerun-io/web-viewer@0.27.1-rc.1
docs
py docs
rs docs
cpp_sdk zip

@rerun-bot
Copy link
Collaborator Author

GitHub release draft: 0.27.1

Add a description, changelog, and a nice header video/picture, then click 'Publish release'.

@rerun-bot
Copy link
Collaborator Author

Version 0.27.1 published successfully.

artifact install
web app
wheels pip install rerun-sdk==0.27.1
crates cargo install rerun-cli@0.27.1 --locked
npm npm install @rerun-io/web-viewer@0.27.1
docs
py docs
rs docs
cpp_sdk zip

@rerun-bot
Copy link
Collaborator Author

GitHub release draft: 0.27.1

Add a description, changelog, and a nice header video/picture, then click 'Publish release'.

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.