chore: release v0.7.103 - #3127
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
vanceingalls
temporarily deployed
to
npm-publish
August 9, 2026 10:14 — with
GitHub Actions
Inactive
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release v0.7.103.
Behavioural change for users
The parallel drawElement router is on for everyone again. Long renders go
back to the faster parallel capture path.
v0.7.101 shipped that router behind a 5% canary. Measured the next day, the
gate had cut fleet router exposure from 3.13-4.25% of non-CI renders to
0.13% — roughly 25x — because out-of-cohort installs are explicitly
disarmed and #2840 deleted the everyone-armed trial in the same change. 2,537
installs lost a feature they already had. #3120 removed the canary entry and
its guard together, restoring the shipped default.
Impact is speed only, never output: a router revert forfeits the speedup, not
the render. The per-install circuit breaker and per-render self-verify are
untouched, and
HF_DE_PARALLEL_ROUTER=falseremains the kill switch.Monitoring note
$feature/canary-de-parallel-routerandcanary_reason_de_parallel_routerare emitted from the canary registry, so they stop with this release. The
Ramp —tiles and the exposure-floor alert on PostHog dashboard 1918875 goblank once this is adopted. Watch drawElement engagement on 1807532 instead.
Reverting is now a code revert rather than a registry edit — that was the
trade accepted for shipping in one step instead of two.
Also in this release
Full changelog: v0.7.102...v0.7.103