• Pre-Release

    GiteaMirror released this 2025-11-19 06:29:41 -06:00 | 358 commits to master since this release

    📅 Originally published on GitHub: Wed, 19 Nov 2025 12:53:32 GMT
    🏷️ Git tag created: Wed, 19 Nov 2025 12:29:41 GMT

    1.121.1 (2025-11-19)


    Note

    Prepare patch release 1.121.1 by updating versions across the monorepo and adding the 1.121.1 changelog entry.

    • Release management:
      • Bump versions in root package.json and multiple packages (@n8n/*, n8n, n8n-core, n8n-editor-ui, n8n-nodes-base, n8n-workflow, etc.).
      • Add CHANGELOG.md entry for 1.121.1.

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

    Downloads
  • Stable

    GiteaMirror released this 2025-11-19 06:18:51 -06:00 | 451 commits to master since this release

    📅 Originally published on GitHub: Wed, 19 Nov 2025 12:57:55 GMT
    🏷️ Git tag created: Wed, 19 Nov 2025 12:18:51 GMT

    1.120.4 (2025-11-19)


    Note

    Prepare release 1.120.4 by updating versions across the monorepo and adding the changelog entry.

    • Release prep
      • Add CHANGELOG.md entry for 1.120.4.
      • Bump versions across packages:
        • Root package.json, packages/cli, packages/core, packages/nodes-base, packages/workflow.
        • Backend libs: @n8n/backend-common, @n8n/backend-test-utils, @n8n/db, @n8n/decorators, @n8n/api-types, @n8n/task-runner.
        • AI/LLM: @n8n/n8n-nodes-langchain, @n8n/ai-workflow-builder.
        • Frontend: @n8n/i18n, @n8n/rest-api-client, @n8n/stores, n8n-editor-ui.
        • Tooling: n8n-node-dev.

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

    Downloads
  • Pre-Release

    GiteaMirror released this 2025-11-18 03:51:59 -06:00 | 360 commits to master since this release

    📅 Originally published on GitHub: Tue, 18 Nov 2025 10:25:03 GMT
    🏷️ Git tag created: Tue, 18 Nov 2025 09:51:59 GMT

    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)
    • editor: Create breaking change audit page (#21633) (2e27198)
    • editor: Global row search on data table details view (#21447) (95ab79f)
    • editor: New simplified empty layout (#21214) (705a781)
    • Expression editor - ability to preview HTML or Markdown in results pane (#21408) (c8a29a7)
    • MCP Client Tool Node: Add multiple headers authentication option (#21435) (2a623ea)
    • Prevent ldap email based account when there are deplicate emails (#21745) (b3af602)
    • Support custom encryption keys for imports / exports (#21863) (040dcdb)
    • Update upgrade wording for variables (#21939) (e0e15bf)

    Note

    Release 1.121.0: update CHANGELOG and bump package versions; ships editor/core improvements, SSO invite restrictions, and new Azure AI Search Vector Store node.

    • Features
      • New Azure AI Search Vector Store (v2) node.
      • Core: workflow history enabled for all users; improved text search; OIDC ACR support; WWW-Authenticate header on /mcp-server/http.
      • Access: disable user invites and block invite acceptance on SSO systems; LDAP duplicate email handling; custom encryption keys for import/export.
      • Editor: breaking change audit page; global row search; simplified empty layout; expression preview for HTML/Markdown; operator auto-select on drag/drop; added doc URL.
      • Nodes/Tools: Airtop agents; MCP Client Tool adds multi-header auth.
    • Bug fixes
      • Core: DB health-check timeout/recovery; webhook lookup DB fallback on Redis failure; task request timeouts; execution context types; custom node filtering; run data/stoppedAt handling; package version validation.
      • Editor/UI: node overlap when inserting Loop; command bar key events; NDV tooltip; pin action scope; sub-node outputs/errors; insights refresh; data size warning tweaks; correct project redirect after archive/delete; tag styles.
      • Nodes: Slack channel listing pagination; Google Vertex sub-node errors; Git node disables hooks; Form node mime-types; Form Trigger checkbox values; Azure OpenAI embeddings proxy; MCP Client Tool timeout/scope/proxy; respond-to-chat as tool; security fix for expr-eval.
    • Release/versions
      • Update CHANGELOG.md for 1.121.0 and bump versions across monorepo packages (n8n, editor-ui, core, nodes-base, @n8n/*, etc.).

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

    Downloads
  • Stable

    GiteaMirror released this 2025-11-14 10:45:44 -06:00 | 453 commits to master since this release

    📅 Originally published on GitHub: Fri, 14 Nov 2025 17:09:28 GMT
    🏷️ Git tag created: Fri, 14 Nov 2025 16:45:44 GMT

    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 14ec2d98e3. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-14 10:44:55 -06:00 | 504 commits to master since this release

    📅 Originally published on GitHub: Fri, 14 Nov 2025 17:06:16 GMT
    🏷️ Git tag created: Fri, 14 Nov 2025 16:44:55 GMT

    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 4f5146e7c5. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-14 05:47:00 -06:00 | 456 commits to master since this release

    📅 Originally published on GitHub: Fri, 14 Nov 2025 12:10:49 GMT
    🏷️ Git tag created: Fri, 14 Nov 2025 11:47:00 GMT

    1.120.2 (2025-11-14)

    Bug Fixes

    • Fix expr-eval dependency for CVE-2025-12735 (#21862) (e9336b3)
    • MCP Client Tool Node: DCR not working on cloud (#21808) (acfaff0)

    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 225a27f730. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-11 03:53:23 -06:00 | 460 commits to master since this release

    📅 Originally published on GitHub: Tue, 11 Nov 2025 10:11:35 GMT
    🏷️ Git tag created: Tue, 11 Nov 2025 09:53:23 GMT

    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 342dae13eb. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-11 02:34:51 -06:00 | 463 commits to master since this release

    📅 Originally published on GitHub: Tue, 11 Nov 2025 08:58:32 GMT
    🏷️ Git tag created: Tue, 11 Nov 2025 08:34:51 GMT

    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 44a23b3ea7. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-10 07:38:30 -06:00 | 507 commits to master since this release

    📅 Originally published on GitHub: Mon, 10 Nov 2025 14:21:10 GMT
    🏷️ Git tag created: Mon, 10 Nov 2025 13:38:30 GMT

    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 5895b002ff. This will update automatically on new commits. Configure here.

    Downloads
  • Stable

    GiteaMirror released this 2025-11-05 11:47:23 -06:00 | 610 commits to master since this release

    📅 Originally published on GitHub: Wed, 05 Nov 2025 18:07:04 GMT
    🏷️ Git tag created: Wed, 05 Nov 2025 17:47:23 GMT

    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 25f170db7d. This will update automatically on new commits. Configure here.

    Downloads