Skip to content

Latest commit

 

History

History
3380 lines (1855 loc) · 129 KB

release-notes.md

File metadata and controls

3380 lines (1855 loc) · 129 KB
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{:target=_blank .external-link} 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{: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 ///

n8n@1.73.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-19

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.72.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-12

/// 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.

n8n@1.71.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-12

/// 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.

n8n@1.72.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-11

This release contains node updates, usability improvements, and bug fixes.

Node updates

  • AI Transform: The maximum context length error now retries with reduced payload size
  • Redis: Added support for continue on fail

Improved commit modal

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.

n8n@1.71.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-10

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.70.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-10

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.71.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-06

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.70.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-05

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.71.0

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.

![Task runners overview](/_images/hosting/configuration/task-runner-concept.png) Task runners overview

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.

To start using Task runners today, check out the docs.

Node updates

  • AI Transform node: We improved the prompt for code generation to transform data
  • Code node: We added a warning if pairedItem is absent or could not be auto mapped

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.70.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-12-04

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.70.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-29

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.70.0

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
  • We added new OAuth2 credentials for Microsoft SharePoint
  • The Slack node now uses markdown for the approval message when using the Send and Wait for Approval operation

Contributors

feelgood-interface{:target=_blank .external-link}
adina-hub{:target=_blank .external-link}

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.68.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.69.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-26

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.69.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.69.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-20

This release contains a new feature, node improvements and bug fixes.

Sub-workflow debugging

We made it much easier to debug sub-workflows by improving their accessibility from the parent workflow.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.68.0

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.

n8n@1.67.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-07

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.67.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-11-06

This release contains node updates and bug fixes.

Node updates

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.66.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-31

This release contains performance improvements, a node update and bug fixes.

Node update

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.

n8n@1.65.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-28

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.64.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.65.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.65.0

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](/_images/integrations/builtin/core-nodes/n8n-nodes-base.form/example_image.png) 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

Node updates

New nodes:

Enhanced nodes:

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.

Contributors

n8n@1.64.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-24

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.64.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-21

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.64.0

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.

Contributors

n8n@1.63.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-15

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.62.6

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-15

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.63.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-15

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.63.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-11

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.62.5

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-11

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.63.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-11

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.62.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-11

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.63.0

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

We have also optimized the worker health checks (see breaking change above).

Each credential now has a seperate url you can link to. This makes sharing much easier.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Pemontto{:target=_blank .external-link}

n8n@1.62.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-08

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.62.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-07

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.62.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-10-02

This release contains new features, node enhancements and bug fixes.

/// note | Skipped 1.62.0 We skipped 1.62.0 and went straight to 1.62.1 with an additional fix. ///

Additional nodes as tools

We have made additional nodes usable with the Tools AI Agent node.



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

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.

Contributors

Benjamin Roedell{:target=_blank .external-link}
CodeShakingSheep{:target=_blank .external-link}
manuelbcd{:target=_blank .external-link}
Miguel Prytoluk{:target=_blank .external-link}

n8n@1.61.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-25

This release contains new features, node enhancements and bug fixes.

Node updates

  • Brandfetch: Updated to use the new API
  • Slack: Made adding or removing the workflow link to a message easier

Big datasets now render faster thanks to virtual scrolling and execution annotations are harder to delete.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.59.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-20

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.60.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-20

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.60.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-18

This release contains new features, node enhancements and bug fixes.

Queue metrics for workers

You can now expose and consume metrics from your workers. The worker instances have the same metrics available as the main instance(s) and can be configured with environment variables.

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.

Node updates

Enhanced nodes:

  • Invoice Ninja: Added actions for bank transactions
  • OpenAI: Added O1 models to the model select

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

CodeShakingSheep{:target=_blank .external-link}

n8n@1.59.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-18

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.59.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-17

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.59.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-16

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.58.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-12

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.59.0

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.

Contributors

oscarpedrero{:target=_blank .external-link}

n8n@1.58.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-09-06

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.58.0

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.

![Collaboration avatars](/_images/release-notes/Collaboration-avatar.png) Collaboration avatars

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.57.0

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.

Contributors

Bram Kn{:target=_blank .external-link}

n8n@1.56.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-26

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.56.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.56.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-21

This release contains node updates, security and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

CodeShakingSheep{:target=_blank .external-link}
Oz Weiss{:target=_blank .external-link}

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.55.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-16

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.55.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-16

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.55.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.54.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.54.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.54.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-14

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.55.0

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.

Node updates

Enhanced node:

This release also adds the new schema view for the expression editor modal.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.54.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-13

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.53.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-08

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.54.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-07

This release contains new features, node enhancements, bug fixes and updates to our API.

API update

Our public REST API now supports additional operations:

  • Create, delete, and edit roles for users
  • Create, read, update and delete projects

Find the details in the API reference.

Contributors

CodeShakingSheep{:target=_blank .external-link}
Javier Ferrer González{:target=_blank .external-link}
Mickaël Andrieu{:target=_blank .external-link}
Oz Weiss{:target=_blank .external-link}
Pemontto{:target=_blank .external-link}

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.45.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-06

This release contains a bug fix.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.53.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-08-02

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.53.0

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.

Node updates

Enhanced nodes:

API update

Our public REST API now supports additional operations:

  • Create, read, and delete for variables
  • Filtering workflows by project
  • Transferring workflows

Find the details in the API reference.

Contributors

feelgood-interface{:target=_blank .external-link}
Oz Weiss{:target=_blank .external-link}

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.52.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-31

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.52.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.51.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.52.0

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.

Node updates

Enhanced nodes:

Deprecated nodes:

  • OpenAI Model: You can use the OpenAI Chat Model instead
  • Google Palm Chat Model: You can use Google Vertex or Gemini instead
  • Google Palm Model: You can use Google Vertex or Gemini instead

n8n@1.51.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.50.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.51.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-18

This release contains new nodes, node enhancements and bug fixes.

New node: Text Classifier

This release adds the Text Classifier node.

New node: Postgres Chat Memory

This release adds the Postgres Chat Memory node.

New node: Google Vertex Chat Model

This release adds the Google Vertex Chat Model node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Node updates

  • Enhanced nodes: Asana

n8n@1.50.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-16

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.50.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-10

This release contains node enhancements and bug fixes.

Node updates

  • Enhanced nodes: Chat Trigger, Google Cloud Firestore, Qdrant Vector Store, Splunk, Telegram
  • Deprecated node: Orbit (product shut down)

Beta Feature Removal

The Ask AI beta feature for the HTTP Request node has been removed from this version

Contributors

Stanley Yoshinori Takamatsu{:target=_blank .external-link}
CodeShakingSheep{:target=_blank .external-link}
jeanpaul{:target=_blank .external-link}
adrian-martinez-onestic{:target=_blank .external-link}
Malki Davis{:target=_blank .external-link}

n8n@1.49.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-03

This release contains a new node, node enhancements, and bug fixes.

Node updates

  • New node added: Vector Store Tool for the AI Agent
  • Enhanced nodes: Zep Cloud Memory, Copper, Embeddings Cohere, GitHub, Merge, Zammad

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Jochem{:target=_blank .external-link}
KhDu{:target=_blank .external-link}
Nico Weichbrodt{:target=_blank .external-link}
Pavlo Paliychuk{:target=_blank .external-link}

n8n@1.48.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-03

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.47.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-03

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.48.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-01

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.47.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-07-01

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.48.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-27

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.48.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-27

This release contains bug fixes and feature enhancements.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

KubeAl{:target=_blank .external-link}

n8n@1.47.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-26

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.47.0

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{:target=_blank .external-link}
Nikolai T. Jensen{:target=_blank .external-link}
n8n-ninja{:target=_blank .external-link}
pebosi{:target=_blank .external-link}
Taylor Hoffmann{:target=_blank .external-link}

n8n@1.45.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-12

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.46.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-12

This release contains feature enhancements, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Jean Khawand{:target=_blank .external-link}
pemontto{:target=_blank .external-link}
Valentin Coppin{:target=_blank .external-link}

n8n@1.44.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-12

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.42.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-10

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.45.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-06

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.44.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-06-03

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.44.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-30

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.43.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-28

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.43.0

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.

New node: Slack Trigger

This release adds a trigger node for Slack. Refer to the Slack Trigger documentation for details.

Other highlights

Rolling back to a previous version

If you update to this version, then decide you need to role back:

Self-hosted n8n:

  1. Delete any RBAC projects you created.
  2. Revert the database migrations using n8n db:revert.

Cloud: contact help@n8n.io.

Contributors

Ayato Hayashi{:target=_blank .external-link}
Daniil Zobov{:target=_blank .external-link}
Guilherme Barile{:target=_blank .external-link}
Romain MARTINEAU{:target=_blank .external-link}

n8n@1.42.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-20

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.41.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-16

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.42.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-15

This release contains new features, node enhancements, and bug fixes.

Note that this release removes the AI error debugger. We're working on a new and improved version.

New feature: Tools Agent

This release adds a new option to the Agent node: the Tools Agent.

This agent has an enhanced ability to work with tools, and can ensure a standard output format. This is now the recommended default agent.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Mike Quinlan{:target=_blank .external-link}
guangwu{:target=_blank .external-link}

n8n@1.41.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-05-08

This release contains new features, node enhancements, and bug fixes.

Note that this release temporarily disables the AI error helper.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Florin Lungu{:target=_blank .external-link}

n8n@1.40.0

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:

  1. In the HTTP Request node, select Ask AI.
  2. 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.
  3. Check the parameters: the AI tries to fill them out, but you may still need to adjust or correct the configuration.

Self-hosted users need to enable AI features and provide their own API keys

New node: Groq Chat Model

This release adds the Groq Chat Model node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Alberto Pasqualetto{:target=_blank .external-link}
Bram Kn{:target=_blank .external-link}
CodeShakingSheep{:target=_blank .external-link}
Nicolas-nwb{:target=_blank .external-link}
pemontto{:target=_blank .external-link}
pengqiseven{:target=_blank .external-link}
webk{:target=_blank .external-link}
Yoshino-s{:target=_blank .external-link}

n8n@1.39.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.38.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.37.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.39.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-24

This release contains new nodes, node enhancements, and bug fixes.

New node: WhatsApp Trigger

This release adds the WhatsApp Trigger node.

Node enhancement: Multiple methods, one Webhook node

The Webhook Trigger node can now handle calls to multiple HTTP methods. Refer to the Webhook node documentation for information on enabling this.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Bram Kn{:target=_blank .external-link}

n8n@1.38.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-18

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.37.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-18

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.38.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-17

This release contains new nodes, bug fixes, and node enhancements.

New node: Google Gemini Chat Model

This release adds the Google Gemini Chat Model sub-node.

New node: Embeddings Google Gemini

This release adds the Google Gemini Embeddings sub-node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Chengyou Liu{:target=_blank .external-link}
Francesco Mannino{:target=_blank .external-link}

n8n@1.37.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-17

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.36.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.36.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-12

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.37.1

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.

n8n@1.36.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-11

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.37.0

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.

New node: JWT

This release adds the JWT core node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Miguel Prytoluk{:target=_blank .external-link}

n8n@1.36.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-04

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.36.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-04-03

This release contains new nodes, enhancements and bug fixes.

New node: Salesforce Trigger node

This release adds the Salesforce Trigger node.

New node: Twilio Trigger node

This release adds the Twilio Trigger node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.35.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-28

This release contains enhancements and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.34.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.34.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.34.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-20

This release contains new features, new nodes, and bug fixes.

New node: Microsoft OneDrive Trigger node

This release adds the Microsoft OneDrive Trigger node. You can now trigger workflows on file and folder creation and update events.

New data transformation functions

This release introduces new data transformation functions:

String

toDateTime() //replaces toDate(). toDate() is retained for backwards compatability.
parseJson()
extractUrlPath()
toBoolean()
base64Encode()
base64Decode()

Number

toDateTime()
toBoolean()

Object

toJsonString()

Array

toJsonString()

Date & DateTime

toDateTime()
toInt()

Boolean

toInt()

Contributors

Bram Kn{:target=_blank .external-link}
pemontto{:target=_blank .external-link}

n8n@1.33.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.32.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.33.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-13

This release contains new features, node enhancements, and bug fixes.

Support for Claude 3

This release adds support for Claude 3 to the Anthropic Chat Model node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

gumida{:target=_blank .external-link}
Ayato Hayashi{:target=_blank .external-link}
Jordan{:target=_blank .external-link}
MC Naveen{:target=_blank .external-link}

n8n@1.32.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-07

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.31.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-07

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.32.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-03-06

This release contains new features, node enhancements, performance improvements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.31.1

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.

n8n@1.31.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-28

This release contains new features, new nodes, node enhancements and bug fixes.

New nodes: Microsoft Outlook trigger and Ollama embeddings

This release adds two new nodes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.30.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.30.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-21

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.29.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-16

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.29.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-15

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

New features

OpenAI node overhaul

This release includes a new version of the OpenAI node, adding more operations, including support for working with assistants.

Other highlights:

Contributors

Bruno Inec{:target=_blank .external-link}
Jesús Burgers{:target=_blank .external-link}

n8n@1.27.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-15

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.28.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-07

This release contains new features, new nodes, node enhancements and bug fixes.

New nodes: Azure OpenAI chat model and embeddings

This release adds two new nodes to work with Azure OpenAI{:target=_blank .external-link} in your advanced AI workflows:

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Andrea Ascari{:target=_blank .external-link}

n8n@1.27.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-02-02

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.27.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-31

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.27.0

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.

n8n@1.26.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-24

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Daniel Schröder{:target=_blank .external-link}
Nihaal Sangha{:target=_blank .external-link}

n8n@1.25.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-22

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Nihaal Sangha{:target=_blank .external-link}

n8n@1.25.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-17

This release contains a new node, feature improvements, and bug fixes.

New node: Chat Memory Manager

The Chat Memory Manager node replaces the Chat Messages Retriever node. It manages chat message memories within your AI workflows.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.24.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-16

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.22.6

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-10

This is a bug fix release. It includes important fixes for the HTTP Request and monday.com nodes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.24.0

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}:

Contributors

Anush{:target=_blank .external-link}
Eric Koleda{:target=_blank .external-link}
Mason Geloso{:target=_blank .external-link}
vacitbaydarman{:target=_blank .external-link}

n8n@1.22.5

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-09

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.23.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-03

This release contains new nodes, node enhancements, new features, and bug fixes.

New nodes and improved experience for working with files

This release includes a major overhaul of nodes relating to files (binary data).

There are now three key nodes dedicated to handling binary data files:

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.

Read n8n's Qdrant vector store node documentation

Contributors

Aaron Gutierrez{:target=_blank .external-link}
Advaith Gundu{:target=_blank .external-link}
Anush{:target=_blank .external-link}
Bin{:target=_blank .external-link}
Nihaal Sangha{:target=_blank .external-link}

n8n@1.22.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2024-01-03

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.22.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-27

/// note | Upgrade directly to 1.22.4 Due to issues with this release, upgrade directly to 1.22.4. ///

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.22.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-27

/// note | Upgrade directly to 1.22.4 Due to issues with this release, upgrade directly to 1.22.4. ///

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.22.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-21

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.22.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-21

This release contains node enhancements, new features, performance improvements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.18.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-19

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.21.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-15

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.18.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-15

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.21.0

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.

Read more about user roles

New data transformation nodes

This release replaces the Item Lists node with a collection of nodes for data transformation tasks:

  • Aggregate: take separate items, or portions of them, and group them together into individual items.
  • Limit: remove items beyond a defined maximum number.
  • Remove Duplicates: identify and delete items that are identical across all fields or a subset of fields.
  • Sort: organize lists of in a desired ordering, or generate a random selection.
  • Split Out: separate a single data item containing a list into multiple items.
  • Summarize: aggregate items together, in a manner similar to Excel pivot tables.

Increased sharing permissions for owners and admins

Instance owners and users with the admin role can now see and share all workflows and credentials. They can't view sensitive credential information.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.20.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-06

This release contains bug fixes, node enhancements, and ongoing new feature work.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Andrey Starostin{:target=_blank .external-link}

n8n@1.19.5

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-05

This is a bug fix release.

/// warning | Breaking change This release removes the TensorFlow Embeddings node. ///

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.18.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-05

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.19.4

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-12-01

/// warning | Missing ARM v7 support This version doesn't support ARM v7. n8n is working on fixing this in future releases. ///

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.19.0

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.

n8n@1.18.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-30

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.18.0

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.

n8n@1.17.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-17

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.17.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-15

This release contains node enhancements and bug fixes.

Sticky Note Colors

You can now select background colors for sticky notes.

Discord Node Overhaul

An overhaul of the Discord node, improving the UI making it easier to configure, improving error handling, and fixing issues.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

antondollmaier{:target=_blank .external-link}
teomane{:target=_blank .external-link}

n8n@1.16.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-08

This release contains node enhancements and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.15.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-07

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.15.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-11-02

This release contains new features, node enhancements, and bug fixes.

Workflow history

This release introduces workflow history: view and load previous versions of your workflows.

Workflow history is available in Enterprise n8n, and with limited history for Cloud Pro.

Learn more in the Workflow history documentation.

Dark mode

Almost in time for Halloween: this release introduces dark mode.

To enable dark mode:

  1. Select Settings > Personal.
  2. Under Personalisation, change Theme to Dark theme.

Optional error output for nodes

All nodes apart from sub-nodes and trigger nodes have a new optional output: Error. Use this to add steps to handle node errors.

Pagination support added to HTTP Request node

The HTTP Request node now supports an pagination. Read the node docs for information and examples.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Yoshino-s{:target=_blank .external-link}

n8n@1.14.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.14.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-26

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.14.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-25

This release contains node enhancements and bug fixes.

Switch node supports more outputs

The Switch node now supports an unlimited number of outputs.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.13.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-25

This release contains new features, feature enhancements, and bug fixes.

/// note | Upgrade directly to 1.14.0 This release failed to publish to npm. Upgrade directly to 1.14.0. ///

RSS Feed Trigger node

This releases introduces a new node, the RSS Feed Trigger. Use this node to start a workflow when a new RSS feed item is published.

Facebook Lead Ads Trigger node

This releases add another new node, the Facebook Lead Ads Trigger. Use this node to trigger a workflow when you get a new lead.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.12.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-24

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Burak Akgün{:target=_blank .external-link}

n8n@1.12.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Léo Martinez{:target=_blank .external-link}

n8n@1.11.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-23

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Inga{:target=_blank .external-link}
pemontto{:target=_blank .external-link}

n8n@1.12.0

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.

Contributors

Damian Karzon{:target=_blank .external-link}
Inga{:target=_blank .external-link}
pemontto{:target=_blank .external-link}

n8n@1.11.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-13

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.11.0

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.

n8n@1.10.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-11

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.9.3

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-10

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.9.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-09

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.10.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-10-05

This release contains bug fixes and preparatory work for new features.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.9.1

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.
  • Learn how LangChain concepts map to n8n nodes in LangChain concepts in n8n.
  • Browse n8n's new Cluster nodes. This is a new set of node types that allows for multiple nodes to work together to configure each other.
  • If you want to take a look at the code, it's available on the ai-beta{:target=_blank .external-link} in the n8n repository. Note that it may move in the future.

n8n@1.9.0

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.

--8<-- "_snippets/code/tournament-notes.md"

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.

n8n@1.8.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-25

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.8.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-21

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.8.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-20

This release contains node enhancements and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.7.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-14

This release contains bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.7.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-13

This release contains node enhancements and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Quang-Linh LE{:target=_blank .external-link}
MC Naveen{:target=_blank .external-link}

n8n@1.6.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-06

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.6.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-09-06

This release contains bug fixes, new features, and node enhancements.

/// note | Upgrade directly to 1.6.1 Skip this version and upgrade directly to 1.6.1, which contains essential bug fixes. ///

TheHive 5

This release introduces support for TheHive API version 5. This uses a new node and credentials:

N8N_PERSISTED_BINARY_DATA_TTL removed

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.

n8n@1.5.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-31

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.5.0

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.

Refer to Debug executions for guidance on using this feature.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.4.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-29

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.4.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-23

This release contains new features, node enhancements, and bug fixes.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

pemontto{:target=_blank .external-link}

n8n@1.3.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-18

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.3.0

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.

Learn how to use the feature, including guidance on writing prompts, in Generate code with ChatGPT.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Ian Gallagher{:target=_blank .external-link}
Xavier Calland{:target=_blank .external-link}

n8n@1.2.2

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-14

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.2.1

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-09

This is a bug fix release.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.2.0

View the commits{:target=_blank .external-link} for this version.
Release date: 2023-08-09

This release contains new features, node enhancements, bug fixes, and performance improvements.

/// note | Upgrade directly to 1.2.1 When upgrading, skip this release and go directly to 1.2.1. ///

Highlights

Credential support for SecOps services

This release introduces support for setting up credentials in n8n for the following services:

This makes it easier to do Custom operations with these services, using the HTTP Request node.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

n8n@1.1.1

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.

n8n@1.1.0

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.

Refer to Source control and environments to learn more about the features and set up your environments.

For full release details, refer to Releases{:target=_blank .external-link} on GitHub.

Contributors

Adrián Martínez{:target=_blank .external-link}
Alberto Pasqualetto{:target=_blank .external-link}
Marten Steketee{:target=_blank .external-link}
perseus-algol{:target=_blank .external-link}
Sandra Ashipala{:target=_blank .external-link}
ZergRael{:target=_blank .external-link}

n8n@1.0.5

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.

n8n@1.0.4

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.

Contributors

Romain Dunand{:target=_blank .external-link}
noctarius aka Christoph Engelbert{:target=_blank .external-link}

n8n@1.0.3

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.

Contributors

Kirill{:target=_blank .external-link}

n8n@1.0.2

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. ///

Contributors

Romain Dunand{:target=_blank .external-link}

n8n@1.0.1

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.

For full details, refer to the n8n v1.0 migration guide.

Highlights

Python support

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.

Contributors

Marten Steketee{:target=_blank .external-link}