Skip to content

Releases: n8n-io/n8n

[email protected]

18 Nov 10:25
faae329

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.121.0 (2025-11-18)

Bug Fixes

  • Code Node: Revert node icon back to old icon (#21777) (7bb3fdc)
  • core: Add timeout and recovery for database connection health checks (#21506) (09c8b2d)
  • core: Capture stoppedAt timestamp and improve fullRunData handling (#21290) (343413d)
  • core: Correctly filter custom nodes when NODES_INCLUDE/EXCLUDE is set (#21705) (08fea7b)
  • core: Declarative Node - Continue using Error Output returns empty item (#21823) (e3a996d)
  • core: Enforce timeout for task requests (#21493) (e9d8757)
  • core: Ensure database fallback when Redis cache fails on webhook lookup (#21872) (7716212)
  • core: Fix type issues for execution context (#21852) (1098db4)
  • core: Validate package version when installing community node (#21886) (6eeb739)
  • editor: Avoid node overlap when adding Loop node between existing nodes (#21419) (94e5b1e)
  • editor: Filtering for archived workflows in error workflows list (#21874) (cc3f31a)
  • editor: Fix command bar keyboard events handing (#21759) (86f6da3)
  • editor: Fix node name tooltip in NDV header (#21760) (6fd8ca9)
  • editor: Make sure Pin action works only for pinnabe nodes (#21723) (cf9eb4e)
  • editor: Previous nodes' outputs aren't available in expression editor for sub-nodes (#21730) (bd62be0)
  • editor: Provide better output for subnode execution errors (#21714) (5b2d15e)
  • editor: Refresh insights weekly summary when entering any of the /home routes (#21859) (c3e6439)
  • editor: Small UI tweaks for data size warnings (#21693) (f9404ec)
  • editor: Take user back to correct project after archive/delete (#21940) (9ddedb0)
  • editor: Workflow tags style issue (#21697) (af7417b)
  • Embeddings Azure OpenAi Node: Add proxy agent (#18663) (0ab07f0)
  • Enable respond to chat node as tool (#21253) (49eebcf)
  • Fix expr-eval dependency for CVE-2025-12735 (#21862) (2661162)
  • Form Node: Update mime-types package to handle x-zip-compressed (#21492) (8a935aa)
  • Form Trigger Node: Do not translate checkbox values (#21737) (64137eb)
  • Git Node: Disable git hooks by default (#21797) (4dd853b)
  • Google Vertex sub-node error handling (#21504) (cc55fef)
  • Improve dev mode output and command reliability in n8n-node CLI (#21231) (970f1b7)
  • Improve domain validation (#21534) (404640f)
  • MCP Client Tool Node: DCR not working on cloud (#21808) (5f419f4)
  • MCP Client Tool Node: Respect the timeout option (#21478) (9299a7e)
  • MCP Client Tool Node: Scope is not working if use credential without DRC on (Scope set but pass to /auth endpoint is null) (#21520) (d3d2017)
  • MCP Client Tool Node: Use proxy for MCP calls (#21720) (d9e2dc2)
  • Merge Node: Show node icon in V1 (#21812) (65622e0)
  • Schedule Trigger Node: Show interval boundaries (#21732) (6963164)
  • Slack Node: Enable pagination for RLC - listChannels (#21434) (bd04340)

Features

  • ai-builder: Updating prompt suggestions for the workflow builder (#21690) (72dfa55)
  • Airtop Node: Add support for airtop agents (#21624) (6d30615)
  • Azure AI Search API Node: Add Azure AI Search Vector Store Node (v2) (#21892) (9c11c3f)
  • Block invite acceptance on SSO systems (#21830) (f73eba7)
  • core: Add ACR parameter to OIDC settings (#20974) (bc61f94)
  • core: Enable workflow history to all users (#21240) (e3267b2)
  • core: Implement all breaking changes rules to v2 (#21217) (363a777)
  • core: Improve workflows text search (#21738) (35488e7)
  • core: Return WWW-Authenticate header in /mcp-server/http endpoint (#21686) (8ed3486)
  • Disable user invites on SSO systems (#21806) (3cdfff7)
  • editor: Add missing doc url from backend response. remove feature flag (#21936) (8e5e596)
  • editor: Auto-select operator type when drag and dropping values (#21260) ([707da6c](h...
Read more

[email protected]

14 Nov 17:09
160c383

Choose a tag to compare

1.120.3 (2025-11-14)

Bug Fixes

  • core: Validate package version when installing community node (#21886) (ae0669a)
  • Git Node: Disable git hooks by default (#21797) (eea9bb4)

Note

Version bump to 1.120.3 across packages and CHANGELOG update noting two bug fixes.

  • Release: Bump versions to 1.120.3 (root package.json, packages/cli) and synchronize dependent package versions across workspace (@n8n/*, nodes-base, core, nodes-langchain, task-runner, db).
  • Changelog:
    • core: Validate package version when installing community node.
    • Git Node: Disable git hooks by default.

Written by Cursor Bugbot for commit 14ec2d9. This will update automatically on new commits. Configure here.

[email protected]

14 Nov 12:10
343315d

Choose a tag to compare

1.120.2 (2025-11-14)

Bug Fixes


Note

Release 1.120.2 with bug fixes (expr-eval CVE patch and MCP Client Tool Node DCR fix) and version bumps across packages.

  • Release 1.120.2
    • Update versions in package.json, packages/cli/package.json, and packages/frontend/editor-ui/package.json.
  • Bug Fixes (from CHANGELOG)
    • Patch dependency for expr-eval CVE-2025-12735.
    • MCP Client Tool Node: fix DCR not working on cloud.

Written by Cursor Bugbot for commit 225a27f. This will update automatically on new commits. Configure here.

[email protected]

14 Nov 17:06
4bf741a

Choose a tag to compare

1.119.2 (2025-11-14)

Bug Fixes

  • core: Validate package version when installing community node (#21886) (f869afd)
  • Git Node: Disable git hooks by default (#21797) (d5a1171)

Note

Prepare release 1.119.2 with bug fixes (core package version validation for community nodes, Git Node disables hooks by default) and version bumps across packages.

  • Release 1.119.2
    • Update CHANGELOG.md with bug fixes:
      • core: validate package version when installing community node
      • Git Node: disable git hooks by default
  • Version bumps
    • Monorepo and packages: package.json, packages/cli, packages/core, packages/nodes-base, packages/@n8n/nodes-langchain, packages/@n8n/task-runner, packages/@n8n/db, packages/@n8n/config, packages/@n8n/backend-common, packages/@n8n/backend-test-utils, packages/@n8n/ai-workflow-builder.ee

Written by Cursor Bugbot for commit 4f5146e. This will update automatically on new commits. Configure here.

[email protected]

11 Nov 10:11
cdcc032

Choose a tag to compare

1.120.1 (2025-11-11)

Features

  • core: Return WWW-Authenticate header in /mcp-server/http endpoint (#21686) (45b17c1)

Note

Release 1.120.1 adding WWW-Authenticate header to core /mcp-server/http endpoint and bumping package versions.

  • Features
    • core: Return WWW-Authenticate header in /mcp-server/http endpoint.
  • Release/Versioning
    • Bump versions in package.json, packages/cli, packages/core, and packages/@n8n/*; update CHANGELOG.md.

Written by Cursor Bugbot for commit 342dae1. This will update automatically on new commits. Configure here.

[email protected]

11 Nov 08:58
ef065be

Choose a tag to compare

1.120.0 (2025-11-10)

Bug Fixes

  • ai-builder: Add support for node versions in searching, adding and updating nodes (#21488) (8270f37)
  • ai-builder: Reduce "workflow state too big" errors (#21542) (e5d7fb9)
  • API: Fix returning role as slug on the users api handler (#21490) (941a54e)
  • Change unicode range to support more characters in expression parser (#21394) (0a799e1)
  • Code Node: Update error message when using .item in Run once for all items mode (#21416) (306972d)
  • core: Column size for token column (#21609) (8504beb)
  • core: Include role in user-invite-email-click (#21546) (27fd768)
  • core: Insights fix same day queries (#21574) (c100736)
  • core: Insights use time aware range when end date is today, and start of day for past ranges (#21540) (4dc58aa)
  • editor: Ensure license activation modal works when used without EULA (#21681) (4e70050)
  • editor: Fix button image link in easy AI template sticky note for UK users (#21527) (74a0b51)
  • editor: Fix hanging logs panel tooltip (#21631) (53efa28)
  • editor: Fix main button create variable disable state based on scopes (#21521) (d2e623e)
  • editor: Fix preview for json output with long values (#21412) (f354200)
  • editor: Limit telemetry event size to 32kb (#21312) (b68d3bf)
  • editor: Log view doesn't scroll in manual execution (#21529) (6945e21)
  • Embeddings AWS Bedrock Node, AWS Bedrock Chat Model Node: Fix HTTP proxy (#21509) (53d91ee)
  • Ensure workflows and folders updatedAt/createdAt aren't mixed up in project sorting (#21484) (d9d36bf)
  • Google Workspace Admin Node: Include changePasswordAtNextLogin, password in update (#21522) (477ffea)
  • Prevent multiple api requests when changing workflow owner (#21335) (b610e55)
  • SendGrid Node: Use /scopes for credential testing (#21499) (c5db57f)
  • Slack Node: Prevent invalid array arg on team join (#20382) (afd40c6)

Features

  • Add support for mysql / mariadb (#21525) (9bcad5a)
  • Add unit tests for getAttributesFromLoginResponse and handleSamlLogin (#21678) (9e240d6)
  • Allow CORS in the discovery endpoints (#21602) (3070e44)
  • core: Adapt breaking changes report data to UI needs (#21442) (a2a484e)
  • core: Add OAuth to MCP server (#21469) (cd167ac)
  • core: Add workflow descriptions (#21526) (ecc6706)
  • core: Just in time role provisioning for SAML login (#21387) (2eb1de6)
  • editor: Data size warning in AI Logs input/output sections (#21555) (09f91a8)
  • Extract from File Node: Add Skip Records With Errors option (#21347) (0ccf470)
  • Provide data export of access settings when enabling JIT (#21532) (146e4ad)
  • Redis Node: Add list length (LLEN) operation (#21420) (b0df438)
  • Use experiment feature flag for SSO provisioning (no changelog) (#21494) (a2d6c8d)

Note

Release 1.120.0 with key features (MySQL/MariaDB support, OAuth for MCP, workflow descriptions, SAML JIT roles) and numerous fixes across core, editor, and nodes; bumps package versions and updates changelog.

  • Release 1.120.0
    • Update CHANGELOG.md with new features and fixes; bump versions across packages (CLI, core, editor UI, nodes, libs).
  • Features
    • Add MySQL/MariaDB support.
    • Core: OAuth for MCP server; workflow descriptions; SAML just‑in‑time role provisioning; adapt breaking changes report for UI; allow CORS on discovery endpoints; export access settings when enabling JIT.
    • Editor: Data size warning in AI Logs I/O sections.
    • Nodes: Redis LLEN operation; Extract from File option to skip records with errors.
  • Bug Fixes
    • AI Builder: support node versions in search/add/update; reduce workflow state size errors.
    • Core/API: role slug return; insights date range handling; include role in invite click; token column size; avoid duplicate owner-change requests; expression parser unicode range.
    • Editor UI: multiple UI/UX fixes (license modal without EULA, tooltips, scrolling, long JSON preview, telemetry size limit, button state, UK image link).
    • Nodes: AWS Bedrock proxy, Google Workspace Admin update fields, SendGrid credential test path, Slack team-join arg, project sorting timestamps.

Written by Cursor Bugbot for commit 44a23b3. This will update automatically on new commits. Configure here.

[email protected]

10 Nov 14:21
53fd5c9

Choose a tag to compare

1.119.1 (2025-11-10)

Bug Fixes

  • editor: Ensure license activation modal works when used without EULA (#21681) (5ac5cf1)

Note

Patch release with a fix for the editor’s license activation modal when used without EULA; bump versions to 1.119.1.

  • Changelog:
    • Add 1.119.1 entry with bug fix: editor license activation modal works without EULA (CHANGELOG.md).
  • Version Bumps:
    • Update version to 1.119.1 in package.json, packages/cli/package.json, and packages/frontend/editor-ui/package.json.

Written by Cursor Bugbot for commit 5895b00. This will update automatically on new commits. Configure here.

[email protected]

05 Nov 18:07
793f348

Choose a tag to compare

1.118.2 (2025-11-05)

Bug Fixes


Note

Release 1.118.2 with core bug fix for AI Agent v3 tool execution and version bumps across packages.

  • Release 1.118.2
    • Update CHANGELOG.md with bug fix: core AI Agent v3 tool execution issues.
    • Bump versions:
      • Root package.json to 1.118.2
      • packages/cli to 1.118.2
      • packages/core to 1.117.1
      • packages/@n8n/db to 0.29.1
      • packages/@n8n/task-runner to 1.54.1
      • packages/node-dev to 1.116.1

Written by Cursor Bugbot for commit 25f170d. This will update automatically on new commits. Configure here.

[email protected]

03 Nov 13:57
6c99b83

Choose a tag to compare

1.119.0 (2025-11-03)

Bug Fixes

  • AI Agent Node: AI Agent v3 only sees first tool response item (#21429) (d35ba6b)
  • ai-builder: Do not show validation issues as tool errors (#21310) (3290bf0)
  • ai-builder: Fixing canvas buttons - if workflow builder is enabled always show "build with AI" button (#21354) (3b53649)
  • ai-builder: Hide the excute and refine dialog in the workflow builder if task was aborted (#21355) (f79d968)
  • Airtop Node: Fix file upload and add support for session recording (#21248) (4e9ee11)
  • core: Add execution hints support for tools (#21238) (8971a5a)
  • core: Allow dynamic node parameters in Public API schema (#21345) (eb46201)
  • core: Disable ANSI colors in production debug logs (#21344) (fa1ae8a)
  • core: Ensure reconnect on broker down in native Python runner (#21475) (fbd60d2)
  • core: Fix AI Agent v3 Tool Execution Issues (#21477) (11531c8)
  • core: Grant admins full data table access (#21316) (18012d9)
  • core: Harden security restrictions in native Python runner (#21263) (7cea1e2)
  • core: Only select executionData from DB when requested (#21234) (4be0180)
  • core: Protect against name-mangling in native Python runner (#21482) (9a56529)
  • editor: Fix Cannot read properties of undefined error in evaluation loop (#21225) (27a3ce7)
  • editor: Fix event propagating and causing multiple telemetry calls for the same event (#21385) (e551ce8)
  • editor: Handle executionFinished event correctly for non-persisted executions (#21333) (8e2f55b)
  • editor: Hide credentials setup button in read-only mode (#21351) (638588e)
  • editor: Keep loading executions initially until they fill up the sidebar (#21279) (900b2c3)
  • editor: Lowercase resource in Create Workflow/Credential/Folder button copy (#21320) (56805ca)
  • editor: Match user pagination options with API limits (#21377) (b1243ce)
  • editor: Prevent 'sin' text concatenation in execution display (#21343) (f88f09c)
  • editor: Swap data table modal button order and fix copy (#21318) (72ef61c)
  • Fix inconsistent insight date range query behaviour (#21368) (440e83b)
  • Fix insights query date range calculation in backend (#21409) (1a70592)
  • Google Calendar Node: Fix event operation (#21414) (c4b9470)
  • OpenAi Node: Allow additionalProperties: {} in tools (#21328) (866ff1b)
  • Update packages for security fixes (#21375) (c553c4d)
  • Update task runner to 1.4.1 (#21481) (9dea202)
  • Xero Node: Fix currency dropdown sending wrong value to API (#19499) (49fabcf)

Features

  • Add credential tests for ConvertKit, FormIo (#20361) (8ba12d9)
  • ai-builder: Categorize prompts for taxonomy approach (#20862) (409462b)
  • ai-builder: Check sub-nodes are connected to root node (#21330) (7c0d1db)
  • API: Improve workflow settings specs in public API (#21297) (e356d54)
  • AWS Assume role credentials (#20626) (f65b6a8)
  • Bitbucket Trigger Node: Access token credentials (#20912) (6ec2c82)
  • core: Build workflow index on server start and workflow updates (#21441) (6df508f)
  • core: Create breaking change audit rule engine (#20918) (7d4ec36)
  • core: Implement EULA acceptance handling in license activation process (#21095) (ef9d9f4)
  • core: Introduce distroless runners image (#21389) (eb62988)
  • core: Only allow relative redirects on SAML login (#21266) (77badda)
  • core: Use custom agent to handle http(s) proxies (#21264) (8987659)
  • Deprecate insights dateRange query filter (#21233) (ab269f6)
  • editor: Add Create variable button to project overview (#21348) (c41eefd)
  • editor: Add meta information in telemetry property (#21350) (284939f)
  • editor: Allow duplicate and import in workflow menu if user has update permission (#21338) (64929cf)
  • editor: Auto-select all credentials by default in push modal (#21216) (cd403bd)
  • **editor...
Read more

[email protected]

28 Oct 12:18
7124c35

Choose a tag to compare

1.118.1 (2025-10-28)

Bug Fixes

  • core: Harden security restrictions in native Python runner (#21263) (e392863)
  • editor: Fix Cannot read properties of undefined error in evaluation loop (#21225) (cebbf64)