Release notes#
New features and bug fixes for n8n.
You can also view the Releases in the GitHub repository.
Latest and Next versions
n8n releases a new minor version most weeks. The latest version is for production use. next is the most recent release. You should treat next as a beta: it may be unstable. To report issues, use the forum.
Current latest: 1.119.2
Current next: 1.119.3
How to update n8n#
The steps to update your n8n depend on which n8n platform you use. Refer to the documentation for your n8n:
Semantic versioning in n8n#
n8n uses semantic versioning. All version numbers are in the format MAJOR.MINOR.PATCH. Version numbers increment as follows:
- MAJOR version when making incompatible changes which can require user action.
- MINOR version when adding functionality in a backward-compatible manner.
- PATCH version when making backward-compatible bug fixes.
Older versions
You can find the release notes for older versions of n8n here
[email protected]#
View the commits for this version.
Release date: 2025-11-17
This release contains bug fixes.
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-14
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-11
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-10
This release contains bug fixes.
Contributors#
[email protected]#
View the commits for this version.
Release date: 2025-11-14
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-10
Latest version
This is the latest version. n8n recommends using the latest version. The next version may be unstable. To report issues, use the forum.
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-05
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-11-03
Next version
This is the next version. n8n recommends using the latest version. The next version may be unstable. To report issues, use the forum.
This release includes multiple bug fixes for AI Agent, task runners, editor, and integrations, as well as new features like improved workflow settings, AWS Assume Role credentials, and enhanced security and audit capabilities.
Guardrails Node#
The Guardrails node provides a set of rules and policies that control an AI agent's behavior by filtering its inputs and outputs. This helps safeguard from malicious input and from generating unsafe or undesirable responses. There are two operations:
- Check Text for Violations: Validate text against a set of policies (e.g. NSFW, prompt injection).
- Sanitize Text: Detects and replaces specific data such as PII, URLs, or secrets with placeholders.
The default presets and prompts are adapted from the open-source guardrails package made available by OpenAI.
For more info, see Guardrails documentation
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-28
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-28
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-27
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-27
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-24
This release contains bug fixes.
AI Workflow Builder is now available to Enterprise Cloud users.#
AI Workflow Builder turns prompts into workflows. Describe what you want to build, and n8n will generate a draft workflow by adding, configuring, and connecting nodes for you. From there, you can refine and expand the workflow directly in the editor.
What’s new:
- Previously available to Starter and Pro users, AI Workflow Builder is now accessible to Enterprise Cloud users as well, with 1,000 monthly credits.
- Supported on n8n version 1.115+. If you don’t see the feature yet, open /settings/usage to trigger a license refresh.
- We’ve fixed a bug and now cloud users on v1.117.1 onwards will have access to a more reliable builder.
- We’re currently working on bringing AI Workflow Builder to self-hosted users as well, including Community, Business, and Enterprise.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-21
This release contains bug fixes.
Contributors#
jackfrancismurphy
JiriDeJonghe
ramkrishna2910
Oracle and/or its affiliates (sudarshan12s)
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-21
This release contains a bug fix.
[email protected]#
View the commits for this version.
Release date: 2025-10-21
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-14
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-13
This release contains bug fixes.
Data migration tool#
You can now easily migrate n8n data between different database types. This new tooling currently supports SQLite and Postgres, making the transition to a scaling database choice simpler, allowing you to take your data with you.
The tooling comes in the form of two new CLI commands, export:entities and import:entities
Export
The new export command lets you export data from your existing n8n database (SQLite / Postgres), producing a set of encrypted files within a compressed directory for you to move around and use with the import commands.
For details, see Export entities
Import
The new import command allows you to read from a compressed and encrypted set of files generated from the new export command, and import them in to your new database of choice (SQLite / Postgres) to be used with your n8n instance.
For details, see Import entities
Contributors#
JHTosas
clesecq
Gulianrdgd
tishun
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-13
This release contains bug fixes.
Contributors#
JHTosas
clesecq
Gulianrdgd
tishun
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-14
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-10
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-07
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-06
This release contains bug fixes.
AI Workflow Builder (Beta)#
AI Workflow Builder turns your natural language prompts into working automations. Describe what you want to build, and n8n will generate a draft workflow by adding and configuring nodes and wiring up the logic for you. From there, you can refine, expand, or adjust the workflow directly in the editor.
This feature helps you move from idea to implementation faster and without losing technical control. It’s especially helpful when starting from a blank canvas, validating an approach, or exploring new nodes and capabilities. Multi-turn interaction lets you iterate in conversation, turning your ideas into structured, production-ready workflows step by step.
Learn more about how we we’re building this feature in our forum post.
Availability:
- This feature is initially going to be available for Cloud users on the 14-day Trial, Starter and Pro plans.
- Availability for Enterprise users on Cloud will follow in a future update.
- We are actively exploring the best way to bring this feature to self-hosted users.
Rollout timing:
- To ensure the smoothest experience for all users, this feature will be rolled out to users on version 1.115.0 over the course of a week so you may not have access to the feature immediately when you upgrade to 1.115.0.
Credit limits by plan: This feature will have monthly credit limits by plan.
- Each prompt/interaction with the AI Workflow Builder consumes one credit.
- Trial users have access to 20 credits, Starter plans have 50 per month and Pro plans will have 150 credits per month.
- At this time, there will not be a way to access additional credits within your plan, however we are we are exploring this.
Learn more about AI Workflow Builder in documentation.
Source Control: Added HTTPS support#
You can now connect to Git repositories via HTTPS in addition to SSH, making Source Control usable in environments where SSH is restricted.

HTTPS is now supported as a connection type in Environments.
Contributors#
baileympearson
h40huynh
Ankit-69k
francisfontoura
iocanel
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-06
This release contains bug fixes.
[email protected]#
View the commits for this version.
Release date: 2025-10-02
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-10-02
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-29
This release contains core updates, editor improvements, project updates, performance improvements, and bug fixes.
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-26
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-26
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-24
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
Python task runner#
This version introduces the Python task runner as a beta feature. This feature secures n8n's Python sandbox and enables users to run real Python modules in n8n workflows. The original Pyodide-based implementation will be phased out.
This is a breaking change that replaces Pyodide - see here for a list of differences. Any Code node set to the legacy python parameter will need to be manually updated to use the new pythonNative parameter. Any Code node script set to python and relying on Pyodide syntax is likely to need to be manually adjusted to account for breaking changes.
- For self-hosting users, see here for deployment instructions for task runners going forward and how to install extra dependencies.
- On n8n Cloud, this will be a gradual transition. If in your n8n Cloud instance the Code node offers an option named "Python (Native) (Beta)", then your instance has been transitioned to native Python and you will need to look out for any breaking changes. Imports are disabled for security reasons at this time.
The native Python runner is currently in beta and is subject to change as we find a balance between security and usability. Your feedback is welcome.
[email protected]#
View the commits for this version.
Release date: 2025-09-24
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-23
This release contains bug fixes.
Data tables#
We’re excited to introduce data tables, bringing built-in data storage to n8n. You can now store and query structured data directly inside the platform, without relying on external databases for many common automation scenarios. Track workflow state between runs, store tokens or session data, keep product or customer reference tables, or stage intermediate results for multi-step processes.
Previously, persisting data meant provisioning and connecting to an external store such as Redis or Google Sheets. That added credential setup, infrastructure overhead, latency, and constant context switching. Data tables eliminate that friction and keeps your data easily editable and close to your workflows.
Data tables are available today on all plans. They currently support numbers, strings, and datetimes with JSON support coming soon. On Cloud, each instance can store up to 50 MB. On self-hosted setups, the default is also 50 MB, but this limit can be adjusted if your infrastructure allows.
🛠️ How to:
Create a data table
- From the canvas, open the Create workflow dropdown and select Create Data table.
- Or, go to the Overview panel on the left-side navigation bar and open the Data tables tab.
Use a data table in your workflow
- Add the Data table node to your workflow to get, update, insert, upsert, or delete rows.
Adjust the storage limit (self-hosted only)
- Change the default 50 MB limit with the environment variable:
N8N_DATA_TABLES_MAX_SIZE_BYTES. See configuration docs.
🧠Keep in mind
- Data tables don’t currently support foreign keys or default values.
- For now, all data tables are accessible to everyone in a project. More granular permissions and sharing options are planned.
Learn more about data tables and the Data table node.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-23
This release contains an editor improvement.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-22
This release contains core updates, editor improvements, a new node, node updates, and bug fixes.
SSO improvements#
We’ve made updates to strengthen Single Sign-On (SSO) reliability and security, especially for enterprise and multi-instance setups.
- OIDC and SAML sync in multi-main setups [version: 1.113.0]: In multi-main deployments, updates to SSO settings are now synchronized across all instances, ensuring consistent login behavior everywhere.
- Enhanced OIDC integration [version 1.111.0]: n8n now supports OIDC providers that enforce state and nonce parameters. These are validated during login, providing smoother and more secure Single Sign-On.
Filter insights by project#
We've added project filtering to insights, enabling more granular reporting and visibility into individual project performance.

Filter insights
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-19
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-19
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-19
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-18
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-17
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-15
This release contains API improvements, core updates, editor improvements, node updates, and bug fixes.
Additional API Endpoints versions#
We’ve made several updates to the Executions API:
- Execution details:
GET /executionsnow includes status and workflow_name in the response. - Retry execution endpoint: Added new public API endpoints to retry failed executions.
- Additional filters: You can now filter executions by running or canceled status.
Enhancements to workflow diff#
We added a several updates on workflows diffs as well:
- Better view in Code nodes and Stickies: Workflow diffs now highlight changes per line instead of per block, making edits easier to review and understand.
- Enable/Disable sync: You can now enable or disable sync in the viewport, letting you compare a workflow change in one view without affecting the other.

Workflow diff
Contributors#
GuraaseesSingh
jabbson
ongdisheng
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-08
This release contains core updates, API improvements, node updates, and bug fixes.
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-03
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-03
This release contains bug fixes.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-09-01
This release contains core updates, editor improvements, node updates, performance improvements, and bug fixes.
Contributors#
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-08-27
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-08-27
This release contains a bug fix.
For full release details, refer to Releases on GitHub.
