Files
n8n-docs/docs/release-notes.md
Jon dd7c9908fe 🚀 Release note 2.3.4 (#4097)
Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
2026-01-13 16:22:58 +00:00

13 KiB

title, description, tags, hide, contentType
title description tags hide contentType
Release notes Release notes detailing new features and bug fixes for n8n.
release
release notes
changelog
tags
reference

Release notes

New features and bug fixes for n8n.

You can also view the Releases in the GitHub repository.

--8<-- "_snippets/self-hosting/installation/latest-next-version.md"

--8<-- "_snippets/update-n8n.md"

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.

/// note | Older versions You can find the release notes for older versions of n8n: 1.x and 0.x ///

n8n@2.3.2

View the commits for this version.
Release date: 2026-01-09

This release contains a bug fix.

For full release details, refer to Releases on GitHub.

n8n@2.4.0

View the commits for this version.
Release date: 2026-01-12

This release contains bug fixes.

Contributors

JonLaliberte
davidpanic
TomTom101
garritfra
maximepvrt

For full release details, refer to Releases on GitHub.

n8n@2.3.3

View the commits for this version.
Release date: 2026-01-13

This release contains a bug fix.

For full release details, refer to Releases on GitHub.

n8n@2.3.4

View the commits for this version.
Release date: 2026-01-13

This release contains a bug fix.

For full release details, refer to Releases on GitHub.

n8n@2.3.1

View the commits for this version.
Release date: 2026-01-07

/// note | Beta version This is the beta version. n8n recommends using the stable version. The beta version may be unstable. To report issues, use the forum. ///

This release contains bug fixes.

For full release details, refer to Releases on GitHub.

n8n@2.2.5

View the commits for this version.
Release date: 2026-01-08

This release contains bug fixes.

For full release details, refer to Releases on GitHub.

n8n@2.2.4

View the commits for this version.
Release date: 2026-01-06

/// note | Stable version This is the stable version. n8n recommends using the stable version. The beta 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.

n8n@2.3.0

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.

n8n@2.2.3

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.

n8n@2.2.2

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.

n8n@2.1.5

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.

n8n@2.1.4

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.

n8n@2.1.3

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.

n8n@2.2.1

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.

n8n@2.2.0

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.

n8n@2.1.2

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.

n8n@2.1.1

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.

n8n@2.0.3

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.

n8n@2.1.0

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.

time saved node example

n8n automatically totals the time from all Time Saved nodes executed during each workflow run and reports it within the insights dashboard.

insights dashboard

Contributors

Akcthecoder200
rishiraj-58
rlafferty

For full release details, refer to Releases on GitHub.

n8n@2.0.2

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.

n8n@2.0.1

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.

n8n@2.0.0

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.

n8n@2.0.0-rc.4

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.

n8n@2.0.0-rc.3

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.

n8n@2.0.0-rc.2

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.

n8n@2.0.0-rc.1

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.

n8n@2.0.0-rc.0

View the commits for this version.
Release date: 2025-12-02

This release contains bug fixes.

Contributors

farzad528

For full release details, refer to Releases on GitHub.

/// note | Older versions You can find the release notes for older versions of n8n: 1.x and 0.x ///