chore(release): 2.51.1 — sanitizer hardening#780
Merged
Conversation
Bumps the package version and records the WorkflowSanitizer hardening shipped in #779 in the changelog. The release workflow keys off package.json changes, so this commit is what drives the npm publish and GitHub release for v2.51.1. Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the n8n-mcp v2.51.1 patch release by bumping the package version and adding release notes for the sanitizer hardening work shipped in #779.
Changes:
- Bump
package.jsonversion from2.51.0to2.51.1. - Add a
2.51.1changelog entry describing the security/sanitizer hardening shipped in #779.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the npm package version to 2.51.1 for the release workflow. |
| CHANGELOG.md | Adds v2.51.1 release notes under a Security section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en Agent-Logs-Url: https://github.com/czlonkowski/n8n-mcp/sessions/af31191f-3d37-450e-92ad-d665cf92e5c7 Co-authored-by: czlonkowski <56956555+czlonkowski@users.noreply.github.com>
Contributor
Test Results Summary📊 ArtifactsGenerated at Wed, 06 May 2026 10:41:07 GMT |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
RenatoAscencio
pushed a commit
to serversmx/n8n-mcp
that referenced
this pull request
May 6, 2026
* chore(release): 2.51.1 — sanitizer hardening Bumps the package version and records the WorkflowSanitizer hardening shipped in czlonkowski#779 in the changelog. The release workflow keys off package.json changes, so this commit is what drives the npm publish and GitHub release for v2.51.1. Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: sync package.runtime.json and package-lock.json to v2.51.1 Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en Agent-Logs-Url: https://github.com/czlonkowski/n8n-mcp/sessions/af31191f-3d37-450e-92ad-d665cf92e5c7 Co-authored-by: czlonkowski <56956555+czlonkowski@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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.
Summary
Version bump + changelog for the sanitizer hardening shipped in #779. The release workflow keys off
package.jsonchanges, so this PR is what drives the npm publish, GitHub release, and Docker images for v2.51.1.package.json:2.51.0→2.51.1(patch — hardening fix).[2.51.1] - 2026-05-06"Security" section toCHANGELOG.mdsummarizing the changes from chore(sanitizer): harden workflow sanitization patterns #779 (new provider patterns, type-aware placeholders, n8n/Supabase URL redaction, email/phone PII, idempotency lookaheads, Bearer-delimiter fix, phone-vs-UUID disambiguation).Test plan
release.ymltriggers onpackage.jsonchange → version-detect step will see2.51.0→2.51.1and run publish-npm + create-release + build-docker.package.runtime.jsonis auto-synced inside the workflow vianpm run sync:runtime-version, no manual edit needed.Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
🤖 Generated with Claude Code