Skip to content

Conversation

@n8n-assistant
Copy link
Contributor

@n8n-assistant n8n-assistant bot commented Jan 7, 2026

2.2.5 (2026-01-07)

Bug Fixes

  • core: Fix redirection of user missing MFA to personal settings (#23881) (51debbc)
  • McpClientTool Node: Sanitize MCP tool arguments based on schema (#23167) (16f9606)

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 19 files

@n8n-assistant n8n-assistant bot added community Authored by a community member core Enhancement outside /nodes-base and /editor-ui in linear Issue or PR has been created in Linear for internal review labels Jan 7, 2026
@n8n-assistant
Copy link
Contributor Author

n8n-assistant bot commented Jan 7, 2026

Hey @n8n-assistant[bot],

Thank you for your contribution. We appreciate the time and effort you’ve taken to submit this pull request.

Before we can proceed, please ensure the following:
• Tests are included for any new functionality, logic changes or bug fixes.
• The PR aligns with our contribution guidelines.

Regarding new nodes:
We no longer accept new nodes directly into the core codebase. Instead, we encourage contributors to follow our Community Node Submission Guide to publish nodes independently.

If your node integrates with an AI service that you own or represent, please email [email protected] and we will be happy to discuss the best approach.

About review timelines:
This PR has been added to our internal tracker as "GHC-6211". While we plan to review it, we are currently unable to provide an exact timeframe. Our goal is to begin reviews within a month, but this may change depending on team priorities. We will reach out when the review begins.

Thank you again for contributing to n8n.

@codecov
Copy link

codecov bot commented Jan 7, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
16434 1 16433 0
View the top 2 failed test(s) by shortest run time
FrontendService getPublicSettings should return public settings with mfa
Stack Traces | 0.01s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 0

@@ -1,10 +1,9 @@
  Object {
    "authCookie": Object {
      "secure": false,
    },
-   "defaultLocale": "en",
    "enterprise": Object {
      "ldap": false,
      "oidc": false,
      "saml": false,
    },
    at Object.<anonymous> (.../services/__tests__/frontend.service.test.ts:266:21)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
SQL completion completes table names
Stack Traces | 0.088s run time
TypeError: state.languageDataAt(...)[0] is not a function
    at get (.../n8n/n8n/packages/@.../codemirror-lang-sql/test/complete.test.ts:23:79)
    at Object.<anonymous> (.../n8n/n8n/packages/@.../codemirror-lang-sql/test/complete.test.ts:51:14)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/utils.js:300:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/utils.js:233:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/run.js:315:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/run.js:251:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/run.js:125:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/run.js:120:9)
    at run (.../n8n/node_modules/.pnpm/[email protected]..../jest-circus/build/run.js:70:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/[email protected]..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/[email protected]..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/[email protected]..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/[email protected]..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/[email protected]..../jest-runner/build/testWorker.js:106:12)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@blacksmith-sh

This comment has been minimized.

@currents-bot
Copy link

currents-bot bot commented Jan 7, 2026

E2E Tests: n8n tests passed after 8m 28.5s

🟢 40 · 🔴 0 · ⚪️ 2 · 🟣 1

View Run Details

Run Details

  • Project: n8n

  • Groups: 1

  • Framework: Playwright

  • Run Status: Passed

  • Commit: 03a8e21

  • Spec files: 10

  • Overall tests: 42

  • Duration: 8m 28.5s

  • Parallelization: 1


This message was posted automatically by currents.dev | Integration Settings

@blacksmith-sh
Copy link

blacksmith-sh bot commented Jan 7, 2026

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
FrontendService/
FrontendService getPublicSettings should return public settings with mfa
View Logs

Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Authored by a community member core Enhancement outside /nodes-base and /editor-ui in linear Issue or PR has been created in Linear for internal review release:patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants