Skip to content

chore: update n8n to 2.35.x (v2.73.0) - #1015

Merged
czlonkowski merged 2 commits into
mainfrom
update/n8n-2.35.3
Aug 19, 2026
Merged

chore: update n8n to 2.35.x (v2.73.0)#1015
czlonkowski merged 2 commits into
mainfrom
update/n8n-2.35.3

Conversation

@czlonkowski

Copy link
Copy Markdown
Owner

Updates the bundled n8n packages from the 2.34 line to 2.35.x and rebuilds the node database against them.

Dependencies

package from to
n8n-nodes-base 2.34.4 2.35.3
n8n-core 2.34.4 2.35.3
n8n-workflow 2.34.3 2.35.2
@n8n/n8n-nodes-langchain 2.34.4 2.35.3

zod stays at 3.25.76, the exact peer n8n-workflow 2.35.2 requires. No breaking changes in the packages this server consumes.

Node database

2,541 nodes — 832 core (up from 831) plus 1,709 community (up from 1,583, of which 1,441 verified).

The single core addition is nodes-base.confluence, which n8n currently ships as a hidden shell: hidden: true, no properties, no operations, actions landing in later releases. It is indexed the same way the other hidden n8n-nodes-base entries (Function, Cron, Item Lists, Read Binary File and the rest) always have been.

Eighteen core node schemas changed. The ones users will notice:

  • Slack → typeVersion 2.7, message search moves to Slack's Real-time Search API
  • GitHub → timeout option on Dispatch and Wait for Completion
  • Salesforce Trigger → OAuth2 JWT authentication
  • Google Ads → migrated from the sunset v21 API to v25, including the renamed video-views metric
  • Microsoft TeamsGroup.ReadWrite.All OAuth2 scope restored
  • X (formerly Twitter) → OAuth2 and API endpoints moved to x.com
  • Merge → "Append" and "Combine" search aliases, which search_nodes now matches

Kafka v2: n8n ships a version 2 built on its new Kafka library with compression options, but keeps defaultVersion: 1. get_node and validation therefore still report version 1 — the typeVersion the editor instantiates. The database will follow when n8n flips the default.

Community nodes

Refreshed: 1,437 verified from the n8n registry, 141 node rows from 65 npm packages, 6 rows dropped for packages that no longer declare them. 139 missing READMEs fetched, 126 AI documentation summaries generated — coverage is now 1,696 of 1,709.

Verification

  • npm run typecheck — clean
  • npm run test:unit — 5,793 passed, 35 skipped
  • Database validation and core-node completeness checks passed during rebuild
  • check:settings-drift passed (run by update:n8n before the rebuild)

Conceived by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with Claude Code

https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98

- Updated n8n-nodes-base from 2.34.4 to 2.35.3
- Updated n8n-core from 2.34.4 to 2.35.3
- Updated n8n-workflow from 2.34.3 to 2.35.2
- Updated @n8n/n8n-nodes-langchain from 2.34.4 to 2.35.3
- Rebuilt node database: 2,541 nodes (832 core, 1,709 community)
- New core node nodes-base.confluence (hidden shell, no operations yet)
- 18 core node schemas changed; Slack moves to typeVersion 2.7
- Refreshed community nodes (1,441 verified + 268 npm)
- Fetched 139 READMEs and generated 126 AI documentation summaries
- Updated README badge and node counts, CHANGELOG, runtime version

Conceived by Romuald Członkowski - www.aiadvisors.pl/en

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98
Copilot AI lite review requested due to automatic review settings August 19, 2026 07:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the bundled n8n dependency line from 2.34.x to 2.35.x and rolls a corresponding n8n-mcp release (2.73.0), aligning docs and release notes with the rebuilt node database.

Changes:

  • Update core n8n package versions (n8n-nodes-base, n8n-core, n8n-workflow, @n8n/n8n-nodes-langchain) and refresh the lockfile accordingly.
  • Bump project/runtime versions to 2.73.0 and update the Docker build-time n8n-workflow pin.
  • Update README and CHANGELOG to reflect the new n8n version and refreshed node counts.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Updates displayed n8n version and node counts to match the rebuilt database.
package.runtime.json Bumps runtime package version to 2.73.0.
package.json Bumps package version and updates n8n dependency pins to 2.35.x.
package-lock.json Lockfile refresh reflecting the dependency upgrades and transitive changes.
Dockerfile Updates the build-stage n8n-workflow pin to 2.35.2 to match package.json.
CHANGELOG.md Adds 2.73.0 release entry documenting the n8n bump and database refresh details.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md Outdated
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Test Results Summary

📊 Artifacts


Generated at Wed, 19 Aug 2026 09:39:17 GMT
Commit: 8508f65
Run: #1502

@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

The badge reported 5,418 passing, a figure that had drifted across
releases. Current measured totals: 5,793 unit tests and 731 integration
tests, so 6,524.

Reported by Copilot in the #1015 review.

Conceived by Romuald Członkowski - www.aiadvisors.pl/en

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98
Copilot AI review requested due to automatic review settings August 19, 2026 09:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 7 changed files in this pull request and generated no new comments.

@czlonkowski
czlonkowski merged commit fe3a4cb into main Aug 19, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants