Release notes#
New features and bug fixes for n8n.
You can also view the Releases in the GitHub repository.
Stable and Beta versions
n8n releases a new minor version most weeks. The stable version is for production use. beta is the most recent release. The beta version may be unstable. To report issues, use the forum.
Current stable: 2.2.3
Current beta: 2.3.0
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.
[email protected]#
View the commits for this version.
Release date: 2026-01-05
This release contains bug fixes.
Contributors#
Shashwat-06
ByteEVM
mithredate
belyas
saurabhssonkar
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2026-01-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-12-30
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-12-30
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-12-23
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-12-23
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-12-23
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-12-22
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-12-22
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-12-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-12-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-12-16
This release contains bug fixes and features.
Time Saved node#
Previously, teams could only track a single fixed time saved value for each workflow regardless of which path an execution takes. The new Time Saved node enables more precise time savings calculations where different execution paths will save different amounts of time.
With this release you can now:
- Choose fixed value or dynamic time tracking: Use fixed time saved for simple workflows, or use one or many time saved nodes to calculate savings dynamically based on the actual execution path taken
- Configure per-item calculations: When using the Time Saved node, choose whether to calculate time saved once for all items or multiply by the number of items processed
The new Time Saved node provides increased accuracy for complex workflows where different execution paths save different amounts of time.
n8n automatically totals the time from all Time Saved nodes executed during each workflow run and reports it within the insights dashboard.
Contributors#
Akcthecoder200
rishiraj-58
rlafferty
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-12-12
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-12-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-12-05
Major Version Change#
n8n 2.0.0 is a hardening release, not a feature release. It strengthens n8n's position as an enterprise-grade platform with secure-by-default execution, removal of legacy options that caused edge-case bugs, and better performance under load. The goal is a more predictable foundation you can rely on for mission-critical workflows.
This release is currently in beta. There's no urgency to upgrade immediately — take time to review the breaking changes and assess your workflows using the migration tool before upgrading.
For the full story behind 2.0, read our announcement blog post.
Breaking changes#
Version 2.0 includes breaking changes across security defaults, data handling, and configuration. Key changes include:
- Task runners enabled by default (Code node executions now run in isolated environments)
- Environment variable access blocked from Code nodes by default
- ExecuteCommand and LocalFileTrigger nodes disabled by default
- In-memory binary data mode removed
Review the complete list and migration guidance in the v2.0 breaking changes docs.
Before you upgrade#
Use the Migration Report tool to identify workflow-level and instance-level issues that need attention before upgrading.
See the v2.0 migration tool docs for details.
Product updates#
Publish / Save workflow paradigm
n8n 2.0 introduces a safer approach to updating live workflows. The Save button now preserves your edits without changing production. A new Publish button lets you explicitly push changes live when ready. See Publish workflows for details.
Canvas and navigation improvements
Subtle refinements to the workflow editor canvas and reorganized sidebar navigation.
For full release details, refer to Releases on GitHub.
[email protected]#
View the commits for this version.
Release date: 2025-12-05
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-12-04
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-12-04
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-12-04
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-12-02
This release contains bug fixes.
Contributors#
For full release details, refer to Releases on GitHub.

