-
Notifications
You must be signed in to change notification settings - Fork 588
Release 0.27.3 #12123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rerun-bot
wants to merge
74
commits into
main
Choose a base branch
from
prepare-release-0.27.3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 0.27.3 #12123
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 <[email protected]>
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).
Co-authored-by: Michael Grupp <[email protected]>
This was already very noticeable at 60 Hz. My bad for only using 120Hz+ in my day-to-day
### Related * Closes #11937 ### What Fixes the visible time range for the time series view.
### Related Related to https://linear.app/rerun/issue/RR-2861/authentication-in-jupyter-notebooks ### What Implements authentication in Jupyter notebooks. - By running ``rr.login()`` the user can log in. - Uses `re_auth` module, starts a web server in the background to listen to events. - Automatically passes credentials to the wasm viewer.
### What Fixes lint errors on CI: https://github.com/rerun-io/rerun/actions/runs/19778389827/job/56674923109
### Related Closes RR-3036 ### What Dynamically selects a port for the oauth callback server. The range 17340-17349 is allowlisted on WorkOS. Tested manually.
``` $ cargo run -p rerun-cli -- server $ curl http://localhost:51234/version re_server 0.28.0-alpha.1+dev [rustc 1.88.0 (6b00bc388 2025-06-23), LLVM 20.1.5] x86_64-unknown-linux-gnu (debug) ``` All Rerun servers are now required to have the `GET /version` HTTP endpoint, for us to be able to remove one layer of noise when users connects to the wrong thing. * Unblocks #12092
### Related Part of #8948 ### What - Adds automated test checking what happens on double clicks - Removes `check_focus.py` from release checklist
Co-authored-by: Jeremy Leibs <[email protected]>
This reverts commit 5708aaf.
This reverts commit fa8bec1.
This reverts commit c3e5829.
Fixes failing snippet tests in main CI.
Collaborator
Author
|
Version 0.27.3-rc.2 published successfully.
|
Collaborator
Author
|
GitHub release draft: 0.27.3 Add a description, changelog, and a nice header video/picture, then click 'Publish release'. |
This reverts commit 67bf231.
This reverts commit b0f3097.
This reverts commit 865270f.
…ith a rerun account (#12133) Without this, any time a user wants to create an authenticated session in a clean notebook environment, the experience ends up looking like. <img width="720" height="478" alt="image" src="https://github.com/user-attachments/assets/df7d6fee-3ac9-443f-a1ce-d7a8bfc5e697" />
Collaborator
Author
|
Version 0.27.3-rc.4 published successfully.
|
Collaborator
Author
|
GitHub release draft: 0.27.3 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Next steps
Test the release
For alpha releases:
DISCLAIMER: This is an unreviewed, automatically generated changelog. We only provide fully reviewed changelogs for final releases.
main, but not the version bump one (it would introduce bad links).For non-alpha releases:
main, then run the release workflow in 'release' modeSet as latest releaseis checkedPublish releaseTests