Update changelog for 17.0.0.rc.6#4174
Conversation
Stamp the 17.0.0.rc.6 version header from the entries accumulated since v17.0.0.rc.5, after a full classification sweep of the 78 merged PRs in the range. New entry added in this pass: - RSC-safe generated i18n locale defaults (#4146) Existing [Unreleased] entries corrected: - Co-credit #4107 alongside #4130 (generated demo path wrapping, #4062) - Add the missing PR link (#4096) to the RenderFunction types-only entry Category sections reordered to the standard Added / Changed / Fixed order to match the other RC sections. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Walkthrough
ChangesCHANGELOG 17.0.0.rc.6 Release Entry
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR stamps the
Confidence Score: 5/5Changelog-only change with no code modifications; safe to merge. The sole changed file is CHANGELOG.md. The stamping is mechanically correct: [Unreleased] is emptied, a new dated version header is inserted, entries are reordered to the canonical Added → Changed → Fixed sequence, the entry count matches the PR description (3 + 4 + 7 = 14), and the compare links at the bottom correctly reference v17.0.0.rc.5...v17.0.0.rc.6 and v17.0.0.rc.6...main. No runtime or build artifacts are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["[Unreleased] section"] -->|"rake update_changelog[17.0.0.rc.6]"| B["[17.0.0.rc.6] - 2026-06-21"]
B --> C["[Unreleased] now empty"]
B -->|"contains"| F["3 Added / 4 Changed / 7 Fixed = 14 entries"]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A["[Unreleased] section"] -->|"rake update_changelog[17.0.0.rc.6]"| B["[17.0.0.rc.6] - 2026-06-21"]
B --> C["[Unreleased] now empty"]
B -->|"contains"| F["3 Added / 4 Changed / 7 Fixed = 14 entries"]
Reviews (1): Last reviewed commit: "Update changelog for 17.0.0.rc.6" | Re-trigger Greptile |
Code Review: Update changelog for 17.0.0.rc.6Overview: This is a changelog-only PR that stamps the What the PR does
Review findingsFormat / structure — LGTM
Minor inconsistency — blank lines in Fixed section All Fixed entries are separated by a blank line except the fifth and sixth: - **Abort the in-flight SSR render…** [PR 4093]
- **[Pro]** **Bounded the RSCProvider RSC payload cache…** [PR 4097] ← missing blank line before thisEvery other consecutive Fixed entry has a blank line between them. This is cosmetic only and does not affect rendering, but it is inconsistent with the surrounding style. Content accuracy
VerdictThe stamping is accurate and the changelog is in good shape for release. The only actionable item is the missing blank line between the "Abort SSR" and "Bounded RSCProvider" Fixed entries (lines 52–53 in the current file) — easy one-line fix before merge if you want strict style consistency, but safe to merge as-is given it is purely cosmetic. |
…ck-comparison-doc * origin/main: Bump version to 17.0.0.rc.6 docs: fix dead undici link and silence flaky GitHub links in lychee check (#4165) Update changelog for 17.0.0.rc.6 (#4174) Reduce PR security preflight false positives for CI metadata (#4170) [codex] Document targeted agent coordination reads (#4166) Carry forward seam doctor follow-up fixes (#4171) Unskip Rspack RSC e2e tests on react-on-rails-rsc 19.2 (rc.3) (#4173) Revert "docs: add accessibility best-practices guide (RoR + RSC) (#4086)" docs: rsc-css render-blocking links + end-of-head cascade trap (#4138) (#4143) Fix RSC-safe locale default messages output (#4146) Share agent workflows via installed skills + repo seam (#4121) Codify degraded agent-coord batch fallback (#4161) [codex] Document flagship demo coordination (#4164) Enrich deferred-render RSC errors with the bundle diagnostic (#3475) (#4100)
…tion-path * origin/main: docs(agents): make completing an authorized merge the expected close-out (#4156) docs: add accessibility best-practices guide (RoR + RSC) (#3927) (#4179) Bump version to 17.0.0.rc.6 docs: fix dead undici link and silence flaky GitHub links in lychee check (#4165) Update changelog for 17.0.0.rc.6 (#4174) Reduce PR security preflight false positives for CI metadata (#4170) [codex] Document targeted agent coordination reads (#4166) Carry forward seam doctor follow-up fixes (#4171) Unskip Rspack RSC e2e tests on react-on-rails-rsc 19.2 (rc.3) (#4173) Revert "docs: add accessibility best-practices guide (RoR + RSC) (#4086)" docs: rsc-css render-blocking links + end-of-head cascade trap (#4138) (#4143) Fix RSC-safe locale default messages output (#4146) Share agent workflows via installed skills + repo seam (#4121) Codify degraded agent-coord batch fallback (#4161)
…a-lane * origin/main: docs(agents): make completing an authorized merge the expected close-out (#4156) docs: add accessibility best-practices guide (RoR + RSC) (#3927) (#4179) Bump version to 17.0.0.rc.6 docs: fix dead undici link and silence flaky GitHub links in lychee check (#4165) Update changelog for 17.0.0.rc.6 (#4174) Reduce PR security preflight false positives for CI metadata (#4170) [codex] Document targeted agent coordination reads (#4166) Carry forward seam doctor follow-up fixes (#4171) Unskip Rspack RSC e2e tests on react-on-rails-rsc 19.2 (rc.3) (#4173) Revert "docs: add accessibility best-practices guide (RoR + RSC) (#4086)" docs: rsc-css render-blocking links + end-of-head cascade trap (#4138) (#4143) Fix RSC-safe locale default messages output (#4146) # Conflicts: # .agents/skills/plan-pr-batch/SKILL.md
Why
Stamps the
17.0.0.rc.6changelog section so the release task can publish it and auto-create the GitHub release. This is the changelog step that comes before runningbundle exec rake release(the release task reads the version + notes fromCHANGELOG.md).What
Ran a full
/update-changelogclassification sweep over the 78 merged PRs inv17.0.0.rc.5..origin/main(plus one revert commit) before stamping. Most are docs/agent-workflow/CI/test changes (no-entry); the user-visible ones were already accumulated under[Unreleased]during development.Stamping:
bundle exec rake "update_changelog[17.0.0.rc.6]"inserted the### [17.0.0.rc.6] - 2026-06-21header after[Unreleased], moved the accumulated entries under it, and rewrote the compare links (v17.0.0.rc.5...v17.0.0.rc.6,[unreleased]→main). Prior RC sections are preserved (RC mode does not collapse them).Changelog edits made in this pass:
lib/react_on_rails/locales/, fixes i18n compiler generates RSC-incompatible default.js #4132).RenderFunctiontypes-only breaking-change entry, which previously linked only the issue.[Unreleased]accumulation had led with Fixed).The
17.0.0.rc.6section contains 14 entries (3 Added, 4 Changed, 7 Fixed).Test plan
bundle exec rake "update_changelog[17.0.0.rc.6]"(run with a UTF-8 locale to avoid theinvalid byte sequence in US-ASCIIregex bug) → header + compare links stamped.pnpm exec prettier --check CHANGELOG.md→ clean.[Unreleased]is now empty, version headers are newest-first, and compare links use thevprefix.Labels
Labels: none— changelog/docs-only change; relies on the required PR gate plus the local verification above.After merge
Run
bundle exec rake release(no args — it reads17.0.0.rc.6from the changelog) to publish and auto-create the GitHub release.Summary by CodeRabbit
Release 17.0.0.rc.6
Breaking Changes
Bug Fixes