n8n uses semantic versioning{:target=_blank .external-link}. 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.
/// note | Older versions
You can find the release notes for older versions of n8n here
///
View the commits{:target=_blank .external-link} for this version. Release date: 2025-06-19
/// note | 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{:target=_blank .external-link}.
///
This release contains bug fixes.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-06-18
/// note | 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{:target=_blank .external-link}.
///
This release contains bug fixes.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-06-02
This release contains new features, performance improvements and bug fixes.
Convert to sub-workflow
Large, monolithic workflows can slow things down. They’re harder to maintain, tougher to debug, and more difficult to scale. With sub-workflows, you can take a more modular approach, breaking up big workflows into smaller, manageable parts that are easier to reuse, test, understand, and explain.
Until now, creating sub-workflows required copying and pasting nodes manually, setting up a new workflow from scratch, and reconnecting everything by hand. Convert to sub-workflow allows you to simplify this process into a single action, so you can spend more time building and less time restructuring.
How it works
Highlight the nodes you want to convert to a sub-workflow. These must:
Be fully connected, meaning no missing steps in between them
Start from a single starting node
End with a single node
Right-click to open the context menu and select Convert to sub-workflow
Or use the shortcut: Alt + X
n8n will:
Open a new tab containing the selected nodes
Preserve all node parameters as-is
Replace the selected nodes in the original workflow with a Call My Sub-workflow node
Note: You will need to manually adjust the field types in the Start and Return nodes in the new sub-workflow.
This makes it easier to keep workflows modular, performant, and easier to maintain.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-06-02
/// warning | Build failure
This release failed to build. Please use 1.97.0 instead.
///
This release contains API updates, core changes, editor improvements, node updates, and bug fixes.
API support for assigning users to projects
You can now use the API to add and update users within projects. This includes:
Assigning existing or pending users to a project with a specific role
Updating a user’s role within a project
Removing users from one or more projects
This update now allows you to use the API to add users to both the instance and specific projects, removing the need to manually assign them in the UI.
Add pending users to project member assignment
You can now add pending users, those who have been invited but haven't completed sign-up, to projects as members.
This change lets you configure a user's project access upfront, without waiting for them to finish setting up their account. It eliminates the back-and-forth of managing access post-sign-up, ensuring users have the right project roles immediately upon joining.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-05-26
This release contains core updates, editor improvements, node updates, and bug fixes.
Evaluations for AI workflows
We’ve added a feature to help you iterate, test, and compare changes to your AI automations before pushing them to production so you can achieve more predictability and make better decisions.
When you're building with AI, a small prompt tweak or model swap might improve results with some inputs, while quietly degrading performance with others. But without a way to evaluate performance across many inputs, you’re left guessing whether your AI is actually getting better when you make a change.
By implementing Evaluations for AI workflows in n8n, you can assess how your AI performs across a range of inputs by adding a dedicated path in your workflow for running test cases and applying custom metrics to track results. This helps you build viable proof-of-concepts quickly, iterate more effectively, catch regressions early, and make more confident decisions when your AI is in production.
Evaluation node and tab
The Evaluation node includes several operations that, when used together, enable end-to-end AI evaluation.
Run your AI logic against a wide range of test cases in the same execution
Capture the outputs of those test cases
Score the results using your own metrics or LLM-as-judge logic
Isolate a testing path to only include the nodes and logic you want to evaluate
The Evaluations tab enables you to review test results in the n8n UI, perfect for comparing runs, spotting regressions, and viewing performance over time.
🛠 How evaluations work
The evaluation path runs alongside your normal execution logic and only activates when you want—making it ideal for testing and iteration.
Get started by selecting an AI workflow you want to evaluate that includes one or more LLM or Agent nodes.
Add an Evaluation node with the On new Evaluation event operation. This node will act as an additional trigger you’ll run only when testing. Configure it to read your dataset from Google Sheets, with each row representing a test input.
💡 Better datasets mean better evaluations. Craft your dataset from a variety of test cases, including edge cases and typical inputs, to get meaningful feedback on how your AI performs. Learn more and access sample datasets here.
Add a second Evaluation node using the Set Outputs operation after the part of the workflow you're testing—typically after an LLM or Agent node. This captures the response and writes it back to your dataset in Google Sheets.
To evaluate output quality, add a third Evaluation node with the Set Metrics operation at a point after you’ve generated the outputs. You can develop workflow logic, custom calculations, or add an LLM-as-Judge to score the outputs. Map these metrics to your dataset in the node’s parameters.
💡 Well-defined metrics = smarter decisions. Scoring your outputs based on similarity, correctness, or categorization can help you track whether changes are actually improving performance. Learn more and get links to example templates here.
When the Evaluation trigger node is executed, it runs each input in our dataset through your AI logic. This continues until all test cases are processed, a limit is reached, or you manually stop the execution. Once your evaluation path is set up, you can update your prompt, model, or workflow logic—and re-run the Evaluation trigger node to compare results. If you’ve added metrics, they’ll appear in the Evaluations tab.
In some instances, you may want to isolate your testing path to make iteration faster or to avoid executing downstream logic. In this case, you can add an Evaluation node with the Check If Evaluating operation to ensure only the expected nodes run when performing evaluations.
Things to keep in mind
Evaluations for AI Workflows are designed to fit into your development flow, with more enhancements on the way. For now, here are a few things to note:
Test datasets are currently managed through Google Sheets. You’ll need a Google Sheets credential to run evaluations.
Each workflow supports one evaluation at a time. If you’d like to test multiple segments, consider splitting them into sub-workflows for more flexibility.
Community Edition supports one single evaluation. Pro and Enterprise plans allow unlimited evaluations.
AI Evaluations are not enabled for instances in scaling mode at this time.
You can find details, tips, and common troubleshooting info here.
👉 Learn more about the AI evaluation strategies and practical implementation techniques during a livestream on July 2nd, 2025 at 5:00 p.m GMT+2. Sign up.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-05-19
This release contains editor improvements, an API update, node updates, new nodes, and bug fixes.
Verified community nodes on Cloud
We’ve expanded the n8n ecosystem and unlocked a new level of flexibility for all users including those on n8n Cloud! Now you can access a select set of community nodes and partner integrations without leaving the canvas. This means you install and automate with a wider range of integrations without leaving your workspace. The power of the community is now built-in.
This update focuses on three major improvements:
Cloud availability: Community nodes are no longer just for self-hosted users. A select set of nodes is now available on n8n Cloud.
Built-in discovery: You can find and explore these nodes right from the Nodes panel without leaving the editor or searching on npm.
Trust and verification: Nodes that appear in the editor have been manually vetted for quality and security. These verified nodes are marked with a checkmark.
We’re starting with a selection of around 25 nodes, including some of the most-used community-built packages and partner-supported integrations. For this phase, we focused on nodes that don’t include external package dependencies - helping streamline the review process and ensure a smooth rollout.
This is just the start. We plan to expand the library gradually, bringing even more verified nodes into the editor along with the powerful and creative use cases they unlock. In time, our criteria will evolve, opening the door to a wider range of contributions while keeping quality and security in focus.
Learn more about this update and find out which nodes are already installable from the editor in our blog post.
💻 Use a verified node
Make sure you're on n8n version 1.94.0 or later and the instance Owner has enabled verified community nodes. On Cloud, this can be done from the Admin Panel. For self-hosted instances, please refer to documentation. In both cases, verified nodes are enabled by default.
Open the Nodes panel from the editor
Search for the Node. Verified nodes are indicated by a shield 🛡️
Select the node and click Install
Once an Owner installs a node, everyone on the instance can start using it—just drag, drop, and connect like any other node in your workflow.
🛠️ Build a node and get it verified
Want your node to be verified and discoverable from the editor? Here’s how to get involved:
If you’ve already published a community node and want it considered for verification, make sure it meets the requirements noted above, then let us know by submitting the interest form. We’re actively curating the next batch and would love to include your work.
Extended logs view
When workflows get complex, debugging can get... clicky. That’s where an extended Logs View comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.
This update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.
You can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.
⚙️What it does
Adds a Logs view to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).
Displays a hierarchical list of nodes in the order they were executed—including expanded views of sub-workflows.
Allows you to click a node in hierarchy to preview inputs and outputs directly, or jump into the full Node Details view with a link.
Provides ability to toggle input and output data on and off.
Highlights each node live as it runs, showing when it starts, completes, or fails.
Includes execution history view to explore past execution data in a similar way.
Shows roll-up stats like total execution time and total AI tokens used (for AI-enabled workflows).
Includes a “pop out” button to open the logs as a floating window—perfect for dragging to another screen while debugging.
🛠️How to
To access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-05-12
This release contains core updates, editor improvements, new nodes, node updates, and bug fixes.
Faster ways to open sub-workflows
We’ve added several new ways to navigate your multi-workflow automations faster.
From any workflow with a sub-workflow node:
🖱️ Right-click on a sub-workflow node and select Open sub-workflow from the context menu
⌨️ Keyboard shortcuts
Windows:CTRL + SHIFT + O or CTRL + Double Click
Mac:CMD + SHIFT + O or CMD + Double Click
These options will bring your sub-workflow up in a new tab.
Archive workflows
If you’ve ever accidentally removed a workflow, you’ll appreciate the new archiving feature. Instead of permanently deleting workflows with the Remove action, workflows are now archived by default. This allows you to recover them if needed.
How to:
Archive a workflow - Select Archive from the Editor UI menu. It has replaced the Remove action.
Find archived workflows - Archived workflows are hidden by default. To find your archived workflows, select the option for Show archived workflows in the workflow filter menu.
Permanently delete a workflow - Once a workflow is archived, you can Delete it from the options menu.
Recover a workflow - Select Unarchive from the options menu.
Keep in mind:
Workflows archival requires the same permissions as required previously for removal.
You cannot select archived workflows as sub-workflows to execute
Active workflows are deactivated when they are archived
View the commits{:target=_blank .external-link} for this version. Release date: 2025-05-05
This release contains core updates, editor improvements, node updates, and bug fixes.
Partial Execution for AI Tools
We’ve made it easier to build and iterate on AI agents in n8n. You can now run and test specific tools without having to execute the entire agent workflow.
Partial execution is especially useful when refining or troubleshooting parts of your agent logic. It allows you to test changes incrementally, without triggering full agent runs, reducing unnecessary AI calls, token usage, and downstream activity. This makes iteration faster, more cost-efficient, and more precise when working with complex or multi-step AI workflows.
Partial execution for AI tools is available now for all tools - making it even easier to build, test, and fine-tune AI agents in n8n.
How to:
To use this feature you can either:
Click the Play button on the tool you want to execute directly from the canvas view.
Open the tool’s Node Details View and select "Test step" to run it from there.
If you have previously run the workflow, the input and output will be prefilled with data from the last execution. A pop-up form will open where you can manually fill in the parameters before executing your test.
Extended logs view
When workflows get complex, debugging can get... clicky. That’s where an extended Logs View comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.
This update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.
You can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.
⚙️What it does
Adds a Logs view to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).
Displays a hierarchical list of nodes in the order they were executed—including expanded views of sub-workflows.
Allows you to click a node in hierarchy to preview inputs and outputs directly, or jump into the full Node Details view with a link.
Provides ability to toggle input and output data on and off.
Highlights each node live as it runs, showing when it starts, completes, or fails.
Includes execution history view to explore past execution data in a similar way.
Shows roll-up stats like total execution time and total AI tokens used (for AI-enabled workflows).
Includes a “pop out” button to open the logs as a floating window—perfect for dragging to another screen while debugging.
🛠️How to
To access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.
Insights enhancements for Enterprise
Two weeks after the launch of Insights, we’re releasing some enhancements designed for enterprise users.
Expanded time ranges. You can now filter insights over a variety of time periods, from the last 24 hours up to 1 year. Pro users are limited to 7 day and 14 day views.
Hourly granularity. Drill down into the last 24 hours of production executions with hourly granularity, making it easier to analyze workflows and quickly identify issues.
These updates provide deeper visibility into workflow history, helping you uncover trends over longer periods and detect problems sooner with more precise reporting.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-04-22
This release contains core updates, editor updates, node updates, performance improvements, and bug fixes.
Extended HTTP Request tool functionality
We’ve brought the full power of the HTTP Request node to the HTTP Request tool in AI workflows. That means your AI Agents now have access to all the advanced configuration options—like Pagination, Batching, Timeout, Redirects, Proxy support, and even cURL import.
This update also includes support for the $fromAI function to dynamically generate the right parameters based on the context of your prompt — making API calls smarter, faster, and more flexible than ever.
How to:
Open your AI Agent node in the canvas.
Click the ‘+’ icon to add a new tool connection.
In the Tools panel, select HTTP Request Tool.
Configure it just like you would a regular HTTP Request node — including advanced options
Users on the Enterprise plan can now create API keys with specific scopes to control exactly what each key can access.

Scoped API keys
Previously, API keys had full read/write access across all endpoints. While sometimes necessary, this level of access can be excessive and too powerful for most use cases. Scoped API keys allow you to limit access to only the resources and actions a service or user actually needs.
What’s new
When creating a new API key, you can now:
Select whether the key has read, write, or both types of access.
Specify which resources the key can interact with.
Scoped API keys give you more control and security. You can limit access to only what’s needed, making it safer to work with third parties and easier to manage internal API usage.
Drag and Drop in Folders
Folders just got friendlier. With this release, you can now drag and drop workflows and folders — making it even easier to keep things tidy.
Need to reorganize? Just select a workflow or folder and drag it into another folder or breadcrumb location. It’s a small change that makes a big difference when managing a growing collection of workflows.
📁 Folders are available to all registered users—jump in and get your workspace in order!
View the commits{:target=_blank .external-link} for this version. Release date: 2025-04-14
This release contains API updates, core updates, editor updates, a new node, node updates, and bug fixes.
Insights
We're rolling out Insights, a new dashboard to monitor how your workflows are performing over time. It's designed to give admins (and owners) better visibility of their most important workflow metrics and help troubleshoot potential issues and improvements.
In this first release, we’re introducing a summary banner, the insights dashboard, and time saved per execution.
1. Summary banner
A new banner on the overview page that gives instance admins and owners a birds eye view of key metrics over the last 7 days.
Total production executions over time, including a comparison of successful and failed executions
Per-workflow breakdowns of key metrics
Comparisons with previous periods to help spot changes in usage or behavior
Runtime average and failure rate over time
3. Time saved per execution
Within workflow settings, you can now assign a “time saved per execution” value to any workflow. This makes it possible to track the impact of your workflows and make it easier to share this visually with other teams and stakeholders.
This is just the beginning for Insights: the next phase will introduce more advanced filtering and comparisons, custom date ranges, and additional monitoring capabilities.
Node updates
We added a credential check for the Salesforce node
We added SearXNG as a tool for AI agents
You can now search within subfolders, making it easier to find workflows across all folder levels. Just type in the search bar and go.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-04-10
This release contains new features, new nodes, performance improvements, and bug fixes.
Model Context Protocol (MCP) nodes
MCP aims to standardise how LLMs like Claude, ChatGPT, or Cursor can interact with tools or integrate data for their agents. Many providers - both established or new - are adopting MCP as a standard way to build agentic systems. It is an easy way to either expose your own app as a server, making capabilities available to a model as tools, or as a client that can call on tools outside of your own system.
While it’s still early in the development process, we want to give you access to our new MCP nodes. This will help us understand your requirements better and will also let us converge on a great general solution quicker.
The MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. You can run multiple MCP servers from your n8n instance. The MCP Client Tool connects LLMs - and other intelligent agents - to any MCP-enabled service through a single interface.
Max from our DevRel team created an official walkthrough for you to get started:
The MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. The node acts as an entry point into n8n for MCP clients. It operates by exposing a URL that MCP clients can interact with to access n8n tools. This means your n8n workflows and integrations are now available to models run elsewhere. Pretty neat.

MCP Server Trigger
The MCP Client Tool node is a MCP client, allowing you to use the tools exposed by an external MCP server. You can connect the MCP Client Tool node to your models to call external tools with n8n agents. In this regard it is similar to using a n8n tool with your AI agent. One advantage is that the MCP Client Tool can access multiple tools on the MCP server at once, keeping your canvas cleaner and easier to understand.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-03-24
This release contains a new node, a new credential, core updates, editor updates, node updates, and bug fixes.
Folders
What can we say about folders? Well, they’re super handy for categorizing just about everything and they’re finally available for your n8n workflows. Tidy up your workspace with unlimited folders and nested folders. Search for workflows within folders. It’s one of the ways we’re making it easier to organize your n8n instances more effectively.
How to use it:
Create and manage folders within your personal space or within projects. You can also create workflows from within a folder. You may need to restart your instance in order to activate folders.

It's a folder alright
Folders are available for all registered users so get started with decluttering your workspace now and look for more features (like drag and drop) to organize your instances soon.
Enhancements to Form Trigger Node
Recent updates to the Form Trigger node have made it a more powerful tool for building business solutions. These enhancements provide more flexibility and customization, enabling teams to create visually engaging and highly functional workflows with forms.
HTML customization: Add custom HTML to forms, including embedded images and videos, for richer user experiences.
Custom CSS support: Apply custom styles to user-facing components to align forms with your brand’s look and feel. Adjust fonts, colors, and spacing for a seamless visual identity.
Form previews: Your form’s description and title will pull into previews of your form when sharing on social media or messaging apps, providing a more polished look.
Hidden fields: Use query parameters to add hidden fields, allowing you to pass data—such as a referral source—without exposing it to the user.
New responses options: Respond to user submissions in multiple ways including text, HTML, or a downloadable file (binary format). This enables forms to display rich webpages or deliver digital assets such as dynamically generated invoices or personalized certificates.

Form with custom CSS applied
These improvements elevate the Form Trigger node beyond a simple workflow trigger, transforming it into a powerful tool for addressing use cases from data collection and order processing to custom content creation.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-03-12
This release contains bug fixes and an editor update.
Schema Preview
Schema Preview lets you view and work with a node’s expected output without executing it or adding credentials, keeping you in flow while building.
See expected node outputs instantly. View schemas for over 100+ nodes to help you design workflows efficiently without extra steps.
Define workflow logic first, take care of credentials later. Build your end-to-end workflow without getting sidetracked by credential setup.
Avoid unwanted executions when building. Prevent unnecessary API calls, unwanted data changes, or potential third-party service costs by viewing outputs without executing nodes.
How to use it:
Add a node with Schema Preview support to your workflow.
Open the next node in the sequence - Schema Preview data appears in the Node Editor where you would typically find it in the Schema View.
Use Schema Preview fields just like other schema data - drag and drop them into parameters and settings as needed.
Don’t forget to add the required credentials before putting your workflow into production.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-03-03
This release contains core updates, editor updates, new nodes, node updates, new credentials, credential updates, and bug fixes.
Tidy up
Tidy up instantly aligns nodes, centers stickies, untangles connections, and brings structure to your workflows. Whether you're preparing to share a workflow or just want to improve readability, this feature saves you time and makes your logic easier to follow. Clean, well-organized workflows aren't just nicer to look at—they’re also quicker to understand.
How to:
Open the workflow you want to tidy, then choose one of these options:
Click the Tidy up button in the bottom-left corner of the canvas (it looks like a broom 🧹)
Press Shift + Alt + T on your keyboard
Right-click anywhere on the canvas and select Tidy up workflow
Want to tidy up just part of your workflow? Select the specific nodes you want to clean up first - Tidy up will only adjust those, along with any stickies behind them.
Multiple API keys
n8n now supports multiple API keys, allowing users to generate and manage separate keys for different workflows or integrations. This improves security by enabling easier key rotation and isolation of credentials. Future updates will introduce more granular controls.

Multiple API keys
View the commits{:target=_blank .external-link} for this version. Release date: 2025-02-24
This release contains bug fixes, a core update, editor improvements, and a node update.
Improved partial executions
The new execution engine for partial executions ensures that testing parts of a workflow in the builder closely mirrors production behaviour. This makes iterating with updated run-data faster and more reliable, particularly for complex workflows.
Before, user would test parts of a workflow in the builder that didn't consistently reflect production behaviour, leading to unexpected results during development.
This update aligns workflow execution in the builder with production behavior.
Here is an example for loops:
Before
After
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2025-01-15
This release contains bug fixes and editor updates.
Improved consistency across environments
We added new UX and automatic changes improvements resulting in a better consistency between your staging and production instances.
Previously, users faced issues like:
Lack of visibility into required credential updates when pulling changes
Incomplete synchronization, where changes — such as deletions — weren’t always applied across environments
Confusing commit process, making it unclear what was being pushed or pulled
We addressed these by:
Clearly indicating required credential updates when pulling changes
Ensuring deletions and other modifications sync correctly across environments
Improving commit selection to provide better visibility into what’s being pushed

Commit modal

Pull notification
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
Microsoft Entra ID (formerly known as Microsoft Azure Active Directory or Azure AD) is used for cloud-based identity and access management. The new node supports a wide range of Microsoft Entra ID features, which includes creating, getting, updating, and deleting users and groups, as well as adding users to and removing them from groups.
Node updates
AI Agent: Vector stores can now be directly used as tools for the agent
Code: Tons of new speed and convenience features, see above for details
Google Vertex Chat: Added option to specify the GCP region for the Google API credentials
We added filters and text search to the commit modal when working with Environments. This will make committing easier as we provide more information and better visibility. Environments are available on the Enterprise plan.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-12-04
This release contains node updates, performance improvements, and bug fixes.
Task runners for the Code node in public beta
We're introducing a significant performance upgrade to the Code node with our new Task runner system. This enhancement moves JavaScript code execution to a separate process, improving your workflow execution speed while adding better isolation.
Our benchmarks show up to 6x improvement in workflow executions using Code nodes - from approximately 6 to 35 executions per second. All these improvements happen under the hood, keeping your Code node experience exactly the same.
The Task runner comes in two modes:
Internal mode (default): Perfect for getting started, automatically managing task runners as child processes
External mode: For advanced hosting scenarios requiring maximum isolation and security
Currently, this feature is opt-in and can be enabled using environment variables. Once stable, it will become the default execution method for Code nodes.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-11-27
This release contains node updates, performance improvements and bug fixes.
New canvas in beta
The new canvas is now the default setting for all users. It should bring significant performance improvements and adds a handy minimap. As it is still a beta version you can still revert to the previous version with the three dot menu.
We're looking forward to your feedback. Should you encounter a bug, you will find a handy button to create an issue at the bottom of the new canvas as well.
Node updates
We added credential support for Zabbix to the HTTP request node
View the commits{:target=_blank .external-link} for this version. Release date: 2024-11-13
This release contains node updates, performance improvements and many bug fixes.
New AI agent canvas chat
We revamped the chat experience for AI agents on the canvas. A neatly organized view instead of a modal hiding the nodes. You can now see the canvas, chat and logs at the same time when testing your workflow.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
We made updates to how projects and workflow ownership are displayed making them easier to understand and navigate.
We further improved the performance logic of partial executions, leading to a smoother and more enjoyable building experience.
New n8n canvas alpha
We have enabled the alpha version of our new canvas. The canvas is the ‘drawing board’ of the n8n editor, and we’re working on a full rewrite. Your feedback and testing will help us improve it.
Read all about it on our community forum.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-10-24
/// warning | Breaking change{:target=_blank .external-link}
What changed?
Queue polling via the environment variable QUEUE_RECOVERY_INTERVAL has been removed.
When is action necessary?
If you have set QUEUE_RECOVERY_INTERVAL, you can remove it as it no longer has any effect.
///
This release contains a new features, new nodes, node enhancements, and bug fixes.
New node: n8n Form
Use the n8n Form node to create user-facing forms with multiple pages. You can add other nodes with custom logic between to process user input. Start the workflow with a n8n Form Trigger.

A multi-page form with branching
Additionally you can:
Set default selections with query parameters
Define the form with a JSON array of objects
Show a completion screen and redirect to another URL
For additional security, we improved how we handle multi-factor authentication, hardened config file permissions and introduced JWT for the public API.
For better performance, we improved how partial executions are handled in loops.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-10-16
This release contains a new node, node enhancements, performance improvements and bug fixes.
Enhanced node: Remove Duplicates
The Remove Duplicates node got a major makeover with the addition of two new operations:
Remove Items Processed in Previous Executions: Compare items in the current input to items from previous executions and remove duplicates
Clear Deduplication History: Wipe the memory of items from previous executions.
This makes it easier to only process new items from any data source. For example, you can now more easily poll a Google sheet for new entries by id or remove duplicate orders from the same customer by comparing their order date. The great thing is, you can now do this within and across workflow runs.
New node: Gong
The new node for Gong allows you to get users and calls to process them further in n8n. Very useful for sales related workflows.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-10-09
/// warning | Breaking change{:target=_blank .external-link}
What changed?
The worker server used to bind to IPv6 by default. It now binds to IPv4 by default.
The worker server's /healthz used to report healthy status based on database and Redis checks. It now reports healthy status regardless of database and Redis status, and the database and Redis checks are part of /healthz/readiness.
When is action necessary?
If you experience a port conflict error when starting a worker server using its default port, set a different port for the worker server with QUEUE_HEALTH_CHECK_PORT.
If you are relying on database and Redis checks for worker health status, switch to checking /healthz/readiness instead of /healthz. ///
This release contains new features, node enhancements and bug fixes.
Node updates
OpenAI: Added the option to choose between the default memory connector to provide memory to the assistant or to specify a thread ID
Gmail and Slack: Added custom approval operations to have a human in the loop of a workflow
Additionally, we have added a $fromAI() placeholder function to use with tools, allowing you to dynamically pass information from the models to the connected tools. This function works similarly to placeholders used elsewhere in n8n.
Both of these new features enable you to build even more powerful AI agents by drawing directly from the apps your business uses. This makes integrating LLMs into your business processes even easier than before.
Node updates
Google BigQuery: Added option to return numeric values as integers and not strings
Drag and drop insertion on cursor position from schema view is now also enabled for code, SQL and Html fields in nodes.
Customers with an enterprise license can now rate, tag and highlight execution data in the executions view. To use highlighting, add an Execution Data Node (or Code node) to the workflow to set custom executions data.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
You can now customize the maximum file size when uploading files within forms to webhooks. The environment variable to set for this is N8N_FORMDATA_FILE_SIZE_MAX. The default setting is 200MiB.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-09-11
/// warning | Chat Trigger
If you are using the Chat Trigger in "Embedded Chat" mode, with authentication turned on, you could see errors connecting to n8n if the authentication on the sending/embedded side is mis-configured.
///
This release contains bug fixes and feature enhancements.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-09-05
This release contains new features, bug fixes and feature enhancements.
New node: PGVector Vector Store
This release adds the PGVector Vector Store node. Use this node to interact with the PGVector tables in your PostgreSQL database. You can insert, get, and retrieve documents from a vector table to provide them to a retriever connected to a chain.
See active collaborators on workflows
We added collaborator avatars back to the workflow canvas. You will see other users who are active on the workflow, preventing you from overriding each other's work.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-08-28
This release contains new features and bug fixes.
Improved execution queue handling
We are exposing new execution queue metrics to give users more visibility of the queue length. This helps to inform decisions on horizontal scaling, based on queue status. We have also made querying executions faster.
New credentials for the HTTP Request node
We added credential support for Datadog, Dynatrace, Elastic Security, Filescan, Iris, and Malcore to the HTTP Request node making it easier to use existing credentials.
We also made it easier to select workflows as tools when working with AI agents by implementing a new workflow selector parameter type.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-08-14
/// warning | Breaking change{:target=_blank .external-link}
The N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES environment variable now also blocks access to n8n's static cache directory at ~/.cache/n8n/public.
If you are writing to or reading from a file at n8n's static cache directory via a node, e.g. Read/Write Files from Disk, please update your node to use a different path.
///
This release contains a new feature, a new node, a node update and bug fixes.
Override the npm registry
This release adds the option to override the npm registry for installing community packages. This is a paid feature.
We now also prevent npm downloading community packages from a compromised npm registry by explicitly using --registry in all npm install commands.
New node: AI Transform
This release adds the AI Transform node. Use the AI Transform node to generate code snippets based on your prompt. The AI is context-aware, understanding the workflow’s nodes and their data types. The node is only available on Cloud plans.
New node: Okta
This release adds the Okta node. Use the Okta node to automate work in Okta and integrate Okta with other applications. n8n has built-in support for a wide range of Okta features, which includes creating, updating, and deleting users.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-07-31
This release contains new features, new nodes, node enhancements, bug fixes and updates to our API.
Added Google Cloud Platform Secrets Manager support
This release adds Google Cloud Platform Secrets Manager to the list of external secret stores. We already support AWS secrets, Azure Key Vault, Infisical and HashiCorp Vault. External secret stores are available under an enterprise license.
New node: Information Extractor
This release adds the Information Extractor node. The node is specifically tailored for information extraction tasks. It uses Structured Output Parser under the hood, but provides a simpler way to extract information from text in a structured JSON form.
New node: Sentiment Analysis
This release adds the Sentiment Analysis node. The node leverages LLMs to analyze and categorize the sentiment of input text. Users can easily integrate this node into their workflows to perform sentiment analysis on text data. The node is flexible enough to handle various use cases, from basic positive/negative classification to more nuanced sentiment categories.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-07-25
/// warning | Breaking change{:target=blank .external-link}
Prometheus metrics enabled via N8N_METRICS_INCLUDE_DEFAULT_METRICS and N8N_METRICS_INCLUDE_API_ENDPOINTS were fixed to include the default n8n prefix.
If you are using Prometheus metrics from these categories and are using a non-empty prefix, please update those metrics to match their new prefixed names.
///
This release contains new features, node enhancements and bug fixes.
Added Azure Key Vault support
This release adds Azure Key Vault to the list of external secret stores. We already support AWS secrets, Infisical and HashiCorp Vault and are working on Google Secrets Manager. External secret stores are available under an enterprise license.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-06-20
/// warning | Breaking change
Calling $(...).last() (or (...).first() or $(...).all()) without arguments now returns the last item (or first or all items) of the output that connects two nodes. Previously, it returned the item/items of the first output of that node. Refer to the breaking changes log{:target=_blank .external-link} for details.
///
This release contains bug fixes, feature enhancements, a new node, node enhancements and performance improvements.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
New node: HTTP request tool
This release adds the HTTP request tool. You can use it with an AI agent as a tool to collect information from a website or API. Refer to the HTTP request tool for details.
Contributors
Daniel{:target=_blank .external-link} ekadin-mtc{:target=_blank .external-link} Eric Francis{:target=_blank .external-link} Josh Sorenson{:target=_blank .external-link} Mohammad Alsmadi
Nikolai T. Jensen{:target=_blank .external-link} n8n-ninja{:target=_blank .external-link} pebosi{:target=_blank .external-link} Taylor Hoffmann{:target=_blank .external-link}
View the commits{:target=_blank .external-link} for this version. Release date: 2024-05-22
This release contains new features, node enhancements, and bug fixes.
/// note | Backup recommended
Although this release doesn't include a breaking change, it is a significant update including database migrations. n8n recommends backing up your data before updating to this version.
///
/// Note | Credential sharing required for manual executions
Instance owners and admins: you will see changes if you try to manually execute a workflow where the credentials aren't shared with you. Manual workflow executions now use the same permissions checks as production executions, meaning you can't do a manual execution of a workflow if you don't have access to the credentials. Previously, owners and admins could do manual executions without credentials being shared with them. To resolve this, the credential creator needs to share the credential with you.
///
New feature: Projects
With projects and roles, you can give your team access to collections of workflows and credentials, rather than having to share each workflow and credential individually. Simultaneously, you tighten security by limiting access to people on the relevant team.
Refer to the RBAC documentation for information on creating projects and using roles.
The number of projects and role types vary depending on your plan. Refer to Pricing{:target=_blank .external-link} for details.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-05-02
/// warning | Breaking change
Please note that this version contains a breaking change for instances using a Postgres database. The default value for the DB_POSTGRESDB_USER environment variable was switched from root to postgres. Refer to the breaking changes log{:target=_blank .external-link} for details.
///
This release contains new features, new nodes, node enhancements, and bug fixes.
New feature: Ask AI in the HTTP node
You can now ask AI to help create API requests in the HTTP Request node:
In the HTTP Request node, select Ask AI.
Enter the Service and Request you want to use. For example, to use the NASA API to get their picture of the day, enter NASA in Service and get picture of the day in Request.
Check the parameters: the AI tries to fill them out, but you may still need to adjust or correct the configuration.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-04-11
/// warning | Breaking change
Please note that this version contains a breaking change for self-hosted n8n. It removes the --file flag for the execute CLI command. If you have scripts relying on the --file flag, update them to first import the workflow and then execute it using the --id flag. Refer to CLI commands for more information on CLI options.
///
This release contains bug fixes.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-04-10
/// warning | Breaking change
Please note that this version contains a breaking change for self-hosted n8n. It removes the --file flag for the execute CLI command. If you have scripts relying on the --file flag, update them to first import the workflow and then execute it using the --id flag. Refer to CLI commands for more information on CLI options.
///
This release contains a new node, improvements to error handling and messaging, node enhancements, and bug fixes.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-03-06
/// warning | Breaking changes
Please note that this version contains a breaking change. HTTP connections to the editor will fail on domains other than localhost. You can read more about it here{:target=_blank .external-link}.
///
This is a bug fix release and it contains a breaking change.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-01-31
/// warning | Breaking change
This release removes own mode for self-hosted n8n. You must now use EXECUTIONS_MODE and set to either regular or queue. Refer to Queue mode for information on configuring queue mode.
///
/// note | Skip this release
Please upgrade directly to 1.27.1.
///
This release contains node enhancements and bug fixes.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2024-01-10
This release contains new nodes for advanced AI, node enhancements, new features, performance enhancements, and bug fixes.
Chat trigger
n8n has created a new Chat Trigger node. The new node provides a chat interface that you can make publicly available, with customization and authentication options.
Mistral Cloud Chat and Embeddings
This release introduces two new nodes to support Mistral AI{:target=_blank .external-link}:
Extract From File to get data from a binary format and convert it to JSON.
n8n has moved support for iCalendar, PDF, and spreadsheet formats into these nodes, and removed the iCalendar, Read PDF, and Spreadsheet File nodes. There are still standalone nodes for HTML and XML.
New node: Qdrant vector store
This release adds support for Qdrant{:target=_blank .external-link} with the Qdrant vector store node.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-12-13
This release contains new features and nodes, node enhancements, and bug fixes.
New user role: Admin
This release introduces a third account type: admin. This role is available on pro and enterprise plans. Admins have similar permissions to instance owners.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-11-29
/// note | Upgrade directly to 1.19.4
Due to issues with this release, upgrade directly to 1.19.4.
///
This release contains new features, node enhancements, and bug fixes.
LangChain general availability
This release adds LangChain support to the main n8n version. Refer to LangChain for more information on how to build AI tools in n8n, the new nodes n8n has introduced, and related learning resources.
Show avatars of users working on the same workflow
This release improves the experience of users collaborating on workflows. You can now see who else is editing at the same time as you.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-11-22
This release contains new features and bug fixes.
Template creator hub
Built a template you want to share? This release introduces the n8n Creator hub. Refer to the creator hub Notion doc{:target=_blank .external-link} for more information on this project.
Node input and output search filter
Cloud Pro and Enterprise users can now search and filter the input and output data in nodes. Refer to Data filtering for more information.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-10-18
This release contains new features, node enhancements, and bug fixes.
Form Trigger node
This releases introduces a new node, the n8n Form Trigger. Use this node to start a workflow based on a user submitting a form. It provides a configurable form interface.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-10-11
This release contains new features and bug fixes.
External storage for binary files
Self-hosted users can now use an external service to store binary data. Learn more in External storage.
If you're using n8n Cloud and are interested in this feature, please contact n8n{:target=_blank .external-link}.
Item Lists node supports binary data
The Item Lists node now supports splitting and concatenating binary data inputs. This means you no longer need to use code to split a collection of files into multiple items.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-10-04
This release contains bug fixes.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
LangChain in n8n (beta)
Release date: 2023-10-04
This release introduces support for building with LangChain in n8n.
With n8n's LangChain nodes you can build AI-powered functionality within your workflows. The LangChain nodes are configurable, meaning you can choose your preferred agent, LLM, memory, and other components. Alongside the LangChain nodes, you can connect any n8n node as normal: this means you can integrate your LangChain logic with other data sources and services.
Read more:
This is a beta release, and not yet available in the main product. Follow the instructions in Access LangChain in n8n to try it out. Self-hosted and Cloud options are available.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-09-28
This release contains new features, performance improvements, and bug fixes.
Tournament
This releases replaces RiotTmpl, the templating language used in expressions, with n8n's own templating language, Tournament{:target=_blank .external-linmk}. You can now use arrow functions in expressions.
N8N_BINARY_DATA_TTL and EXECUTIONS_DATA_PRUNE_TIMEOUT removed
The environment variables N8N_BINARY_DATA_TTL and EXECUTIONS_DATA_PRUNE_TIMEOUT no longer have any effect and can be removed. Instead of relying on a TTL system for binary data, n8n cleans up binary data together with executions during pruning.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
The environment variables N8N_PERSISTED_BINARY_DATA_TTL no longer has any effect and can be removed. This legacy flag was originally introduced to support ephemeral executions (see details), which are no longer supported.
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-08-31
This release contains new features, node enhancements, and bug fixes.
/// note | Upgrade directly to 1.5.1
Skip this version and upgrade directly to 1.5.1, which contains essential bug fixes.
///
Highlights
External secrets storage for credentials
Enterprise-tier accounts can now use external secrets vaults to manage credentials in n8n. This allows you to store credential information securely outside your n8n instance. n8n supports Infisical and HashiCorp Vault.
Refer to External secrets for guidance on enabling and using this feature.
Two-factor authentication
n8n now supports two-factor authentication (2FA) for self-hosted instances. n8n is working on bringing support to Cloud. Refer to Two-factor authentication for guidance on enabling and using it.
Debug executions
Users on a paid n8n plan can now load data from previous executions into their current workflow. This is useful when debugging a failed execution.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-08-16
This release contains new features and bug fixes.
Highlights
Trial feature: AI support in the Code node
This release introduces limited support for using AI to generate code in the Code node. Initially this feature is only available on Cloud, and will gradually be rolled out, starting with about 20% of users.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-27
This is a bug fix release.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-26
This release contains new features, bug fixes, and node enhancements.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
Highlights
Source control and environments
This release introduces source control and environments for enterprise users.
n8n uses Git-based source control to support environments. Linking your n8n instances to a Git repository lets you create multiple n8n environments, backed by Git branches.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-24
This is a bug fix release.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-19
This is a bug fix release.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-13
This release contains API enhancements and adds support for sending messages to forum threads in the Telegram node.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
For full release details, refer to Releases{:target=_blank .external-link} on GitHub.
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-05
This is a bug fix release.
/// warning | Breaking changes
Please note that this version contains breaking changes if upgrading from a 0.x.x version. For full details, refer to the n8n v1.0 migration guide.
///
View the commits{:target=_blank .external-link} for this version. Release date: 2023-07-05
/// warning | Breaking changes
Please note that this version contains breaking changes. For full details, refer to the n8n v1.0 migration guide.
///
This is n8n's version one release.
Although JavaScript remains the default language, you can now also select Python as an option in the Code node and even make use of many Python modules{:target=_blank .external link}. Note that Python is unavailable in Code nodes added to a workflow before v1.0.