chore: regenerate the changelog with gren 5.1.1 - #601
Merged
Merged
Conversation
Release membership fills in sections earlier versions left empty, so most releases before v6.1.0 gain the pull requests they shipped. The 6.0.1, 3.2.1 and 2.1.6 security fixes were merged from private forks and have no pull request to take a title or labels from, so commitNotes records them and links both advisories. The master-side copies of changes already released from 6.x carry their own commits, which git cannot tell are the same change. They are labelled duplicate on GitHub and ignored here so they are not announced twice. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
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.
Rebuilds
CHANGELOG.mdwith gren 5.1.1 and records the things the generator could not work out on its own.What changed in the changelog
_No changelog for this release._.commitNotesin.grenrc.jsgives those three commits an entry linking both advisories, which also restores the hand-written CVE line that regeneration would otherwise drop.6.x, whilemastercarried its own pull requests for the same fixes; those commits reached6.xin chore: merge master into 6.x #600, and git cannot tell they are the same change. Address CVEs: CVE-2025-29774 and CVE-2025-29775 #494, Introduce new .getSignedReferences() function of signature to help prevent signature wrapping attacks #495, Adjust deprecation to better reflect real-world usage #498, Remove all reference XML data if any are corrupted #500 and Exports C14nCanonicalization, ExclusiveCanonicalization #471 are labelledduplicateand filtered withignoreIssuesWith.[**closed**]under 🙈 Other; chore: merge master into 6.x #600, Add agent instructions #544, Deprecate getOriginalXmlWithIds() #516, Fix double callback invoke on unhandled exception #528, fix: Support nested enveloped signature location (#525) #526 are now labelled to match this repo's conventions, and Tests for sha256-rsa-MGF1 #515 moved fromdocumentationtochore.Outside this diff
The titles of #4 and #12 were fixed on GitHub — a trailing space and a
*This*emphasis that made prettier reject the generated file. Fixing them at the source meansnpm run lintpasses on gren's raw output, with no formatting step in thechangelogscript.Verification
npm run build,npm test(325 passing) andnpm run lintall pass. Generating from6.xand frommasternow produces identical output apart from the line for #600 itself, which only exists on6.x.🤖 Generated with Claude Code