@n8n-as-code/skills 1.8.0-next.26 → 1.8.0-next.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  {
2
- "generatedAt": "2026-04-09T08:41:47.213Z",
2
+ "generatedAt": "2026-04-09T10:58:53.569Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
- "totalPages": 1261,
5
+ "totalPages": 1262,
6
6
  "statistics": {
7
7
  "byCategory": {
8
8
  "other": 510,
@@ -17,7 +17,7 @@
17
17
  "cluster-nodes": 101,
18
18
  "trigger-nodes": 107,
19
19
  "try-it-out": 3,
20
- "workflows": 23
20
+ "workflows": 24
21
21
  },
22
22
  "withNodeNames": 471,
23
23
  "withUseCases": 38,
@@ -1336,7 +1336,7 @@
1336
1336
  },
1337
1337
  "workflows": {
1338
1338
  "description": "Documentation pages",
1339
- "totalPages": 23,
1339
+ "totalPages": 24,
1340
1340
  "pages": [
1341
1341
  "page-1239",
1342
1342
  "page-1240",
@@ -1360,7 +1360,8 @@
1360
1360
  "page-1258",
1361
1361
  "page-1259",
1362
1362
  "page-1260",
1363
- "page-1261"
1363
+ "page-1261",
1364
+ "page-1262"
1364
1365
  ]
1365
1366
  }
1366
1367
  },
@@ -2562,7 +2563,7 @@
2562
2563
  "nodeName": null,
2563
2564
  "nodeType": null,
2564
2565
  "content": {
2565
- "markdown": "# Log streaming\n\nFeature availability\n\nLog Streaming is available on all Enterprise plans.\n\nLog streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## Set up log streaming\n\nTo use log streaming, you have to add a streaming destination.\n\n1. Navigate to **Settings** > **Log Streaming**.\n1. Select **Add new destination**.\n1. Choose your destination type. n8n opens the **New Event Destination** modal.\n1. In the **New Event Destination** modal, enter the configuration information for your event destination. These depend on the type of destination you're using.\n1. Select **Events** to choose which events to stream.\n1. Select **Save**.\n\nSelf-hosted users\n\nIf you self-host n8n, you can configure additional log streaming behavior using [Environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## Events\n\nThe following events are available. You can choose which events to stream in **Settings** > **Log Streaming** > **Events**.\n\n- Workflow\n - Started\n - Success\n - Failed\n - Cancelled\n- Node executions\n - Started\n - Finished\n- Audit\n - User login success\n - User login failed\n - User signed up\n - User updated\n - User deleted\n - User invited\n - User invitation accepted\n - User re-invited\n - User email failed\n - User reset requested\n - User reset\n - User credentials created\n - User credentials shared\n - User credentials updated\n - User credentials deleted\n - User API created\n - User API deleted\n - User MFA enabled\n - User MFA disabled\n - User execution deleted\n - Workflow executed\n - Package installed\n - Package updated\n - Package deleted\n - Workflow created\n - Workflow deleted\n - Workflow updated\n - Workflow archived\n - Workflow unarchived\n - Workflow activated\n - Workflow deactivated\n - Workflow version updated\n - Variable created\n - Variable updated\n - Variable deleted\n - External secrets provider settings saved\n - External secrets provider reloaded\n - Personal publishing restricted enabled\n - Personal publishing restricted disabled\n - Personal sharing restricted enabled\n - Personal sharing restricted disabled\n - 2FA enforcement enabled\n - 2FA enforcement disabled\n- Worker\n - Started\n - Stopped\n- AI node logs\n - Memory get messages\n - Memory added message\n - Output parser parsed\n - Retriever get relevant documents\n - Embeddings embedded document\n - Embeddings embedded query\n - Document processed\n - Text splitter split\n - Tool called\n - Vector store searched\n - LLM generated\n - LLM error\n - Vector store populated\n - Vector store updated\n- Runner\n - Task requested\n - Response received\n- Queue\n - Job enqueued\n - Job dequeued\n - Job completed\n - Job failed\n - Job stalled\n\n## Destinations\n\nn8n supports three destination types:\n\n- A syslog server\n- A generic webhook\n- A Sentry client\n",
2566
+ "markdown": "# Log streaming\n\nFeature availability\n\nLog Streaming is available on all Enterprise plans.\n\nLog streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## Set up log streaming\n\nTo use log streaming, you have to add a streaming destination.\n\n1. Navigate to **Settings** > **Log Streaming**.\n1. Select **Add new destination**.\n1. Choose your destination type. n8n opens the **New Event Destination** modal.\n1. In the **New Event Destination** modal, enter the configuration information for your event destination. These depend on the type of destination you're using.\n1. Select **Events** to choose which events to stream.\n1. Select **Save**.\n\nSelf-hosted users\n\nIf you self-host n8n, you can configure additional log streaming behavior using [Environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## Events\n\nThe following events are available. You can choose which events to stream in **Settings** > **Log Streaming** > **Events**.\n\n- Workflow\n - Started\n - Success\n - Failed\n - Cancelled\n- Node executions\n - Started\n - Finished\n- Audit\n - User login success\n - User login failed\n - User signed up\n - User updated\n - User deleted\n - User invited\n - User invitation accepted\n - User re-invited\n - User email failed\n - User reset requested\n - User reset\n - User credentials created\n - User credentials shared\n - User credentials updated\n - User credentials deleted\n - User API created\n - User API deleted\n - User MFA enabled\n - User MFA disabled\n - User execution deleted\n - Execution data revealed\n - Execution data reveal failed\n - Workflow executed\n - Package installed\n - Package updated\n - Package deleted\n - Workflow created\n - Workflow deleted\n - Workflow updated\n - Workflow archived\n - Workflow unarchived\n - Workflow activated\n - Workflow deactivated\n - Workflow version updated\n - Variable created\n - Variable updated\n - Variable deleted\n - External secrets provider settings saved\n - External secrets provider reloaded\n - Personal publishing restricted enabled\n - Personal publishing restricted disabled\n - Personal sharing restricted enabled\n - Personal sharing restricted disabled\n - 2FA enforcement enabled\n - 2FA enforcement disabled\n- Worker\n - Started\n - Stopped\n- AI node logs\n - Memory get messages\n - Memory added message\n - Output parser parsed\n - Retriever get relevant documents\n - Embeddings embedded document\n - Embeddings embedded query\n - Document processed\n - Text splitter split\n - Tool called\n - Vector store searched\n - LLM generated\n - LLM error\n - Vector store populated\n - Vector store updated\n- Runner\n - Task requested\n - Response received\n- Queue\n - Job enqueued\n - Job dequeued\n - Job completed\n - Job failed\n - Job stalled\n\n## Destinations\n\nn8n supports three destination types:\n\n- A syslog server\n- A generic webhook\n- A Sentry client\n",
2566
2567
  "excerpt": "# Log streaming Feature availability Log Streaming is available on all Enterprise plans. Log streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes. ## Set up log streaming To use log streaming, you have to add a streaming destination. 1. Navigate to **Settings** > **Log Streaming**. 1. Select **Add new destination**. 1. Choose your destination type. n8n opens the **New Event Destinati...",
2567
2568
  "sections": [
2568
2569
  {
@@ -2583,11 +2584,11 @@
2583
2584
  "codeExamples": 0,
2584
2585
  "complexity": "beginner",
2585
2586
  "readingTime": "3 min",
2586
- "contentLength": 2933,
2587
+ "contentLength": 2994,
2587
2588
  "relatedPages": []
2588
2589
  },
2589
2590
  "searchIndex": {
2590
- "fullText": "log streaming # log streaming\n\nfeature availability\n\nlog streaming is available on all enterprise plans.\n\nlog streaming allows you to send events from n8n to your own logging tools. this allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## set up log streaming\n\nto use log streaming, you have to add a streaming destination.\n\n1. navigate to **settings** > **log streaming**.\n1. select **add new destination**.\n1. choose your destination type. n8n opens the **new event destination** modal.\n1. in the **new event destination** modal, enter the configuration information for your event destination. these depend on the type of destination you're using.\n1. select **events** to choose which events to stream.\n1. select **save**.\n\nself-hosted users\n\nif you self-host n8n, you can configure additional log streaming behavior using [environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## events\n\nthe following events are available. you can choose which events to stream in **settings** > **log streaming** > **events**.\n\n- workflow\n - started\n - success\n - failed\n - cancelled\n- node executions\n - started\n - finished\n- audit\n - user login success\n - user login failed\n - user signed up\n - user updated\n - user deleted\n - user invited\n - user invitation accepted\n - user re-invited\n - user email failed\n - user reset requested\n - user reset\n - user credentials created\n - user credentials shared\n - user credentials updated\n - user credentials deleted\n - user api created\n - user api deleted\n - user mfa enabled\n - user mfa disabled\n - user execution deleted\n - workflow executed\n - package installed\n - package updated\n - package deleted\n - workflow created\n - workflow deleted\n - workflow updated\n - workflow archived\n - workflow unarchived\n - workflow activated\n - workflow deactivated\n - workflow version updated\n - variable created\n - variable updated\n - variable deleted\n - external secrets provider settings saved\n - external secrets provider reloaded\n - personal publishing restricted enabled\n - personal publishing restricted disabled\n - personal sharing restricted enabled\n - personal sharing restricted disabled\n - 2fa enforcement enabled\n - 2fa enforcement disabled\n- worker\n - started\n - stopped\n- ai node logs\n - memory get messages\n - memory added message\n - output parser parsed\n - retriever get relevant documents\n - embeddings embedded document\n - embeddings embedded query\n - document processed\n - text splitter split\n - tool called\n - vector store searched\n - llm generated\n - llm error\n - vector store populated\n - vector store updated\n- runner\n - task requested\n - response received\n- queue\n - job enqueued\n - job dequeued\n - job completed\n - job failed\n - job stalled\n\n## destinations\n\nn8n supports three destination types:\n\n- a syslog server\n- a generic webhook\n- a sentry client\n log streaming",
2591
+ "fullText": "log streaming # log streaming\n\nfeature availability\n\nlog streaming is available on all enterprise plans.\n\nlog streaming allows you to send events from n8n to your own logging tools. this allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## set up log streaming\n\nto use log streaming, you have to add a streaming destination.\n\n1. navigate to **settings** > **log streaming**.\n1. select **add new destination**.\n1. choose your destination type. n8n opens the **new event destination** modal.\n1. in the **new event destination** modal, enter the configuration information for your event destination. these depend on the type of destination you're using.\n1. select **events** to choose which events to stream.\n1. select **save**.\n\nself-hosted users\n\nif you self-host n8n, you can configure additional log streaming behavior using [environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## events\n\nthe following events are available. you can choose which events to stream in **settings** > **log streaming** > **events**.\n\n- workflow\n - started\n - success\n - failed\n - cancelled\n- node executions\n - started\n - finished\n- audit\n - user login success\n - user login failed\n - user signed up\n - user updated\n - user deleted\n - user invited\n - user invitation accepted\n - user re-invited\n - user email failed\n - user reset requested\n - user reset\n - user credentials created\n - user credentials shared\n - user credentials updated\n - user credentials deleted\n - user api created\n - user api deleted\n - user mfa enabled\n - user mfa disabled\n - user execution deleted\n - execution data revealed\n - execution data reveal failed\n - workflow executed\n - package installed\n - package updated\n - package deleted\n - workflow created\n - workflow deleted\n - workflow updated\n - workflow archived\n - workflow unarchived\n - workflow activated\n - workflow deactivated\n - workflow version updated\n - variable created\n - variable updated\n - variable deleted\n - external secrets provider settings saved\n - external secrets provider reloaded\n - personal publishing restricted enabled\n - personal publishing restricted disabled\n - personal sharing restricted enabled\n - personal sharing restricted disabled\n - 2fa enforcement enabled\n - 2fa enforcement disabled\n- worker\n - started\n - stopped\n- ai node logs\n - memory get messages\n - memory added message\n - output parser parsed\n - retriever get relevant documents\n - embeddings embedded document\n - embeddings embedded query\n - document processed\n - text splitter split\n - tool called\n - vector store searched\n - llm generated\n - llm error\n - vector store populated\n - vector store updated\n- runner\n - task requested\n - response received\n- queue\n - job enqueued\n - job dequeued\n - job completed\n - job failed\n - job stalled\n\n## destinations\n\nn8n supports three destination types:\n\n- a syslog server\n- a generic webhook\n- a sentry client\n log streaming",
2591
2592
  "importantTerms": [
2592
2593
  "user",
2593
2594
  "streaming",
@@ -2609,6 +2610,7 @@
2609
2610
  "choose",
2610
2611
  "event",
2611
2612
  "started",
2613
+ "execution",
2612
2614
  "package",
2613
2615
  "variable",
2614
2616
  "vector",
@@ -19259,13 +19261,13 @@
19259
19261
  "nodeName": null,
19260
19262
  "nodeType": null,
19261
19263
  "content": {
19262
- "markdown": "# Securing n8n\n\nSecuring your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protection/) to control which hosts and IP ranges workflow nodes can connect to.\n- [Restrict account registration](../restrict-by-email-verification/) to email-verified users.\n",
19263
- "excerpt": "# Securing n8n Securing your n8n instance can take several forms. At a high level, you can: - Conduct a [security audit](../security-audit/) to identify security risks. - [Set up SSL](../set-up-ssl/) to enforce secure connections. - [Set up Single Sign-On](../set-up-sso/) for user account management. - Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users. More granularly, consider blocking or opting out of features or data collection you don't want:...",
19264
+ "markdown": "# Securing n8n\n\nSecuring your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protection/) to control which hosts and IP ranges workflow nodes can connect to.\n- [Restrict account registration](../restrict-by-email-verification/) to email-verified users.\n",
19265
+ "excerpt": "# Securing n8n Securing your n8n instance can take several forms. At a high level, you can: - Conduct a [security audit](../security-audit/) to identify security risks. - [Set up SSL](../set-up-ssl/) to enforce secure connections. - [Set up Single Sign-On](../set-up-sso/) for user account management. - Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users. You can also protect sensitive data processed by your workflows: - [Redact execution data](../...",
19264
19266
  "sections": [
19265
19267
  {
19266
19268
  "title": "Securing n8n",
19267
19269
  "level": 1,
19268
- "content": "Securing your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protection/) to control which hosts and IP ranges workflow nodes can connect to.\n- [Restrict account registration](../restrict-by-email-verification/) to email-verified users."
19270
+ "content": "Securing your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protecti"
19269
19271
  }
19270
19272
  ]
19271
19273
  },
@@ -19283,17 +19285,17 @@
19283
19285
  "codeExamples": 0,
19284
19286
  "complexity": "beginner",
19285
19287
  "readingTime": "1 min",
19286
- "contentLength": 978,
19288
+ "contentLength": 1184,
19287
19289
  "relatedPages": []
19288
19290
  },
19289
19291
  "searchIndex": {
19290
- "fullText": "overview # securing n8n\n\nsecuring your n8n instance can take several forms.\n\nat a high level, you can:\n\n- conduct a [security audit](../security-audit/) to identify security risks.\n- [set up ssl](../set-up-ssl/) to enforce secure connections.\n- [set up single sign-on](../set-up-sso/) for user account management.\n- use [two-factor authentication (2fa)](../../../user-management/two-factor-auth/) for your users.\n\nmore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [disable the public api](../disable-public-api/) if you aren't using it.\n- [opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [block certain nodes](../blocking-nodes/) from being available to your users.\n- [protect against ssrf attacks](../ssrf-protection/) to control which hosts and ip ranges workflow nodes can connect to.\n- [restrict account registration](../restrict-by-email-verification/) to email-verified users.\n securing n8n",
19292
+ "fullText": "overview # securing n8n\n\nsecuring your n8n instance can take several forms.\n\nat a high level, you can:\n\n- conduct a [security audit](../security-audit/) to identify security risks.\n- [set up ssl](../set-up-ssl/) to enforce secure connections.\n- [set up single sign-on](../set-up-sso/) for user account management.\n- use [two-factor authentication (2fa)](../../../user-management/two-factor-auth/) for your users.\n\nyou can also protect sensitive data processed by your workflows:\n\n- [redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nmore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [disable the public api](../disable-public-api/) if you aren't using it.\n- [opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [block certain nodes](../blocking-nodes/) from being available to your users.\n- [protect against ssrf attacks](../ssrf-protection/) to control which hosts and ip ranges workflow nodes can connect to.\n- [restrict account registration](../restrict-by-email-verification/) to email-verified users.\n securing n8n",
19291
19293
  "importantTerms": [
19292
- "securing",
19294
+ "data",
19293
19295
  "your",
19296
+ "securing",
19294
19297
  "security",
19295
19298
  "users",
19296
- "data",
19297
19299
  "nodes"
19298
19300
  ]
19299
19301
  }
@@ -87977,7 +87979,7 @@
87977
87979
  "nodeName": null,
87978
87980
  "nodeType": null,
87979
87981
  "content": {
87980
- "markdown": "# Release notes pre 2.0\n\nNew features and bug fixes for n8n.\n\nYou can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository.\n\nStable and Beta versions\n\nn8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nCurrent `stable`: 2.15.0 Current `beta`: 2.16.0\n\n## How to update n8n\n\nThe steps to update your n8n depend on which n8n platform you use. Refer to the documentation for your n8n:\n\n- [Cloud](../../manage-cloud/update-cloud-version/)\n- Self-hosted options:\n - [npm](../../hosting/installation/npm/)\n - [Docker](../../hosting/installation/docker/)\n\n## Semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). All version numbers are in the format `MAJOR.MINOR.PATCH`. Version numbers increment as follows:\n\n- MAJOR version when making incompatible changes which can require user action.\n- MINOR version when adding functionality in a backward-compatible manner.\n- PATCH version when making backward-compatible bug fixes.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n [here](../0-x/)\n\n## n8n@1.123.29\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.28...n8n@1.123.29) for this version.\\\n**Release date:** 2026-04-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.28\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.27...n8n@1.123.28) for this version.\\\n**Release date:** 2026-04-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.27\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.26...n8n@1.123.27) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.26\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.25...n8n@1.123.26) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.25\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.24...n8n@1.123.25) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.24\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.23...n8n@1.123.24) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.23\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.22...n8n@1.123.23) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.22\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.21...n8n@1.123.22) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.20\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.19...n8n@1.123.20) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.19\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.18...n8n@1.123.19) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.18\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.17...n8n@1.123.18) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.16\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.15...n8n@1.123.16) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.15\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.14...n8n@1.123.15) for this version.\\\n**Release date:** 2026-01-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.13\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.12...n8n@1.123.13) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.12\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.11...n8n@1.123.12) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.11\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.10...n8n@1.123.11) for this version.\\\n**Release date:** 2026-01-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.10\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.9...n8n@1.123.10) for this version.\\\n**Release date:** 2025-12-31\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.9\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.8...n8n@1.123.9) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.7...n8n@1.123.8) for this version.\\\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.6...n8n@1.123.7) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.5...n8n@1.123.6) for this version.\\\n**Release date:** 2025-12-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.4...n8n@1.123.5) for this version.\\\n**Release date:** 2025-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.2...n8n@1.123.3) for this version.\\\n**Release date:** 2025-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.1...n8n@1.123.2) for this version.\\\n**Release date:** 2025-12-04\n\nNext version\n\nThis is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**Release date:** 2025-12-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**Release date:** 2025-12-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.123.0) for this version.\\\n**Release date:** 2025-12-01\n\nThis release contains bug fixes.\n\n### Contributors\n\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.4...n8n@1.122.5) for this version.\\\n**Release date:** 2025-12-04\n\nLatest version\n\nThis is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.3...n8n@1.122.4) for this version.\\\n**Release date:** 2025-11-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.2...n8n@1.122.3) for this version.\\\n**Release date:** 2025-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.122.2) for this version.\\\n**Release date:** 2025-11-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.122.0) for this version.\\\n**Release date:** 2025-11-24\n\nThis release contains bug fixes and features.\n\n### MCP Client node\n\nThe **MCP Client node** allows you to connect to and use tools exposed by remote MCP servers directly within your workflow.\n\nPreviously, this functionality was only available through AI Agents using the **MCP Client Tool**. With this standalone node, you can now call MCP servers *from any step* in your workflow without relying on an Agent - providing greater flexibility and control over how and where you integrate external tools.\n\n### Custom project roles\n\n**What's new**\\\nYou can now define **custom project roles** that precisely control what a user can do **inside a project**.\n\n- Three **system roles** remain built‑in and non-editable (Admin, Editor, Viewer)\n- You can **create your own roles** (e.g. “Workflow Builder”, “Credential Manager”, “Read‑only Analyst”) with granular permissions per resource:\n- Project\n- Folders\n- Workflows\n- Credentials\n- Data tables / Variables\n- Pushing changes via source control\\\n Example: a “Workflow Builder” role that can:\n- View everything in the project\n- Create and edit workflows and folders\n- Use existing credentials but not create or edit credentials\n\nProject roles is now available in the settings of your n8n Enterprise instance.\n\n**How it works**\n\n1. Go to the new Project roles section (instance admins only).\n1. Start from a preset (Admin, Editor, Viewer) or from scratch.\n1. Configure CRUD‑style permissions.\n1. Save the role. It now becomes available in the project member picker alongside system roles.\n1. Assign these roles to project members.\n\nCustom project roles let you assign permissions that match your organization's needs, improving governance and security in a clear, transparent, and manageable way.\n\nCustom project roles is only available on **n8n enterprise**.\n\n### User provisioning via SSO\n\nIf you’re using SAML or OIDC, your Identity Provider (Okta, Azure AD, Google Workspace, etc.) can now automatically assign each user’s instance role and project roles when they log in.\n\nWhen enabled, administrators can map a group or individual on their SSO identity provider to an instance role and one or more project roles.\n\nThis allows you to manage access centrally from your IdP with automated onboarding and off-boarding, eliminating manual access updates inside the n8n UI\n\nLearn more in our dedicated documentation pages.\n\nFor [OIDC](../../user-management/oidc/setup/#instance-and-project-access-provisioning) For [SAML](../../user-management/saml/setup/#instance-and-project-access-provisioning)\n\nNotes: User provisioning is not real-time and updates apply on the user’s next login.\n\nUser provisioning is only available on n8n Enterprise.\n\n- The AI Workflow Builder now uses improved internal best-practice instructions, which helps it generate higher quality workflows for users.\n- Core updates allow creating data tables from CSV files, configurable workflow statistics, and improved user role provisioning for enterprise, including SSO settings integration.\n- Enterprise customers using Single Sign On via SAML or OIDC can now provision the instance role and project role of each user in their organisation from their Identity Provider.\n - See the [new SAML documentation](../../user-management/saml/setup/#instance-and-project-access-provisioning)\n - See the [new OIDC documentation](../../user-management/oidc/setup/#instance-and-project-access-provisioning)\n- The editor features a dismissable callout for scaling mode, CSV download for data tables, custom project roles (Beta), and enhanced data table visibility.\n- Additional improvements include Stripe billing meter events, and updates to binary data handling and workflow search.\n\n### Contributors\n\n[mi1os](https://github.com/mi1os)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.2...n8n@1.121.3) for this version.\\\n**Release date:** 2025-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.1...n8n@1.121.2) for this version.\n\n- Fixed an issue with MCP access scope in the core system.\n- Updated editor to improve notice background colors for better visibility.\n\nThis release also contains bug fixes. **Release date:** 2025-11-20\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.121.1) for this version.\n\n- Prepared patch release 1.121.1 by updating version numbers across all packages.\n- Added a changelog entry for version 1.121.1 to document the release.\n\n**Release date:** 2025-11-19\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.0...n8n@1.121.0) for this version.\n\n**Release date:** 2025-11-18\n\n### Critical security update\n\nThis release contains a critical security update. For more information, see [Security Advisory: Security Vulnerability in n8n Versions 1.65-1.120.4](https://blog.n8n.io/security-advisory-20260108/).\n\n### Instance-level MCP connections (beta)\n\nYou can now enable MCP connections at the instance level, giving MCP-compatible AI platforms access to all selected workflows through a single oAuth-secured connection.\n\nOnce connected, these platforms can discover and interact with your workflows directly from their own interfaces, so you can observe, query, and trigger n8n workflows without switching contexts. As you add new MCP-enabled workflows to your instance, they automatically become available through the same connection without additional setup.\n\n🛠️ How to: To enable workflows through an instance-level MCP connection, both your instance and each workflow must be opted in.\n\n- To turn this feature on in your n8n instance, go the settings page for the instance and switch the Enable MCP Access toggle to on.\n- To allow access to individual workflows, go to the settings in each workflow and switch the Available in MCP toggle to on.\n\n🧠 Keep in mind:\n\n- To keep access organized and auditable, consider using a workspace or team account when connecting on behalf of an organization.\n- All platforms connected to your instance MCP will have access to each of the workflows you have enabled. At this time, you cannot limit access of individual workflows to particular platforms.\n\nThis feature simplifies integration and improves visibility across AI platforms that support MCP, helping you use your n8n workflows directly in the tools where you already work and experiment. [Learn more in documentation.](../../advanced-ai/accessing-n8n-mcp-server/)\n\nEnable MCP for an instance in instance settings.\n\nEnable MCP for each workflow in workflow settings.\n\n### Contributors\n\n[vicalca](https://github.com/vicalca)\\\n[datpp-ct](https://github.com/datpp-ct)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.3...n8n@1.120.4) for this version.\n\n**Release date:** 2025-11-19\n\n- Prepared for release 1.120.4 by updating version numbers across all core, backend, AI/LLM, frontend, and tooling packages.\n- Added a changelog entry for version 1.120.4 to document the release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.1...n8n@1.120.2) for this version.\\\n**Release date:** 2025-11-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.0...n8n@1.120.1) for this version.\\\n**Release date:** 2025-11-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.120.0) for this version.\\\n**Release date:** 2025-11-10\n\nThis release contains **security updates** and bug fixes. We recommend all users upgrade promptly to version 1.120 or higher.\n\n### Contributors\n\n[rothenbergt](https://github.com/rothenbergt)\n\n## n8n@1.119.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.1...n8n@1.119.2) for this version.\\\n**Release date:** 2025-11-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.119.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.119.1) for this version.\\\n**Release date:** 2025-11-10\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.1...n8n@1.118.2) for this version.\\\n**Release date:** 2025-11-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.119.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.119.0) for this version.\\\n**Release date:** 2025-11-03\n\nThis release includes multiple bug fixes for AI Agent, task runners, editor, and integrations, as well as new features like improved workflow settings, AWS Assume Role credentials, and enhanced security and audit capabilities.\n\n### Guardrails Node\n\nThe Guardrails node provides a set of rules and policies that control an AI agent's behavior by filtering its inputs and outputs. This helps safeguard from malicious input and from generating unsafe or undesirable responses. There are two operations:\n\n- Check Text for Violations: Validate text against a set of policies (e.g. NSFW, prompt injection).\n- Sanitize Text: Detects and replaces specific data such as PII, URLs, or secrets with placeholders.\n\nThe default presets and prompts are adapted from the open-source [guardrails package](https://github.com/openai/openai-guardrails-js) made available by OpenAI.\n\nFor more info, see [Guardrails documentation](../../integrations/builtin/core-nodes/n8n-nodes-langchain.guardrails/)\n\n### OAuth for MCP Client Tool node\n\nThe MCP Client Tool now supports OAuth authentication, enabling secure connections to APIs that implement delegated access flows. [Learn more](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) about the MCP Client Tool node.\n\nAuthentication options in MCP Client Tool node\n\n### Contributors\n\n[cesars-gh](https://github.com/cesars-gh)\\\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.118.1) for this version.\\\n**Release date:** 2025-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.2...n8n@1.117.3) for this version.\\\n**Release date:** 2025-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.0...n8n@1.118.0) for this version.\\\n**Release date:** 2025-10-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Project-level variables\n\nYou can now create variables at either the global or project level.\n\n- Project-level variables are only visible and usable by members of that project.\n- Global variables can be overridden at the project level for more specific configurations.\n- The maximum character limit has been increased to 1,000 to support longer values.\n\nThis update improves security and flexibility as part of our ongoing effort to isolate data and settings per project.\n\n### Improvements to Environments\n\nWe’ve made several updates to improve reliability, consistency, and control across environments.\n\n- **Projects are now fully synchronized across environments.** When a workflow is pushed within a project, it’s automatically created and synced in all environments where it’s pulled. Moving, renaming, or deleting projects is now reflected everywhere, keeping instances aligned.\n- **Improved protection for read-only environments.** Read-only instances now block all changes, including folder moves and workflow ownership updates, ensuring production environments stay stable and isolated.\n- **Bug fix: tag mapping synchronization.** Fixed an issue where tag mappings only updated when tags changed. They now sync on every commit for consistent tagging across environments.\n\n### Custom date ranges for Insights\n\nYou can now define custom date ranges instead of using fixed ones, giving you more control over the data you analyze.\n\n## n8n@1.117.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.1...n8n@1.117.2) for this version.\\\n**Release date:** 2025-10-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.0...n8n@1.117.1) for this version.\\\n**Release date:** 2025-10-24\n\nThis release contains bug fixes.\n\n### AI Workflow Builder is now available to Enterprise Cloud users.\n\nAI Workflow Builder turns prompts into workflows. Describe what you want to build, and n8n will generate a draft workflow by adding, configuring, and connecting nodes for you. From there, you can refine and expand the workflow directly in the editor.\n\n**What’s new:**\n\n- Previously available to Starter and Pro users, AI Workflow Builder is now accessible to Enterprise Cloud users as well, with 1,000 monthly credits.\n- Supported on n8n version 1.115+. **If you don’t see the feature yet, open /settings/usage to trigger a license refresh.**\n- We’ve fixed a bug and now cloud users on v1.117.1 onwards will have access to a more reliable builder.\n- We’re currently working on bringing AI Workflow Builder to self-hosted users as well, including Community, Business, and Enterprise.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.0...n8n@1.117.0) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains bug fixes.\n\n### Contributors\n\n[jackfrancismurphy](https://github.com/jackfrancismurphy)\\\n[JiriDeJonghe](https://github.com/JiriDeJonghe)\\\n[ramkrishna2910](https://github.com/ramkrishna2910)\\\nOracle and/or its affiliates ([sudarshan12s](https://github.com/sudarshan12s))\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.1...n8n@1.116.2) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains a bug fix.\n\n## n8n@1.115.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.3...n8n@1.115.4) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.0...n8n@1.116.1) for this version.\\\n**Release date:** 2025-10-14\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.0...n8n@1.116.0) for this version.\\\n**Release date:** 2025-10-13\n\nThis release contains bug fixes.\n\n### Data migration tool\n\nYou can now easily migrate n8n data between different database types. This new tooling currently supports SQLite and Postgres, making the transition to a scaling database choice simpler, allowing you to take your data with you.\n\nThe tooling comes in the form of two new CLI commands, `export:entities` and `import:entities`\n\n**`Export`** The new export command lets you export data from your existing n8n database (SQLite / Postgres), producing a set of encrypted files within a compressed directory for you to move around and use with the import commands.\n\nFor details, see [Export entities](../../hosting/cli-commands/#export-entities)\n\n**`Import`** The new import command allows you to read from a compressed and encrypted set of files generated from the new export command, and import them in to your new database of choice (SQLite / Postgres) to be used with your n8n instance.\n\nFor details, see [Import entities](../../hosting/cli-commands/#import-entities)\n\n### Contributors\n\n[JHTosas](https://github.com/JHTosas)\\\n[clesecq](https://github.com/clesecq)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\\\n[tishun](https://github.com/tishun)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.0...n8n@1.116.0) for this version.\\\n**Release date:** 2025-10-13\n\nThis release contains bug fixes.\n\n### Contributors\n\n[JHTosas](https://github.com/JHTosas)\\\n[clesecq](https://github.com/clesecq)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\\\n[tishun](https://github.com/tishun)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.2...n8n@1.115.3) for this version.\\\n**Release date:** 2025-10-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.1...n8n@1.115.2) for this version.\\\n**Release date:** 2025-10-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.3...n8n@1.114.4) for this version.\\\n**Release date:** 2025-10-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.0...n8n@1.115.0) for this version.\\\n**Release date:** 2025-10-06\n\nThis release contains bug fixes.\n\n### AI Workflow Builder (Beta)\n\n**AI Workflow Builder** turns your natural language prompts into working automations. Describe what you want to build, and n8n will generate a draft workflow by adding and configuring nodes and wiring up the logic for you. From there, you can refine, expand, or adjust the workflow directly in the editor.\n\nThis feature helps you move from idea to implementation faster and without losing technical control. It’s especially helpful when starting from a blank canvas, validating an approach, or exploring new nodes and capabilities. Multi-turn interaction lets you iterate in conversation, turning your ideas into structured, production-ready workflows step by step.\n\nLearn more about how we we’re building this feature in our [forum post](https://community.n8n.io/t/ai-powered-workflow-building-coming-soon/196499).\n\n[](/_video/release-notes/AI_Workflow_Builder.webm)\n\n**Availability:**\n\n- This feature is initially going to be available for Cloud users on the 14-day Trial, Starter and Pro plans.\n- Availability for Enterprise users on Cloud will follow in a future update.\n- We are actively exploring the best way to bring this feature to self-hosted users.\n\n**Rollout timing:**\n\n- To ensure the smoothest experience for all users, this feature will be rolled out to users on version 1.115.0 over the course of a week so you may not have access to the feature immediately when you upgrade to 1.115.0.\n\n**Credit limits by plan:** This feature will have monthly credit limits [by plan](https://n8n.io/pricing/).\n\n- Each prompt/interaction with the AI Workflow Builder consumes one credit.\n- Trial users have access to 20 credits, Starter plans have 50 per month and Pro plans will have 150 credits per month.\n- At this time, there will not be a way to access additional credits within your plan, however we are we are exploring this.\n\nLearn more about AI Workflow Builder in [documentation](https://docs.n8n.io/advanced-ai/ai-workflow-builder/).\n\n### Source Control: Added HTTPS support\n\nYou can now connect to Git repositories via HTTPS in addition to SSH, making Source Control usable in environments where SSH is restricted.\n\nHTTPS is now supported as a connection type in Environments.\n\n### Contributors\n\n[baileympearson](https://github.com/baileympearson)\\\n[h40huynh](https://github.com/h40huynh)\\\n[Ankit-69k](https://github.com/Ankit-69k)\\\n[francisfontoura](https://github.com/francisfontoura)\\\n[iocanel](https://github.com/iocanel)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.2...n8n@1.114.3) for this version.\\\n**Release date:** 2025-10-06\n\nThis release contains bug fixes.\n\n## n8n@1.114.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.1...n8n@1.114.2) for this version.\\\n**Release date:** 2025-10-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.0...n8n@1.114.1) for this version.\\\n**Release date:** 2025-10-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.0...n8n@1.114.0) for this version.\\\n**Release date:** 2025-09-29\n\nThis release contains core updates, editor improvements, project updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[nealzhu3](https://github.com/nealzhu3)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.2...n8n@1.113.3) for this version.\\\n**Release date:** 2025-09-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.5...n8n@1.112.6) for this version.\\\n**Release date:** 2025-09-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.1...n8n@1.113.2) for this version.\\\n**Release date:** 2025-09-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Python task runner\n\nThis version introduces the **Python task runner** as a beta feature. This feature secures n8n's Python sandbox and enables users to run real Python modules in n8n workflows. The original Pyodide-based implementation will be phased out.\n\nThis is a **breaking change** that replaces Pyodide - see [here](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/#python-native-beta) for a list of differences. Any Code node set to the legacy `python` parameter will need to be manually updated to use the new `pythonNative` parameter. Any Code node script set to `python` and relying on Pyodide syntax is likely to need to be manually adjusted to account for breaking changes.\n\n- For self-hosting users, see [here](https://docs.n8n.io/hosting/configuration/task-runners/#setting-up-external-mode) for deployment instructions for task runners going forward and how to install extra dependencies.\n- On n8n Cloud, this will be a gradual transition. If in your n8n Cloud instance the Code node offers an option named \"Python (Native) (Beta)\", then your instance has been transitioned to native Python and you will need to look out for any breaking changes. Imports are disabled for security reasons at this time.\n\nThe native Python runner is currently in beta and is subject to change as we find a balance between security and usability. Your feedback is welcome.\n\n## n8n@1.112.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.4...n8n@1.112.5) for this version.\\\n**Release date:** 2025-09-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.0...n8n@1.113.1) for this version.\\\n**Release date:** 2025-09-23\n\nThis release contains bug fixes.\n\n### Data tables\n\nWe’re excited to introduce **data tables**, bringing built-in data storage to n8n. You can now store and query structured data directly inside the platform, without relying on external databases for many common automation scenarios. Track workflow state between runs, store tokens or session data, keep product or customer reference tables, or stage intermediate results for multi-step processes.\n\nPreviously, persisting data meant provisioning and connecting to an external store such as Redis or Google Sheets. That added credential setup, infrastructure overhead, latency, and constant context switching. **Data tables** eliminate that friction and keeps your data easily editable and close to your workflows.\n\nData tables are available today on all plans. They currently support numbers, strings, and datetimes with JSON support coming soon. On Cloud, each instance can store up to 50 MB. On self-hosted setups, the default is also 50 MB, but this limit can be adjusted if your infrastructure allows.\n\n[Overview of data tables](https://www.youtube.com/watch?v=ljkiIkt6lZ4)\n\n🛠️ **How to:**\n\n**Create a data table**\n\n- From the canvas, open the **Create workflow** dropdown and select **Create Data table**.\n- Or, go to the **Overview** panel on the left-side navigation bar and open the **Data tables** tab.\n\n**Use a data table in your workflow**\n\n- Add the **Data table node** to your workflow to get, update, insert, upsert, or delete rows.\n\n**Adjust the storage limit** (self-hosted only)\n\n- Change the default 50 MB limit with the environment variable: `N8N_DATA_TABLES_MAX_SIZE_BYTES`. [See configuration docs](https://docs.n8n.io/hosting/configuration/configuration-methods/).\n\n🧠**Keep in mind**\n\n- Data tables don’t currently support foreign keys or default values.\n- For now, all data tables are accessible to everyone in a project. More granular permissions and sharing options are planned.\n\nLearn more about [**data tables**](../../data/data-tables/) and the [**Data table node**](../../integrations/builtin/core-nodes/n8n-nodes-base.datatable/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.3...n8n@1.112.4) for this version.\\\n**Release date:** 2025-09-23\n\nThis release contains an editor improvement.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.0...n8n@1.113.0) for this version.\\\n**Release date:** 2025-09-22\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### SSO improvements\n\nWe’ve made updates to strengthen Single Sign-On (SSO) reliability and security, especially for enterprise and multi-instance setups.\n\n- OIDC and SAML sync in multi-main setups \\[version: 1.113.0\\]: In multi-main deployments, updates to SSO settings are now synchronized across all instances, ensuring consistent login behavior everywhere.\n- Enhanced OIDC integration \\[version 1.111.0\\]: n8n now supports OIDC providers that enforce state and nonce parameters. These are validated during login, providing smoother and more secure Single Sign-On.\n\n### Filter insights by project\n\nWe've added project filtering to insights, enabling more granular reporting and visibility into individual project performance.\n\nFilter insights\n\n### Contributors\n\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.2...n8n@1.112.3) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.111.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.111.0...n8n@1.111.1) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.1...n8n@1.110.2) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.1...n8n@1.112.2) for this version.\\\n**Release date:** 2025-09-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.0...n8n@1.112.1) for this version.\\\n**Release date:** 2025-09-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.111.0...n8n@1.112.0) for this version.\\\n**Release date:** 2025-09-15\n\nThis release contains API improvements, core updates, editor improvements, node updates, and bug fixes.\n\n### Additional API Endpoints versions\n\nWe’ve made several updates to the Executions API:\n\n- Execution details: `GET /executions` now includes *status* and *workflow_name* in the response.\n- Retry execution endpoint: Added new public API endpoints to retry failed executions.\n- Additional filters: You can now filter executions by running or canceled status.\n\n### Enhancements to workflow diff\n\nWe added a several updates on workflows diffs as well:\n\n- Better view in Code nodes and Stickies: Workflow diffs now highlight changes per line instead of per block, making edits easier to review and understand.\n- Enable/Disable sync: You can now enable or disable sync in the viewport, letting you compare a workflow change in one view without affecting the other.\n\nWorkflow diff\n\n### Contributors\n\n[GuraaseesSingh](https://github.com/GuraaseesSingh)\\\n[jabbson](https://github.com/jabbson)\\\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.111.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.0...n8n@1.111.0) for this version.\\\n**Release date:** 2025-09-08\n\nThis release contains core updates, API improvements, node updates, and bug fixes.\n\n### Contributors\n\n[abellion](https://github.com/abellion)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[durran](https://github.com/durran)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.0...n8n@1.110.1) for this version.\\\n**Release date:** 2025-09-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.1...n8n@1.109.2) for this version.\\\n**Release date:** 2025-09-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.110.0) for this version.\\\n**Release date:** 2025-09-01\n\nThis release contains core updates, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[heyxmirko](https://github.com/heyxmirko)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.109.1) for this version.\\\n**Release date:** 2025-08-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.1...n8n@1.108.2) for this version.\\\n**Release date:** 2025-08-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.0...n8n@1.109.0) for this version.\\\n**Release date:** 2025-08-25\n\nThis release contains core updates, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[naXa777](https://github.com/naXa777)\\\n[prettycode2022](https://github.com/prettycode2022)\\\n[oppai](https://github.com/oppai)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.3...n8n@1.107.4) for this version.\\\n**Release date:** 2025-08-20\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.0...n8n@1.108.1) for this version.\\\n**Release date:** 2025-08-20\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.2...n8n@1.107.3) for this version.\\\n**Release date:** 2025-08-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.0...n8n@1.108.0) for this version.\\\n**Release date:** 2025-08-18\n\nThis release contains a new CLI tool, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Workflow Diff\n\nFor teams working across different environments, deployments often involve multiple people making changes at different times. Without a clear view of those changes, it’s easy to miss something important.\n\n[Workflow Diff](../../source-control-environments/using/compare-changes/) gives you an easy and visual way to review workflow changes before you deploy them between environments.\n\nWith it, you can:\n\n- Quickly see what’s been added, changed, or deleted, with clear colour highlights.\n- Easily see important settings changes on a workflow.\n- Check changes inside each node, and spot connector updates, with a side-by-side view of its settings.\n- Get a quick count of all changes to understand the size of a deployment.\n\nWorkflow Diff\n\nWorkflow Diff eases the review and approval of changes before deployment, enabling teams to collaborate on workflows without breaking existing automations or disrupting production. It’s one step further in integrating DevOps best practices in n8n.\n\nNow available for Enterprise customers using Environments.\n\n### Contributors\n\n[ManuLasker](https://github.com/ManuLasker)\\\n[EternalDeiwos](https://github.com/EternalDeiwos)\\\n[jreyesr](https://github.com/jreyesr)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.1...n8n@1.107.2) for this version.\\\n**Release date:** 2025-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.0...n8n@1.107.1) for this version.\\\n**Release date:** 2025-08-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.2...n8n@1.106.3) for this version.\\\n**Release date:** 2025-08-11\n\nThis release contains a backported update.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.0...n8n@1.107.0) for this version.\\\n**Release date:** 2025-08-11\n\nThis release contains bug fixes.\n\n### Contributors\n\n[Amsal1](https://github.com/Amsal1)\\\n[andrewzolotukhin](https://github.com/andrewzolotukhin)\\\n[DMA902](https://github.com/DMA902)\\\n[fkowal](https://github.com/fkowal)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.1...n8n@1.106.2) for this version.\\\n**Release date:** 2025-08-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.0...n8n@1.106.1) for this version.\\\n**Release date:** 2025-08-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.3...n8n@1.105.4) for this version.\\\n**Release date:** 2025-08-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.2...n8n@1.105.3) for this version.\\\n**Release date:** 2025-08-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.0...n8n@1.106.0) for this version.\\\n**Release date:** 2025-08-04\n\nThis release contains performance improvements, core updates, editor improvements, node updates, a new node, and bug fixes.\n\n### **No more limit of active workflows and new self-hosted Business Plan**\n\nWe have rolled out a new pricing model to make it easier for builders of all sizes to adopt and scale automation with n8n.\n\n***What’s new***\n\n**No more limit of active workflows.**\n\nAll n8n plans, from Starter to Enterprise, now include unlimited users, workflows, and steps. Our pricing is based on the volume of executions. Meaning you can build and test as many workflows as you want, including complex, data-heavy, or long-running automations, without worrying about quotas.\n\n**New self-hosted Business Plan for growing teams**\n\nDesigned for SMBs and mid-sized companies, the Business Plan includes features such as:\n\n- 6 shared projects\n- SSO, SAML and LDAP\n- Different environments\n- Global variables\n- Version control using Git\n- 30 days of Insights\n\nPlease note that this plan only includes support from our community forum. For dedicated support we recommend upgrading to our Enterprise plan.\n\n**Enterprise pricing now scales with executions**\n\nEnterprise plans no longer use workflow-based pricing, and is now also based on the volume of executions.\n\n***What you need to do***\n\nTo ensure these changes apply to your account, update your n8n instance to the latest version.\n\n[Read the blog](https://blog.n8n.io/build-without-limits-everything-you-need-to-know-about-n8ns-new-pricing/) for full details.\n\n### Contributors\n\n[baruchiro](https://github.com/baruchiro)\\\n[killthekitten](https://github.com/killthekitten)\\\n[baileympearson](https://github.com/baileympearson)\\\n[Yingrjimsch](https://github.com/Yingrjimsch)\\\n[joshualipman123](https://github.com/joshualipman123)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.1...n8n@1.105.2) for this version.\\\n**Release date:** 2025-08-01\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.0...n8n@1.105.1) for this version.\\\n**Release date:** 2025-08-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.1...n8n@1.104.2) for this version.\\\n**Release date:** 2025-07-31\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.0...n8n@1.105.0) for this version.\\\n**Release date:** 2025-07-28\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### **Respond to Chat node**\n\nWith the [\\*\\*Respond to Chat](../../integrations/builtin/core-nodes/n8n-nodes-langchain.chat/) node\\*\\*, you can now access Human-in-the-Loop functionality natively in n8n Chat.\n\nEnable conversational experiences where you can ask for clarification, request approval before taking further action, and get back intermediate results — all within a single workflow execution.\n\nThis unlocks multi-turn interactions that feel more natural and reduce the number of executions required. It is ideal for building interactive AI use cases like conversational forms, branched workflows based on user replies, and step-by-step approvals.\n\n🛠️ **How to:**\n\n- Add a **Chat Trigger** node and select **Using Respond Nodes** for the **Response mode**\n- Place the **Respond to Chat** node anywhere in your workflow to send a message into the Chat and optionally wait for the user to input a response before continuing execution of the workflow steps.\n\n[](/_video/release-notes/Respond-to-chat.webm)\n\n### Contributors\n\n[dana-gill](https://github.com/dana-gill)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.0...n8n@1.104.1) for this version.\\\n**Release date:** 2025-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.1...n8n@1.103.2) for this version.\\\n**Release date:** 2025-07-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.0...n8n@1.104.0) for this version.\\\n**Release date:** 2025-07-21\n\n\\=======\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### Contributors\n\n[nunulk](https://github.com/nunulk)\\\n[iaptsiauri](https://github.com/iaptsiauri)\\\n[KGuillaume-chaps](https://github.com/KGuillaume-chaps)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.2...n8n@1.101.3) for this version.\\\n**Release date:** 2025-07-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.3...n8n@1.102.4) for this version.\\\n**Release date:** 2025-07-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.0...n8n@1.103.1) for this version.\\\n**Release date:** 2025-07-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.2...n8n@1.102.3) for this version.\\\n**Release date:** 2025-07-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.0...n8n@1.103.0) for this version.\\\n**Release date:** 2025-07-14\n\nThis release contains core updates, editor improvements, new nodes, node improvements, and bug fixes.\n\n### **Chat streaming**\n\nNo more waiting for full responses to load when using the n8n chat interface. **Streaming** now delivers AI-generated text replies word by word so users can read messages as they’re being generated. It feels faster, smoother, and more like what people expect from chat experiences.\n\nStreaming is available in public chat views (hosted or embedded) and can be used in custom apps via webhook.\n\n🛠️ How-to\n\nConfigure streaming in the Node Details View of these nodes:\n\n- Chat Trigger node: Options>Add Field>Response Mode>Streaming\n- Webhook node: Respond>Streaming\n- AI Agent node: Add option> Enable streaming\n\n[](/_video/release-notes/streaming.webm)\n\n### Improved instance user list with more visibility\n\nThe instance user list has been updated with a new table layout and additional details to help admins manage access more easily.\n\nYou can now:\n\n- See total users and filter by name or email\n- View which projects each user has access to\n- Whether a user has enabled 2FA and sort based on that\n- See the last active date for each user\n\nThis makes it easier to audit user activity, identify inactive accounts, and understand how access is distributed across your instance.\n\n### Webhook HTML responses\n\nStarting with this release, if your workflow sends an HTML response to a webhook, n8n automatically wraps the content in an `<iframe>`. This is a security mechanism to protect the instance users.\n\nThis has the following implications:\n\n- HTML renders in a sandboxed iframe instead of directly in the parent document.\n- JavaScript code that attempts to access the top-level window or local storage will fail.\n- Authentication headers aren't available in the sandboxed iframe (for example, basic auth). You need to use an alternative approach, like embedding a short-lived access token within the HTML.\n- Relative URLs (for example, `<form action=\"/\">`) won't work. Use absolute URLs instead.\n\n### Built-in Metrics for AI Evaluations\n\nUsing evaluations is a best practice for any AI solution, and a must if reliability and predictability are business-critical. With this release, we’ve made it easier to set up evaluations in n8n by introducing a set of built-in metrics. These metrics can review AI responses and assign scores based on factors like correctness, helpfulness, and more.\n\nYou can run regular evaluations and review scores over time as a way to monitor your AI workflow's performance. You can also compare results across different models to help guide model selection, or run evaluations before and after a prompt change to support data-driven, iterative building.\n\nAs with all evaluations in n8n, you’ll need a dataset that includes the inputs you want to test. For some evaluations, the dataset must also include expected outputs (ground truth) to compare against. The evaluation workflow runs each input through the portion you're testing to generate a response. The built-in metric scores each response based on the aspect you're measuring, allowing you to compare results before and after changes or track trends over time in the Evaluations tab.\n\nYou can still define your own custom metrics, but for common use cases, the built-in options make it much faster to implement.\n\n🛠️ **How to:**\n\n1. Set up your evaluation as described [here](../../advanced-ai/evaluations/metric-based-evaluations/#how-it-works), using an **Evaluation** node as the trigger and another with the **Set Metrics** operation.\n1. In the **Set Metrics** node, choose a metric from the dropdown list.\n1. Define any additional parameters required for your selected metric. In most cases, this includes mapping the dataset columns to the appropriate fields.\n\n📏 **Available built-in metrics:**\n\n- **Correctness (AI-based):** Compares AI workflow-generated responses to expected answers. Another LLM acts as a judge, scoring the responses based on guidance you provide in the prompt.\n- **Helpfulness (AI-based):** Evaluates how helpful a response is in relation to a user query, using an LLM and prompt-defined scoring criteria.\n- **String Similarity:** Measures how closely the response matches the expected output by comparing strings. Useful for command generation or when output needs to follow a specific structure.\n- **Categorization:** Checks whether a response matches an expected label, such as assigning items to the correct category.\n- **Tools Used:** Verifies whether the AI agent called the tools you specified in your dataset. To enable this, make sure **Return Intermediate Steps** is turned on in your agent so the evaluation can access the tools it actually called.\n\n🧠 Keep in mind\n\n- Registered Community Edition enables analysis of one evaluation in the **Evaluations** tab which allows easy comparison of evaluation runs over time. Pro and Enterprise plans allow unlimited evaluations in the **Evaluations** tab.\n\nBuilt-in Metrics\n\n[Learn more](../../advanced-ai/evaluations/overview/) about setting up and customizing evaluations.\n\n### AI Agent Tool node\n\nWith the **AI Agent Tool** node we are introducing a simplified pattern for multi-agent orchestration that can be run in a single execution and stay entirely on one canvas. You can now connect multiple **AI Agent Tool** nodes to a primary **AI Agent** node, allowing it to supervise and delegate work across other specialized agents.\n\nThis setup is especially useful for building complex systems that function like real-world teams, where a lead agent assigns parts of a task to specialists. You can even add multiple layers of agents directing other agents, just like you would have in a real multi-tiered organizational structure. It also helps with prompt management by letting you split long, complex instructions into smaller, focused tasks across multiple agents. While similar orchestration was already possible using sub-workflows, AI Agent Tool nodes are a good choice when you want the interaction to happen within a single execution or prefer to manage and debug everything from a single canvas.\n\n🛠️ **How to:**\n\n- Add an **AI Agent** node to your workflow and click **+** to create a Tools connection.\n- Search for and select the **AI Agent Tool** node from the Nodes Panel.\n- Name the node clearly so the primary agent can reference it, then add a short description and prompt.\n- Connect any LLMs, memory, and tools the agent needs to perform its role.\n- Instruct the primary **AI Agent** on when to use the **AI Agent Tool** and to pass along relevant context in its prompt.\n\n🧠 **Keep in mind:**\n\n- The orchestrating agent does not pass full execution context by default. Any necessary context must be included in the prompt.\n\n**AI Agent Tool** nodes makes it easier to build layered, agent-to-agent workflows without relying on sub-workflows, helping you move faster when building and debugging multi-agent systems.\n\nAI Agent Tool node\n\n### Contributors\n\n[ksg97031](https://github.com/ksg97031)\\\n[israelshenkar](https://github.com/israelshenkar)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.1...n8n@1.102.2) for this version.\\\n**Release date:** 2025-07-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.1...n8n@1.101.2) for this version.\\\n**Release date:** 2025-07-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.0...n8n@1.102.1) for this version.\\\n**Release date:** 2025-07-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.0...n8n@1.102.0) for this version.\\\n**Release date:** 2025-07-07\n\nThis release contains core updates, editor improvements, new nodes, node updates, and bug fixes.\n\n### Enforce 2FA across your instance\n\nEnterprise Instance owners can now enforce two-factor authentication (2FA) for all users in their instance.\n\nOnce enabled, any user who hasn’t set up 2FA will be redirected to complete the setup before they can continue using n8n. This helps organizations meet internal security policies and ensures stronger protection across the workspace.\n\nThis feature is available only on the Enterprise plan.\n\n### Contributors\n\n[marty-sullivan](https://github.com/marty-sullivan)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[dudanogueira](https://github.com/dudanogueira)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.0...n8n@1.101.1) for this version.\\\n**Release date:** 2025-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.100.0...n8n@1.101.0) for this version.\\\n**Release date:** 2025-06-30\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Contributors\n\n[luka-mimi](https://github.com/luka-mimi)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.100.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.100.0...n8n@1.100.1) for this version.\\\n**Release date:** 2025-06-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.100.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.99.0...n8n@1.100.0) for this version.\\\n**Release date:** 2025-06-23\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### Model Selector node\n\nThe [Model Selector node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.modelselector/) gives you more control when working with multiple LLMs in your workflows.\n\nUse it to determine which connected model should handle a given input, based on conditions like expressions or global variables. This makes it easier to implement model routing strategies, such as switching models based on performance, task type, cost, or availability.\n\n🛠️ **How to:** Connect multiple model nodes to the Model Selector node, then configure routing conditions in the node’s settings.\n\n🧠 **Keep in mind:**\n\n- Rules are evaluated in order. The first matching rule determines which model is used even if others would also match.\n- As a sub-node, expressions behave differently here: they always resolves to the first item rather than resolving for each item in turn.\n\nThe Model Selector node is especially useful in evaluation or production scenarios where routing logic between models needs to adapt based on performance, cost, availability, or dataset-specific needs.\n\nModel Selector node\n\n### Support for OIDC (OpenID Connect) authentication\n\nYou can now use OIDC (OpenID Connect) as an authentication method for Single Sign-On (SSO).\n\nThis gives enterprise teams more flexibility to integrate n8n with their existing identity providers using a widely adopted and easy-to-manage standard. OIDC is now available alongside SAML, giving Enterprises the choice to select what best fits their internal needs.\n\n### Project admins can now commit to Git within environments\n\nProject admins now have the ability to commit workflow and credential changes directly to Git through the environments feature. This update streamlines the workflow deployment process by giving project-level admins direct control over committing their changes. It also ensures that the those who know their workflows best can review and commit updates themselves, without needing to involve instance-level admins.\n\n[Learn more about source control environments](../../source-control-environments/)\n\n### Contributors\n\n[aliou](https://github.com/aliou)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.99.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.99.0...n8n@1.99.1) for this version.\\\n**Release date:** 2025-06-19\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.1...n8n@1.98.2) for this version.\\\n**Release date:** 2025-06-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.99.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.0...n8n@1.99.0) for this version.\\\n**Release date:** 2025-06-16\n\nThis release contains performance improvements, core updates, editor changes, node updates, and bug fixes.\n\n### Automatically name nodes\n\nDefault node names now update automatically based on the resource and operation selected, so you’ll always know what a node does at a glance.\n\nThis adds clarity to your canvas and saves time renaming nodes manually.\n\nDon’t worry, automatic naming won’t break references. And, and if you’ve renamed a node yourself, we’ll leave it just the way you wrote it.\n\n[](/_video/release-notes/automatic_node_naming.mp4)\n\n### Support for RAG extended with built-in templates\n\nRetrieval-Augmented Generation (RAG) can improve AI responses by providing language models access to data sources with up-to-date, domain-specific, or proprietary knowledge. RAG workflows typically rely on vector stores to manage and search this data efficiently.\n\nTo get the benefits of using vector stores, such as returning results based on semantic meaning rather than just keyword matches, you need a way to upload your data to the vector store and a way to query it.\n\nIn n8n, uploading and querying vectors stores happens in two workflows. Now, you have an example to get your started and make implementation easier with the **RAG starter template**.\n\n- The **Load Data** workflow shows how to add data with the appropriate embedding model, split it into chunks with the [Default Data Loader](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader/), and add metadata as desired.\n- The **Retriever** workflow for querying data, shows how agents and vector stores work together to help you define highly relevant results and save tokens using the **Question and Answer** tool.\n\nEnable semantic search and the retrieval of unstructured data for increased quality and relevance of AI responses.\n\n🛠️ **How to:**\n\n- Search for **RAG starter template** in the search bar of the Nodes panel to insert it into your workflow.\n\nLearn more about implementing RAG in n8n [here](../../advanced-ai/rag-in-n8n/).\n\nRAG starter template\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.0...n8n@1.98.1) for this version.\\\n**Release date:** 2025-06-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.97.0...n8n@1.98.0) for this version.\\\n**Release date:** 2025-06-11\n\nThis release contains performance improvements, core updates, editor changes, node updates, a new node, and bug fixes.\n\n### Contributors\n\n[luka-mimi](https://github.com/luka-mimi)\\\n[Alexandero89](https://github.com/Alexandero89)\\\n[khoazero123](https://github.com/khoazero123)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.97.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.97.0...n8n@1.97.1) for this version.\\\n**Release date:** 2025-06-04\n\nThis release contains backports.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.2...n8n@1.95.3) for this version.\\\n**Release date:** 2025-06-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.97.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.96.0...n8n@1.97.0) for this version.\\\n**Release date:** 2025-06-02\n\nThis release contains new features, performance improvements and bug fixes.\n\n### Convert to sub-workflow\n\nLarge, monolithic workflows can slow things down. They’re harder to maintain, tougher to debug, and more difficult to scale. With sub-workflows, you can take a more modular approach, breaking up big workflows into smaller, manageable parts that are easier to reuse, test, understand, and explain.\n\nUntil now, creating sub-workflows required copying and pasting nodes manually, setting up a new workflow from scratch, and reconnecting everything by hand. **Convert to sub-workflow** allows you to simplify this process into a single action, so you can spend more time building and less time restructuring.\n\n[](/_video/release-notes/convert_to_sub-workflow.mp4)\n\n**How it works**\n\n1. Highlight the nodes you want to convert to a sub-workflow. These must:\n - Be fully connected, meaning no missing steps in between them\n - Start from a single starting node\n - End with a single node\n1. Right-click to open the context menu and select **Convert to sub-workflow**\n - Or use the shortcut: `Alt + X`\n1. n8n will:\n - Open a new tab containing the selected nodes\n - Preserve all node parameters as-is\n - Replace the selected nodes in the original workflow with a **Call My Sub-workflow** node\n\n*Note*: You will need to manually adjust the field types in the Start and Return nodes in the new sub-workflow.\n\nThis makes it easier to keep workflows modular, performant, and easier to maintain.\n\nLearn more about [sub-workflows](../../flow-logic/subworkflows/).\n\nThis release contains performance improvements and bug fixes.\n\n### Contributors\n\n[maatthc](https://github.com/maatthc)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.96.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.0...n8n@1.96.0) for this version.\\\n**Release date:** 2025-06-02\n\nBuild failure\n\nThis release failed to build. Please use `1.97.0` instead.\n\nThis release contains API updates, core changes, editor improvements, node updates, and bug fixes.\n\n### API support for assigning users to projects\n\nYou can now use the API to add and update users within projects. This includes:\n\n- Assigning existing or pending users to a project with a specific role\n- Updating a user’s role within a project\n- Removing users from one or more projects\n\nThis update now allows you to use the API to add users to both the instance and specific projects, removing the need to manually assign them in the UI.\n\n### Add pending users to project member assignment\n\nYou can now add **pending users,** those who have been invited but haven't completed sign-up, to projects as members.\n\nThis change lets you configure a user's project access upfront, without waiting for them to finish setting up their account. It eliminates the back-and-forth of managing access post-sign-up, ensuring users have the right project roles immediately upon joining.\n\n### Contributors\n\n[matthabermehl](https://github.com/matthabermehl)\\\n[Stamsy](https://github.com/Stamsy)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.1...n8n@1.95.2) for this version.\\\n**Release date:** 2025-05-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.0...n8n@1.95.1) for this version.\\\n**Release date:** 2025-05-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.94.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.94.0...n8n@1.94.1) for this version.\\\n**Release date:** 2025-05-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.94.0...n8n@1.95.0) for this version.\\\n**Release date:** 2025-05-26\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Evaluations for AI workflows\n\nWe’ve added a feature to help you iterate, test, and compare changes to your AI automations before pushing them to production so you can achieve more predictability and make better decisions.\n\nWhen you're building with AI, a small prompt tweak or model swap might improve results with some inputs, while quietly degrading performance with others. But without a way to evaluate performance across many inputs, you’re left guessing whether your AI is actually getting better when you make a change.\n\nBy implementing **Evaluations for AI workflows** in n8n, you can assess how your AI performs across a range of inputs by adding a dedicated path in your workflow for running test cases and applying custom metrics to track results. This helps you build viable proof-of-concepts quickly, iterate more effectively, catch regressions early, and make more confident decisions when your AI is in production.\n\n#### Evaluation node and tab\n\nThe **Evaluation node** includes several operations that, when used together, enable end-to-end AI evaluation.\n\nEvaluation node\n\nUse this node to:\n\n- Run your AI logic against a wide range of test cases in the same execution\n- Capture the outputs of those test cases\n- Score the results using your own metrics or LLM-as-judge logic\n- Isolate a testing path to only include the nodes and logic you want to evaluate\n\nThe **Evaluations tab** enables you to review test results in the n8n UI, perfect for comparing runs, spotting regressions, and viewing performance over time.\n\n#### 🛠 How evaluations work\n\nThe evaluation path runs alongside your normal execution logic and only activates when you want—making it ideal for testing and iteration.\n\nGet started by selecting an AI workflow you want to evaluate that includes one or more LLM or Agent nodes.\n\n1. Add an **Evaluation** node with the **On new Evaluation event** operation. This node will act as an additional trigger you’ll run only when testing. Configure it to read your dataset from Google Sheets, with each row representing a test input.\n\n > 💡 Better datasets mean better evaluations. Craft your dataset from a variety of test cases, including edge cases and typical inputs, to get meaningful feedback on how your AI performs. Learn more and access sample datasets [here](../../advanced-ai/evaluations/light-evaluations/#1-create-a-dataset).\n\n1. Add a second **Evaluation** node using the **Set Outputs** operation after the part of the workflow you're testing—typically after an LLM or Agent node. This captures the response and writes it back to your dataset in Google Sheets.\n\n1. To evaluate output quality, add a third **Evaluation** node with the **Set Metrics** operation at a point after you’ve generated the outputs. You can develop workflow logic, custom calculations, or add an LLM-as-Judge to score the outputs. Map these metrics to your dataset in the node’s parameters.\n\n > 💡 Well-defined metrics = smarter decisions. Scoring your outputs based on similarity, correctness, or categorization can help you track whether changes are actually improving performance. Learn more and get links to example templates [here](../../advanced-ai/evaluations/metric-based-evaluations/#2-add-metrics-to-workflow).\n\nEvaluation workflow\n\nWhen the Evaluation trigger node is executed, it runs each input in our dataset through your AI logic. This continues until all test cases are processed, a limit is reached, or you manually stop the execution. Once your evaluation path is set up, you can update your prompt, model, or workflow logic—and re-run the Evaluation trigger node to compare results. If you’ve added metrics, they’ll appear in the Evaluations tab.\n\nIn some instances, you may want to isolate your testing path to make iteration faster or to avoid executing downstream logic. In this case, you can add an Evaluation node with the `Check If Evaluating` operation to ensure only the expected nodes run when performing evaluations.\n\n#### Things to keep in mind\n\nEvaluations for AI Workflows are designed to fit into your development flow, with more enhancements on the way. For now, here are a few things to note:\n\n- Test datasets are currently managed through Google Sheets. You’ll need a Google Sheets credential to run evaluations.\n- Each workflow supports one evaluation at a time. If you’d like to test multiple segments, consider splitting them into sub-workflows for more flexibility.\n- Community Edition supports one single evaluation. Pro and Enterprise plans allow unlimited evaluations.\n- AI Evaluations are not enabled for instances in scaling mode at this time.\n\nYou can find details, tips, and common troubleshooting info [here](../../advanced-ai/evaluations/tips-and-common-issues/).\n\n👉 Learn more about the AI evaluation strategies and practical implementation techniques. [Watch now](https://www.youtube.com/live/QkciQpotQBQ?feature=shared).\n\n### Contributors\n\n[Phiph](https://github.com/Phiph)\\\n[cesars-gh](https://github.com/cesars-gh)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.94.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.93.0...n8n@1.94.0) for this version.\\\n**Release date:** 2025-05-19\n\nThis release contains editor improvements, an API update, node updates, new nodes, and bug fixes.\n\n### Verified community nodes on Cloud\n\nWe’ve expanded the n8n ecosystem and unlocked a new level of flexibility for all users including those on n8n Cloud! Now you can access a select set of community nodes and partner integrations without leaving the canvas. This means you install and automate with a wider range of integrations without leaving your workspace. The power of the community is now built-in.\n\nThis update focuses on three major improvements:\n\n- **Cloud availability**: Community nodes are no longer just for self-hosted users. A select set of nodes is now available on n8n Cloud.\n- **Built-in discovery**: You can find and explore these nodes right from the Nodes panel without leaving the editor or searching on npm.\n- **Trust and verification**: Nodes that appear in the editor have been manually vetted for quality and security. These verified nodes are marked with a checkmark.\n\nWe’re starting with a selection of around 25 nodes, including some of the most-used community-built packages and partner-supported integrations. For this phase, we focused on nodes that don’t include external package dependencies - helping streamline the review process and ensure a smooth rollout.\n\nThis is just the start. We plan to expand the library gradually, bringing even more verified nodes into the editor along with the powerful and creative use cases they unlock. In time, our criteria will evolve, opening the door to a wider range of contributions while keeping quality and security in focus.\n\nLearn more about this update and find out which nodes are already installable from the editor in our [blog](https://blog.n8n.io/community-nodes-available-on-n8n-cloud/) post.\n\n💻 **Use a verified node**\n\nMake sure you're on **n8n version 1.94.0** or later and the instance Owner has enabled verified community nodes. On Cloud, this can be done from the Admin Panel. For self-hosted instances, please refer to [documentation](../../hosting/configuration/environment-variables/nodes/). In both cases, verified nodes are enabled by default.\n\n- Open the **Nodes panel** from the editor\n- Search for the Node. Verified nodes are indicated by a shield 🛡️\n- Select the node and click **Install**\n\n[](/_video/release-notes/Community-nodes-node-panel.mp4)\n\nOnce an Owner installs a node, everyone on the instance can start using it—just drag, drop, and connect like any other node in your workflow.\n\n🛠️ **Build a node and get it verified**\n\nWant your node to be verified and discoverable from the editor? Here’s how to get involved:\n\n1. Review the [community node verification guidelines](../../integrations/creating-nodes/build/reference/verification-guidelines/).\n1. If you’re building something new, follow the recommendations for [creating nodes](../../integrations/creating-nodes/overview/).\n1. Check your design against the [UX guidelines](../../integrations/creating-nodes/build/reference/ux-guidelines/).\n1. [Submit your node](../../integrations/creating-nodes/deploy/submit-community-nodes/) to npm.\n1. Request verification by filling out [this form](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b).\n\n**Already built a node? Raise your hand!**\n\nIf you’ve already published a community node and want it considered for verification, make sure it meets the requirements noted above, then let us know by submitting the interest [form](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b). We’re actively curating the next batch and would love to include your work.\n\n### Extended logs view\n\nWhen workflows get complex, debugging can get... clicky. That’s where an extended **Logs View** comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.\n\nThis update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.\n\nYou can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.\n\n⚙️**What it does**\n\n- Adds a **Logs view** to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).\n- Displays a **hierarchical list of nodes** in the order they were executed—including expanded views of sub-workflows.\n- Allows you to **click a node in hierarchy** to preview inputs and outputs directly, or jump into the full Node Details view with a link.\n- Provides ability to **toggle** input and output data on and off.\n- Highlights each node **live as it runs**, showing when it starts, completes, or fails.\n- Includes **execution history** view to explore past execution data in a similar way.\n- Shows **roll-up stats** like total execution time and total AI tokens used (for AI-enabled workflows).\n- Includes a **“pop out”** button to open the logs as a floating window—perfect for dragging to another screen while debugging.\n\n🛠️**How to**\n\nTo access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\\\n[feelgood-interface](https://github.com/feelgood-interface)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.93.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.0...n8n@1.93.0) for this version.\\\n**Release date:** 2025-05-12\n\nThis release contains core updates, editor improvements, new nodes, node updates, and bug fixes.\n\n### Faster ways to open sub-workflows\n\nWe’ve added several new ways to navigate your multi-workflow automations faster.\n\nFrom any workflow with a sub-workflow node:\n\n🖱️ Right-click on a sub-workflow node and select `Open sub-workflow` from the context menu\n\n⌨️ Keyboard shortcuts\n\n- **Windows:** `CTRL + SHIFT + O` or `CTRL + Double Click`\n- **Mac:** `CMD + SHIFT + O` or `CMD + Double Click`\n\nThese options will bring your sub-workflow up in a new tab.\n\n### Archive workflows\n\nIf you’ve ever accidentally removed a workflow, you’ll appreciate the new archiving feature. Instead of permanently deleting workflows with the Remove action, workflows are now archived by default. This allows you to recover them if needed.\n\n**How to:**\n\n- **Archive a workflow** - Select **Archive** from the Editor UI menu. It has replaced the **Remove** action.\n- **Find archived workflows** - Archived workflows are hidden by default. To find your archived workflows, select the option for **Show archived workflows** in the workflow filter menu.\n- **Permanently delete a workflow** - Once a workflow is archived, you can **Delete** it from the options menu.\n- **Recover a workflow** - Select **Unarchive** from the options menu.\n\n**Keep in mind:**\n\n- Workflows archival requires the same permissions as required previously for removal.\n- You cannot select archived workflows as sub-workflows to execute\n- Active workflows are deactivated when they are archived\n- Archived workflows can not be edited\n\n### Contributors\n\n[LeaDevelop](https://github.com/LeaDevelop)\\\n[ayhandoslu](https://github.com/ayhandoslu)\\\n[valentina98](https://github.com/valentina98)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.1...n8n@1.92.2) for this version.\\\n**Release date:** 2025-05-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.2...n8n@1.91.3) for this version.\\\n**Release date:** 2025-05-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.0...n8n@1.92.1) for this version.\\\n**Release date:** 2025-05-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.0...n8n@1.92.0) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Partial Execution for AI Tools\n\nWe’ve made it easier to build and iterate on AI agents in n8n. You can now run and test specific tools without having to execute the entire agent workflow.\n\nPartial execution is especially useful when refining or troubleshooting parts of your agent logic. It allows you to test changes incrementally, without triggering full agent runs, reducing unnecessary AI calls, token usage, and downstream activity. This makes iteration faster, more cost-efficient, and more precise when working with complex or multi-step AI workflows.\n\nPartial execution for AI tools is available now for all tools - making it even easier to build, test, and fine-tune AI agents in n8n.\n\n[](/_video/release-notes/AI-agent-partial-execution.mp4)\n\n**How to:**\n\nTo use this feature you can either:\n\n- Click the **Play** button on the tool you want to execute directly from the canvas view.\n- Open the tool’s **Node Details View** and select **\"Execute Step\"** to run it from there.\n\nIf you have previously run the workflow, the input and output will be prefilled with data from the last execution. A pop-up form will open where you can manually fill in the parameters before executing your test.\n\n### Extended logs view\n\nWhen workflows get complex, debugging can get... clicky. That’s where an extended **Logs View** comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.\n\nThis update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.\n\nYou can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.\n\n⚙️**What it does**\n\n- Adds a **Logs view** to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).\n- Displays a **hierarchical list of nodes** in the order they were executed—including expanded views of sub-workflows.\n- Allows you to **click a node in hierarchy** to preview inputs and outputs directly, or jump into the full Node Details view with a link.\n- Provides ability to **toggle** input and output data on and off.\n- Highlights each node **live as it runs**, showing when it starts, completes, or fails.\n- Includes **execution history** view to explore past execution data in a similar way.\n- Shows **roll-up stats** like total execution time and total AI tokens used (for AI-enabled workflows).\n- Includes a **“pop out”** button to open the logs as a floating window—perfect for dragging to another screen while debugging.\n\n🛠️**How to**\n\nTo access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.\n\n### Insights enhancements for Enterprise\n\nTwo weeks after the launch of [Insights](../../insights/), we’re releasing some enhancements designed for enterprise users.\n\n- **Expanded time ranges**. You can now filter insights over a variety of time periods, from the last 24 hours up to 1 year. Pro users are limited to 7 day and 14 day views.\n- **Hourly granularity**. Drill down into the last 24 hours of production executions with hourly granularity, making it easier to analyze workflows and quickly identify issues.\n\nThese updates provide deeper visibility into workflow history, helping you uncover trends over longer periods and detect problems sooner with more precise reporting.\n\nFilter insights\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.1...n8n@1.91.2) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.2...n8n@1.90.3) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.0...n8n@1.91.1) for this version.\\\n**Release date:** 2025-05-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.0...n8n@1.91.0) for this version.\\\n**Release date:** 2025-04-28\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Breadcrumb view from the canvas\n\nWe’ve added **breadcrumb navigation directly on the canvas**, so you can quickly navigate to any of a workflow’s parent folders right from the canvas.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.1...n8n@1.90.2) for this version.\\\n**Release date:** 2025-04-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.0...n8n@1.90.1) for this version.\\\n**Release date:** 2025-04-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.0...n8n@1.90.0) for this version.\\\n**Release date:** 2025-04-22\n\nThis release contains core updates, editor updates, node updates, performance improvements, and bug fixes.\n\n### Extended HTTP Request tool functionality\n\nWe’ve brought the full power of the HTTP Request node to the HTTP Request tool in AI workflows. That means your AI Agents now have access to all the advanced configuration options—like Pagination, Batching, Timeout, Redirects, Proxy support, and even cURL import.\n\n[](/_video/release-notes/http-request-tool.mp4)\n\nThis update also includes support for the `$fromAI` function to dynamically generate the right parameters based on the context of your prompt — making API calls smarter, faster, and more flexible than ever.\n\n**How to:**\n\n- Open your AI Agent node in the canvas.\n- Click the **‘+’ icon** to add a new tool connection.\n- In the **Tools panel**, select HTTP **Request Tool.**\n- Configure it just like you would a regular **HTTP Request node** — including advanced options\n\n👉 Learn more about configuring the [HTTP Request tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolhttprequest/).\n\n### Scoped API keys\n\nUsers on the Enterprise plan can now create API keys with specific scopes to control exactly what each key can access.\n\nScoped API keys\n\nPreviously, API keys had full read/write access across all endpoints. While sometimes necessary, this level of access can be excessive and too powerful for most use cases. Scoped API keys allow you to limit access to only the resources and actions a service or user actually needs.\n\n**What’s new**\n\nWhen creating a new API key, you can now:\n\n- Select whether the key has read, write, or both types of access.\n- Specify which resources the key can interact with.\n\nSupported scopes include:\n\n- Variables — list, create, delete\n- Security audit — generate reports\n- Projects — list, create, update, delete\n- Executions — list, read, delete\n- Credentials — list, create, update, delete, move\n- Workflows — list, create, update, delete, move, add/remove tags\n\nScoped API keys give you more control and security. You can limit access to only what’s needed, making it safer to work with third parties and easier to manage internal API usage.\n\n### Drag and Drop in Folders\n\nFolders just got friendlier. With this release, you can now **drag and drop workflows and folders** — making it even easier to keep things tidy.\n\nNeed to reorganize? Just select a workflow or folder and drag it into another folder or breadcrumb location. It’s a small change that makes a big difference when managing a growing collection of workflows.\n\n[](/_video/release-notes/Drag-and-drop-folders.mp4)\n\n📁 Folders are available to all [registered](../../hosting/community-edition-features/#registered-community-edition) users—jump in and get your workspace in order!\n\n### Contributors\n\n[Zordrak](https://github.com/Zordrak)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.1...n8n@1.89.2) for this version.\\\n**Release date:** 2025-04-16\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.0...n8n@1.89.1) for this version.\\\n**Release date:** 2025-04-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.88.0...n8n@1.89.0) for this version.\\\n**Release date:** 2025-04-14\n\nThis release contains API updates, core updates, editor updates, a new node, node updates, and bug fixes.\n\n### Insights\n\nWe're rolling out [Insights](../../insights/), a new dashboard to monitor how your workflows are performing over time. It's designed to give admins (and owners) better visibility of their most important workflow metrics and help troubleshoot potential issues and improvements.\n\nIn this first release, we’re introducing a summary banner, the insights dashboard, and time saved per execution.\n\n#### 1. Summary banner\n\nA new banner on the overview page that gives instance admins and owners a birds eye view of key metrics over the last 7 days.\n\nInsights summary banner\n\nAvailable metrics:\n\n- Total production executions\n- Total failed executions\n- Failure rate\n- Average runtime of all workflows\n- Estimated time saved\n\nThis overview is designed to help you stay on top of workflow activity at a glance. It is available for all plans and editions.\n\n#### 2. Insights dashboard\n\nOn Pro and Enterprise plans, a new dashboard offers a deeper view into workflow performance and activity.\n\nInsights dashboard\n\nThe dashboard includes:\n\n- Total production executions over time, including a comparison of successful and failed executions\n- Per-workflow breakdowns of key metrics\n- Comparisons with previous periods to help spot changes in usage or behavior\n- Runtime average and failure rate over time\n\n#### 3. Time saved per execution\n\nWithin workflow settings, you can now assign a “time saved per execution” value to any workflow. This makes it possible to track the impact of your workflows and make it easier to share this visually with other teams and stakeholders.\n\nThis is just the beginning for Insights: the next phase will introduce more advanced filtering and comparisons, custom date ranges, and additional monitoring capabilities.\n\n### Node updates\n\n- We added a credential check for the Salesforce node\n- We added SearXNG as a tool for AI agents\n\nYou can now search within subfolders, making it easier to find workflows across all folder levels. Just type in the search bar and go.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.88.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.0...n8n@1.88.0) for this version.\\\n**Release date:** 2025-04-10\n\nThis release contains new features, new nodes, performance improvements, and bug fixes.\n\n### Model Context Protocol (MCP) nodes\n\nMCP aims to standardise how LLMs like Claude, ChatGPT, or Cursor can interact with tools or integrate data for their agents. Many providers - both established or new - are adopting MCP as a standard way to build agentic systems. It is an easy way to either expose your own app as a server, making capabilities available to a model as tools, or as a client that can call on tools outside of your own system.\n\nWhile it’s still early in the development process, we want to give you access to our new MCP nodes. This will help us understand your requirements better and will also let us converge on a great general solution quicker.\n\nWe are adding two new nodes:\n\n- a MCP [Server Trigger](../../integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/) for any workflow\n- a MCP [Client Tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for the AI Agent\n\nThe MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. You can run multiple MCP servers from your n8n instance. The MCP Client Tool connects LLMs - and other intelligent agents - to any MCP-enabled service through a single interface.\n\nMax from our DevRel team created an official walkthrough for you to get started:\n\n[Studio Update #04](https://youtu.be/45WPU7P-1QQ?feature=shared)\n\n### MCP Server Trigger\n\nThe MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. The node acts as an entry point into n8n for MCP clients. It operates by exposing a URL that MCP clients can interact with to access n8n tools. This means your n8n workflows and integrations are now available to models run elsewhere. Pretty neat.\n\nMCP Server Trigger\n\n[Explore the MCP Server Trigger docs](../../integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/)\n\n### MCP Client Tool\n\nThe MCP Client Tool node is a MCP client, allowing you to use the tools exposed by an external MCP server. You can connect the MCP Client Tool node to your models to call external tools with n8n agents. In this regard it is similar to using a n8n tool with your AI agent. One advantage is that the MCP Client Tool can access multiple tools on the MCP server at once, keeping your canvas cleaner and easier to understand.\n\nMCP Client Tools\n\n[Explore the MCP Client Tool docs](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/)\n\n### Node updates\n\n- Added a node for Azure Cosmos DB\n- Added a node for Milvus Vector Store\n- Updated the Email Trigger (IMAP) node\n\n### Contributors\n\n[adina-hub](https://github.com/adina-hub)\\\n[umanamente](https://github.com/umanamente)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.1...n8n@1.87.2) for this version.\\\n**Release date:** 2025-04-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.86.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.86.0...n8n@1.86.1) for this version.\\\n**Release date:** 2025-04-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.0...n8n@1.87.1) for this version.\\\n**Release date:** 2025-04-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.86.0...n8n@1.87.0) for this version.\\\n**Release date:** 2025-04-07\n\nThis release contains new nodes, node updates, API updates, core updates, editor updates, and bug fixes.\n\n### Contributors\n\n[cesars-gh](https://github.com/cesars-gh)\\\n[Stamsy](https://github.com/Stamsy)\\\n[Pash10g](https://github.com/Pash10g)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.86.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.0...n8n@1.86.0) for this version.\\\n**Release date:** 2025-03-31\n\nThis release contains API updates, core updates, editor improvements, node updates, and bug fixes.\n\n### Contributors\n\n[Aijeyomah](https://github.com/Aijeyomah)\\\n[ownerer](https://github.com/ownerer)\\\n[ulevitsky](https://github.com/ulevitsky)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.3...n8n@1.85.4) for this version.\\\n**Release date:** 2025-03-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.2...n8n@1.84.3) for this version.\\\n**Release date:** 2025-03-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.1...n8n@1.84.2) for this version.\\\n**Release date:** 2025-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.2...n8n@1.85.3) for this version.\\\n**Release date:** 2025-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.1...n8n@1.85.2) for this version.\\\n**Release date:** 2025-03-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.0...n8n@1.85.1) for this version.\\\n**Release date:** 2025-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.0...n8n@1.85.0) for this version.\\\n**Release date:** 2025-03-24\n\nThis release contains a new node, a new credential, core updates, editor updates, node updates, and bug fixes.\n\n### Folders\n\nWhat can we say about folders? Well, they’re super handy for categorizing just about everything and they’re finally available for your n8n workflows. Tidy up your workspace with unlimited folders and nested folders. Search for workflows within folders. It’s one of the ways we’re making it easier to organize your n8n instances more effectively.\n\n**How to use it:**\n\nCreate and manage folders within your personal space or within projects. You can also create workflows from within a folder. You may need to restart your instance in order to activate folders.\n\nIt's a folder alright\n\nFolders are available for all [registered](../../hosting/community-edition-features/#registered-community-edition) users so get started with decluttering your workspace now and look for more features (like drag and drop) to organize your instances soon.\n\n### Enhancements to Form Trigger Node\n\nRecent updates to the Form Trigger node have made it a more powerful tool for building business solutions. These enhancements provide more flexibility and customization, enabling teams to create visually engaging and highly functional workflows with forms.\n\n- **HTML customization:** Add custom HTML to forms, including embedded images and videos, for richer user experiences.\n- **Custom CSS support**: Apply custom styles to user-facing components to align forms with your brand’s look and feel. Adjust fonts, colors, and spacing for a seamless visual identity.\n- **Form previews:** Your form’s description and title will pull into previews of your form when sharing on social media or messaging apps, providing a more polished look.\n- **Hidden fields:** Use query parameters to add hidden fields, allowing you to pass data—such as a referral source—without exposing it to the user.\n- **New responses options:** Respond to user submissions in multiple ways including text, HTML, or a downloadable file (binary format). This enables forms to display rich webpages or deliver digital assets such as dynamically generated invoices or personalized certificates.\n\nForm with custom CSS applied\n\nThese improvements elevate the Form Trigger node beyond a simple workflow trigger, transforming it into a powerful tool for addressing use cases from data collection and order processing to custom content creation.\n\n### Contributors\n\n[Fank](https://github.com/Fank)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.0...n8n@1.84.1) for this version.\\\n**Release date:** 2025-03-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.0...n8n@1.84.0) for this version.\\\n**Release date:** 2025-03-17\n\nThis release contains a new node, node updates, editor updates, and bug fixes.\n\n### Contributors\n\n[Pash10g](https://github.com/Pash10g)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.1...n8n@1.83.2) for this version.\\\n**Release date:** 2025-03-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.3...n8n@1.82.4) for this version.\\\n**Release date:** 2025-03-14\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.2...n8n@1.82.3) for this version.\\\n**Release date:** 2025-03-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.0...n8n@1.83.1) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.83.0) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes and an editor update.\n\n### Schema Preview\n\nSchema Preview lets you view and work with a node’s expected output without executing it or adding credentials, keeping you in flow while building.\n\n- **See expected node outputs instantly.** View schemas for over 100+ nodes to help you design workflows efficiently without extra steps.\n- **Define workflow logic first, take care of credentials later.** Build your end-to-end workflow without getting sidetracked by credential setup.\n- **Avoid unwanted executions when building.** Prevent unnecessary API calls, unwanted data changes, or potential third-party service costs by viewing outputs without executing nodes.\n\n**How to use it:**\n\n- Add a node with Schema Preview support to your workflow.\n- Open the next node in the sequence - Schema Preview data appears in the Node Editor where you would typically find it in the Schema View.\n- Use Schema Preview fields just like other schema data - drag and drop them into parameters and settings as needed.\n\n[](/_video/release-notes/Schema_preview.mp4)\n\nDon’t forget to add the required credentials before putting your workflow into production.\n\n### Contributors\n\n[pemontto](https://github.com/pemontto)\\\n[Haru922](https://github.com/Haru922)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.1...n8n@1.82.2) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.82.1) for this version.\\\n**Release date:** 2025-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.82.0) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains core updates, editor updates, new nodes, node updates, new credentials, credential updates, and bug fixes.\n\n### Tidy up\n\nTidy up instantly aligns nodes, centers stickies, untangles connections, and brings structure to your workflows. Whether you're preparing to share a workflow or just want to improve readability, this feature saves you time and makes your logic easier to follow. Clean, well-organized workflows aren't just nicer to look at—they’re also quicker to understand.\n\n**How to:**\n\nOpen the workflow you want to tidy, then choose one of these options:\n\n- Click the **Tidy up** button in the bottom-left corner of the canvas (it looks like a broom 🧹)\n- Press **Shift + Alt + T** on your keyboard\n- Right-click anywhere on the canvas and select **Tidy up workflow**\n\nWant to tidy up just part of your workflow? Select the specific nodes you want to clean up first - Tidy up will only adjust those, along with any stickies behind them.\n\n[](/_video/release-notes/tidy_up.mp4)\n\n### Multiple API keys\n\nn8n now supports multiple API keys, allowing users to generate and manage separate keys for different workflows or integrations. This improves security by enabling easier key rotation and isolation of credentials. Future updates will introduce more granular controls.\n\nMultiple API keys\n\n### Contributors\n\n[Rostammahabadi](https://github.com/Rostammahabadi)\\\n[Lanhild](https://github.com/Lanhild)\\\n[matthiez](https://github.com/matthiez)\\\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[adina-hub](https://github.com/adina-hub)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.3...n8n@1.81.4) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.2...n8n@1.81.3) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.1...n8n@1.81.2) for this version.\\\n**Release date:** 2025-02-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.4...n8n@1.80.5) for this version.\\\n**Release date:** 2025-02-28\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.3...n8n@1.80.4) for this version.\\\n**Release date:** 2025-02-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.81.1) for this version.\\\n**Release date:** 2025-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.0...n8n@1.81.0) for this version.\\\n**Release date:** 2025-02-24\n\nThis release contains bug fixes, a core update, editor improvements, and a node update.\n\n### Improved partial executions\n\nThe new execution engine for partial executions ensures that testing parts of a workflow in the builder closely mirrors production behaviour. This makes iterating with updated run-data faster and more reliable, particularly for complex workflows.\n\nBefore, user would test parts of a workflow in the builder that didn't consistently reflect production behaviour, leading to unexpected results during development.\n\nThis update aligns workflow execution in the builder with production behavior.\n\nHere is an example for loops:\n\nBefore\n\n[](/_video/release-notes/Partial-execution-loop-before.mp4)\n\nAfter\n\n[](/_video/release-notes/Partial-execution-loop-after.mp4)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.2...n8n@1.80.3) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.3...n8n@1.79.4) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.1...n8n@1.80.2) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.2...n8n@1.79.3) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.0...n8n@1.80.1) for this version.\\\n**Release date:** 2025-02-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.1...n8n@1.79.2) for this version.\\\n**Release date:** 2025-02-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.0...n8n@1.80.0) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains bug fixes and an editor improvement.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.2...n8n@1.75.3) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.3...n8n@1.74.4) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.0...n8n@1.79.1) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.78.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.78.0...n8n@1.78.1) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.3...n8n@1.77.4) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.3...n8n@1.76.4) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.78.0) for this version.\\\n**Release date:** 2025-02-12\n\nThis release contains new features, node updates, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.2...n8n@1.77.3) for this version.\\\n**Release date:** 2025-02-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.78.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.78.0) for this version.\\\n**Release date:** 2025-02-05\n\nThis release contains new features, node updates, and bug fixes.\n\n### Contributors\n\n[mocanew](https://github.com/mocanew)\\\n[Timtendo12](https://github.com/Timtendo12)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.1...n8n@1.77.2) for this version.\\\n**Release date:** 2025-02-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.2...n8n@1.76.3) for this version.\\\n**Release date:** 2025-02-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.77.1) for this version.\\\n**Release date:** 2025-02-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.1...n8n@1.76.2) for this version.\\\n**Release date:** 2025-02-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.77.0) for this version.\\\n**Release date:** 2025-01-29\n\nThis release contains new features, editor updates, new nodes, new credentials, node updates, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.76.1) for this version.\\\n**Release date:** 2025-01-23\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.0...n8n@1.76.0) for this version.\\\n**Release date:** 2025-01-22\n\nThis release contains new features, editor updates, new credentials, node improvements, and bug fixes.\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\\\n[GKdeVries](https://github.com/GKdeVries)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.1...n8n@1.75.2) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.2...n8n@1.74.3) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.0...n8n@1.75.1) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.1...n8n@1.74.2) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.0...n8n@1.75.0) for this version.\\\n**Release date:** 2025-01-15\n\nThis release contains bug fixes and editor updates.\n\n### Improved consistency across environments\n\nWe added new UX and automatic changes improvements resulting in a better consistency between your staging and production instances.\n\nPreviously, users faced issues like:\n\n- Lack of visibility into required credential updates when pulling changes\n- Incomplete synchronization, where changes — such as deletions — weren’t always applied across environments\n- Confusing commit process, making it unclear what was being pushed or pulled\n\nWe addressed these by:\n\n- Clearly indicating required credential updates when pulling changes\n- Ensuring deletions and other modifications sync correctly across environments\n- Improving commit selection to provide better visibility into what’s being pushed\n\nCommit modal\n\nPull notification\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.0...n8n@1.74.1) for this version.\\\n**Release date:** 2025-01-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@1.74.0) for this version.\\\n**Release date:** 2025-01-08\n\nThis release contains new features, a new node, node updates, performance improvements and bug fixes.\n\n### Overhauled Code node editing experience\n\nWe added a ton of new helpers to the Code node, making edits of your code much faster and more comfortable. You get:\n\n- TypeScript autocomplete\n- TypeScript linting\n- TypeScript hover tips\n- Search and replace\n- New keyboard shortcuts based on the VSCode keymap\n- Auto-formatting using prettier (Alt+Shift+F)\n- Remember folded regions and history after refresh\n- Multi cursor\n- Type function in the Code node using JSDoc types\n- Drag and drop for all Code node modes\n- Indentation markers\n\nWe build this on a web worker architecture so you won't have to suffer from performance degradation while typing.\n\nTo get the full picture, check out our Studio update with Max and Elias, where they discuss and demo the new editing experience. 👇\n\n[Studio Update #04](https://youtu.be/De1E58MPaMQ?t=645)\n\n### New node: Microsoft Entra ID\n\nMicrosoft Entra ID (formerly known as Microsoft Azure Active Directory or Azure AD) is used for cloud-based identity and access management. [The new node](../../integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/) supports a wide range of Microsoft Entra ID features, which includes creating, getting, updating, and deleting users and groups, as well as adding users to and removing them from groups.\n\n### Node updates\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Vector stores can now be directly used as tools for the agent\n- [Code](../../code/builtin/overview/): Tons of new speed and convenience features, see above for details\n- [Google Vertex Chat](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglevertex/): Added option to specify the GCP region for the Google API credentials\n- [HighLevel](../../integrations/builtin/app-nodes/n8n-nodes-base.highlevel/): Added support for calendar items\n\nWe also added a custom [projects](../../user-management/rbac/projects/) icon selector on top of the available emojis. Pretty!\n\n### Contributors\n\n[igatanasov](https://github.com/igatanasov)\\\n[Stamsy](https://github.com/Stamsy)\\\n[feelgood-interface](https://github.com/feelgood-interface)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.73.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@1.73.1) for this version.\\\n**Release date:** 2024-12-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.73.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.72.0...n8n@1.73.0) for this version.\\\n**Release date:** 2024-12-19\n\nThis release contains node updates, performance improvements, and bug fixes.\n\n### Node updates\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Updated descriptions for Chat Trigger options\n- [Facebook Graph API](../../integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/): Updated for API v21.0\n- [Gmail](../../integrations/builtin/app-nodes/n8n-nodes-base.gmail/): Added two new options for the `Send and wait` operation, free text and custom form\n- [Linear Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/): Added support for admin scope\n- [MailerLite](../../integrations/builtin/app-nodes/n8n-nodes-base.mailerlite/): Now supports the new API\n- [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Added two new options for the `Send and wait` operation, free text and custom form\n\nWe also added credential support for [SolarWinds IPAM](../../integrations/builtin/credentials/solarwindsipam/) and [SolarWinds Observability](../../integrations/builtin/credentials/solarwindsobservability/).\n\nLast, but not least, we [improved the schema view performance in the node details view by 90%](https://github.com/n8n-io/n8n/pull/12180) and added drag and drop re-ordering to parameters. This comes in very handy in the [If](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Edit Fields](../../integrations/builtin/core-nodes/n8n-nodes-base.set/) nodes.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[mickaelandrieu](https://github.com/mickaelandrieu)\\\n[Stamsy](https://github.com/Stamsy)\\\n[pbdco](https://github.com/pbdco)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.72.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.72.0...n8n@1.72.1) for this version.\\\n**Release date:** 2024-12-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.2...n8n@1.71.3) for this version.\\\n**Release date:** 2024-12-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.72.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.0...n8n@1.72.0) for this version.\\\n**Release date:** 2024-12-11\n\nThis release contains node updates, usability improvements, and bug fixes.\n\n### Node updates\n\n- [AI Transform](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): The `maximum context length` error now retries with reduced payload size\n- [Redis](../../integrations/builtin/app-nodes/n8n-nodes-base.redis/): Added support for `continue on fail`\n\n### Improved commit modal\n\nWe added filters and text search to the commit modal when working with [Environments](../../source-control-environments/). This will make committing easier as we provide more information and better visibility. Environments are available on the Enterprise plan.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.1...n8n@1.71.2) for this version.\\\n**Release date:** 2024-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.3...n8n@1.70.4) for this version.\\\n**Release date:** 2024-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.0...n8n@1.71.1) for this version.\\\n**Release date:** 2024-12-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.2...n8n@1.70.3) for this version.\\\n**Release date:** 2024-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.2...n8n@1.71.0) for this version.\\\n**Release date:** 2024-12-04\n\nThis release contains node updates, performance improvements, and bug fixes.\n\n### Task runners for the Code node in public beta\n\nWe'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.\n\nTask runners overview\n\nOur 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.\n\nThe Task runner comes in two modes:\n\n- Internal mode (default): Perfect for getting started, automatically managing task runners as child processes\n- External mode: For advanced hosting scenarios requiring maximum isolation and security\n\nCurrently, this feature is opt-in and can be enabled using [environment variables](../../hosting/configuration/environment-variables/task-runners/). Once stable, it will become the default execution method for Code nodes.\n\nTo start using Task runners today, [check out the docs](../../hosting/configuration/task-runners/).\n\n### Node updates\n\n- [AI Transform node](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): We improved the prompt for code generation to transform data\n- [Code node](../../integrations/builtin/core-nodes/n8n-nodes-base.code/): We added a warning if `pairedItem` is absent or could not be auto mapped\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.1...n8n@1.70.2) for this version.\\\n**Release date:** 2024-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.0...n8n@1.70.1) for this version.\\\n**Release date:** 2024-11-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.70.0) for this version.\\\n**Release date:** 2024-11-27\n\nThis release contains node updates, performance improvements and bug fixes.\n\n### New canvas in beta\n\nThe 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.\n\nWe'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.\n\n### Node updates\n\n- We added credential support for [Zabbix](../../integrations/builtin/credentials/zabbix/) to the HTTP request node\n- We added new OAuth2 credentials for [Microsoft SharePoint](../../integrations/builtin/credentials/microsoft/)\n- The [Slack node](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/#operations) now uses markdown for the approval message when using the `Send and Wait for Approval` operation\n\n### Contributors\n\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[adina-hub](https://github.com/adina-hub)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.68.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.68.0...n8n@1.68.1) for this version.\\\n**Release date:** 2024-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.1...n8n@1.69.2) for this version.\\\n**Release date:** 2024-11-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.69.1) for this version.\\\n**Release date:** 2024-11-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.68.0...n8n@1.69.0) for this version.\\\n**Release date:** 2024-11-20\n\nThis release contains a new feature, node improvements and bug fixes.\n\n### Sub-workflow debugging\n\nWe made it much easier to debug sub-workflows by improving their accessibility from the parent workflow.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.68.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.67.1...n8n@1.68.0) for this version.\\\n**Release date:** 2024-11-13\n\nThis release contains node updates, performance improvements and many bug fixes.\n\n#### New AI agent canvas chat\n\nWe 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.\n\n[](/_video/release-notes/AI-chat-on-canvas.mp4)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.67.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.67.0...n8n@1.67.1) for this version.\\\n**Release date:** 2024-11-07\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.67.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.66.0...n8n@1.67.0) for this version.\\\n**Release date:** 2024-11-06\n\nThis release contains node updates and bug fixes.\n\n### Node updates\n\n- [AI Transform](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): Improved usability\n- [Anthropic Chat Model Node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/): Added Haiku 3.5 support\n- [Convert to File](../../integrations/builtin/core-nodes/n8n-nodes-base.converttofile/): Added delimiter option for writing to CSV\n- [Gmail Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.gmailtrigger/): Added option to filter for draft messages\n- [Intercom](../../integrations/builtin/app-nodes/n8n-nodes-base.intercom/): Credential can now be used in the HTTP Request node\n- [Rapid7 InsightVM](../../integrations/builtin/credentials/rapid7insightvm/): Added credential support\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.66.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.2...n8n@1.66.0) for this version.\\\n**Release date:** 2024-10-31\n\nThis release contains performance improvements, a node update and bug fixes.\n\n### Node update\n\n- [Anthropic Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/): Added support for claude-3-5-sonnet-20241022\n\nWe made updates to how projects and workflow ownership are displayed making them easier to understand and navigate.\n\nWe further improved the performance logic of partial executions, leading to a smoother and more enjoyable building experience.\n\n### New n8n canvas alpha\n\nWe 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](https://community.n8n.io/t/help-us-test-the-new-n8n-canvas-alpha/60070).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.1...n8n@1.65.2) for this version.\\\n**Release date:** 2024-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.2...n8n@1.64.3) for this version.\\\n**Release date:** 2024-10-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.0...n8n@1.65.1) for this version.\\\n**Release date:** 2024-10-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.1...n8n@1.65.0) for this version.\\\n**Release date:** 2024-10-24\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nWhat changed? Queue polling via the environment variable `QUEUE_RECOVERY_INTERVAL` has been removed.\n\nWhen is action necessary? If you have set `QUEUE_RECOVERY_INTERVAL`, you can remove it as it no longer has any effect.\n\nThis release contains a new features, new nodes, node enhancements, and bug fixes.\n\n### New node: n8n Form\n\nUse the [n8n Form node](../../integrations/builtin/core-nodes/n8n-nodes-base.form/) 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](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/).\n\nA multi-page form with branching\n\nAdditionally you can:\n\n- Set default selections with query parameters\n- Define the form with a JSON array of objects\n- Show a completion screen and redirect to another URL\n\n### Node updates\n\nNew nodes:\n\n- [Google Business Profile](../../integrations/builtin/app-nodes/n8n-nodes-base.googlebusinessprofile/) and [Google Business Profile Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.googlebusinessprofiletrigger/): Use these to integrate Google Business Profile reviews and posts with your workflows\n\nEnhanced nodes:\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Removed the requirement to add at least one tool\n- [GitHub](../../integrations/builtin/app-nodes/n8n-nodes-base.github/): Added workflows as a resource operation\n- [Structured Output Parser](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.outputparserstructured/): Added more user-friendly error messages\n\nFor additional security, we improved how we handle multi-factor authentication, hardened config file permissions and introduced JWT for the public API.\n\nFor better performance, we improved how partial executions are handled in loops.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n- [Idan Fishman](https://github.com/idanfishman)\n\n## n8n@1.64.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.1...n8n@1.64.2) for this version.\\\n**Release date:** 2024-10-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.0...n8n@1.64.1) for this version.\\\n**Release date:** 2024-10-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.4...n8n@1.64.0) for this version.\\\n**Release date:** 2024-10-16\n\nThis release contains a new node, node enhancements, performance improvements and bug fixes.\n\n### Enhanced node: Remove Duplicates\n\nThe [Remove Duplicates node](../../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/) got a major makeover with the addition of two new operations:\n\n- Remove Items Processed in Previous Executions: Compare items in the current input to items from previous executions and remove duplicates\n- Clear Deduplication History: Wipe the memory of items from previous executions.\n\nThis 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.\n\n### New node: Gong\n\nThe new node for [Gong](../../integrations/builtin/app-nodes/n8n-nodes-base.gong/) allows you to get users and calls to process them further in n8n. Very useful for sales related workflows.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n- [Sören Uhrbach](https://github.com/soerenuhrbach)\n\n## n8n@1.63.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.3...n8n@1.63.4) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.5...n8n@1.62.6) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.2...n8n@1.63.3) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.1...n8n@1.63.2) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.4...n8n@1.62.5) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.0...n8n@1.63.1) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.3...n8n@1.62.4) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.3...n8n@1.63.0) for this version.\\\n**Release date:** 2024-10-09\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nWhat changed?\n\n- The worker server used to bind to IPv6 by default. It now binds to IPv4 by default.\n- 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`.\n\nWhen is action necessary?\n\n- 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`.\n- If you are relying on database and Redis checks for worker health status, switch to checking `/healthz/readiness` instead of `/healthz`.\n\nThis release contains new features, node enhancements and bug fixes.\n\n### Node updates\n\n- [OpenAI](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/): Added the option to choose between the default memory connector to provide memory to the assistant or to specify a thread ID\n- [Gmail](../../integrations/builtin/app-nodes/n8n-nodes-base.gmail/) and [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Added custom approval operations to have a human in the loop of a workflow\n\nWe have also optimized the [worker health checks](../../hosting/logging-monitoring/monitoring/) (see breaking change above).\n\nEach credential now has a seperate url you can link to. This makes sharing much easier.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Pemontto](https://github.com/pemontto)\n\n## n8n@1.62.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.2...n8n@1.62.3) for this version.\\\n**Release date:** 2024-10-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.1...n8n@1.62.2) for this version.\\\n**Release date:** 2024-10-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.61.0...n8n@1.62.1) for this version.\\\n**Release date:** 2024-10-02\n\nThis release contains new features, node enhancements and bug fixes.\n\nSkipped 1.62.0\n\nWe skipped 1.62.0 and went straight to 1.62.1 with an additional fix.\n\n#### Additional nodes as tools\n\nWe have made additional nodes usable with the [Tools AI Agent node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/tools-agent/).\n\n[](/_video/release-notes/nodes-as-tools.mp4)\n\nAdditionally, 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.\n\nBoth 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.\n\n### Node updates\n\n- [Google BigQuery](../../integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/): Added option to return numeric values as integers and not strings\n- [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/): Added credential support for Sysdig\n- [Invoice Ninja](../../integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/): Additional query params for getAll requests\n- [Question and Answer Chain](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainretrievalqa/): Added the option to use a custom prompt\n\nDrag and drop insertion on cursor position from schema view is now also enabled for code, SQL and Html fields in nodes.\n\nCustomers with an enterprise license can now rate, tag and highlight execution data in the executions view. To use highlighting, add an [Execution Data Node](../../integrations/builtin/core-nodes/n8n-nodes-base.executiondata/) (or Code node) to the workflow to set [custom executions data](../../workflows/executions/custom-executions-data/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Benjamin Roedell](https://github.com/benrobot)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[manuelbcd](https://github.com/manuelbcd)\\\n[Miguel Prytoluk](https://github.com/mprytoluk)\n\n## n8n@1.61.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.60.1...n8n@1.61.0) for this version.\\\n**Release date:** 2024-09-25\n\nThis release contains new features, node enhancements and bug fixes.\n\n### Node updates\n\n- [Brandfetch](../../integrations/builtin/app-nodes/n8n-nodes-base.brandfetch/): Updated to use the new API\n- [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Made adding or removing the workflow link to a message easier\n\nBig datasets now render faster thanks to virtual scrolling and execution annotations are harder to delete.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.3...n8n@1.59.4) for this version.\\\n**Release date:** 2024-09-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.60.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.60.0...n8n@1.60.1) for this version.\\\n**Release date:** 2024-09-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.60.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.3...n8n@1.60.0) for this version.\\\n**Release date:** 2024-09-18\n\nThis release contains new features, node enhancements and bug fixes.\n\n#### Queue metrics for workers\n\nYou can now [expose and consume metrics from your workers](../../hosting/configuration/configuration-examples/prometheus/). The worker instances have the same metrics available as the main instance(s) and can be configured with [environment variables](../../hosting/configuration/environment-variables/endpoints/).\n\nYou can now customize the maximum file size when uploading files within forms to webhooks. The [environment variable to set](../../hosting/configuration/environment-variables/endpoints/) for this is `N8N_FORMDATA_FILE_SIZE_MAX`. The default setting is 200MiB.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Invoice Ninja](../../integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/): Added actions for bank transactions\n- [OpenAI](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/): Added O1 models to the model select\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\n\n## n8n@1.59.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.2...n8n@1.59.3) for this version.\\\n**Release date:** 2024-09-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.1...n8n@1.59.2) for this version.\\\n**Release date:** 2024-09-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.0...n8n@1.59.1) for this version.\\\n**Release date:** 2024-09-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.58.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.1...n8n@1.58.2) for this version.\\\n**Release date:** 2024-09-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.1...n8n@1.59.0) for this version.\\\n**Release date:** 2024-09-11\n\nChat Trigger\n\nIf 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.\n\nThis release contains bug fixes and feature enhancements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[oscarpedrero](https://github.com/oscarpedrero)\n\n## n8n@1.58.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.0...n8n@1.58.1) for this version.\\\n**Release date:** 2024-09-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.58.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.57.0...n8n@1.58.0) for this version.\\\n**Release date:** 2024-09-05\n\nThis release contains new features, bug fixes and feature enhancements.\n\n#### New node: PGVector Vector Store\n\nThis 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.\n\n#### See active collaborators on workflows\n\nWe 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.\n\nCollaboration avatars\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.57.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.2...n8n@1.57.0) for this version.\\\n**Release date:** 2024-08-28\n\nThis release contains new features and bug fixes.\n\n#### Improved execution queue handling\n\nWe are [exposing new execution queue metrics](../../hosting/configuration/configuration-examples/prometheus/) 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.\n\n#### New credentials for the HTTP Request node\n\nWe added credential support for Datadog, Dynatrace, Elastic Security, Filescan, Iris, and Malcore to the HTTP Request node making it easier to use existing credentials.\n\nWe also made it easier to select workflows as tools when working with AI agents by implementing a new `workflow selector` parameter type.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\n\n## n8n@1.56.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.1...n8n@1.56.2) for this version.\\\n**Release date:** 2024-08-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.56.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.0...n8n@1.56.1) for this version.\\\n**Release date:** 2024-08-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.56.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.3...n8n@1.56.0) for this version.\\\n**Release date:** 2024-08-21\n\nThis release contains node updates, security and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.2...n8n@1.55.3) for this version.\\\n**Release date:** 2024-08-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.1...n8n@1.55.2) for this version.\\\n**Release date:** 2024-08-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.0...n8n@1.55.1) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.3...n8n@1.54.4) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.2...n8n@1.54.3) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.54.2) for this version.\\\n**Release date:** 2024-08-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.55.0) for this version.\\\n**Release date:** 2024-08-14\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nThe N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES environment variable now also blocks access to n8n's static cache directory at ~/.cache/n8n/public.\n\nIf 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.\n\nThis release contains a new feature, a new node, a node update and bug fixes.\n\n#### Override the npm registry\n\nThis release adds the option to override the npm registry for installing community packages. This is a paid feature.\n\nWe now also prevent npm downloading community packages from a compromised npm registry by explicitly using --registry in all npm install commands.\n\n#### New node: AI Transform\n\nThis release adds the [AI Transform node](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/). 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](../../manage-cloud/overview/).\n\n#### New node: Okta\n\nThis release adds the [Okta node](../../integrations/builtin/app-nodes/n8n-nodes-base.okta/). 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.\n\n### Node updates\n\nEnhanced node:\n\n- [MySQL](../../integrations/builtin/app-nodes/n8n-nodes-base.mysql/)\n\nThis release also adds the new schema view for the expression editor modal.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.0...n8n@1.54.1) for this version.\\\n**Release date:** 2024-08-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.1...n8n@1.53.2) for this version.\\\n**Release date:** 2024-08-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.1...n8n@1.54.0) for this version.\\\n**Release date:** 2024-08-07\n\nThis release contains new features, node enhancements, bug fixes and updates to our API.\n\n### API update\n\nOur [public REST API](../../api/) now supports additional operations:\n\n- Create, delete, and edit roles for users\n- Create, read, update and delete projects\n\nFind the details in the [API reference](../../api/api-reference/).\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Javier Ferrer González](https://github.com/JavierCane)\\\n[Mickaël Andrieu](https://github.com/mickaelandrieu)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\\\n[Pemontto](https://github.com/pemontto)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.45.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.1...n8n@1.45.2) for this version.\\\n**Release date:** 2024-08-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.0...n8n@1.53.1) for this version.\\\n**Release date:** 2024-08-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.2...n8n@1.53.0) for this version.\\\n**Release date:** 2024-07-31\n\nThis release contains new features, new nodes, node enhancements, bug fixes and updates to our API.\n\n#### Added Google Cloud Platform Secrets Manager support\n\nThis release adds [Google Cloud Platform Secrets Manager](../../external-secrets/) 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.\n\n#### New node: Information Extractor\n\nThis release adds the [Information Extractor node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.information-extractor/). 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.\n\n#### New node: Sentiment Analysis\n\nThis release adds the [Sentiment Analysis node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.sentimentanalysis/). 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.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Calendly Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.calendlytrigger/)\n- [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/)\n- [n8n Form Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/)\n- [Shopify](../../integrations/builtin/app-nodes/n8n-nodes-base.shopify/)\n\n### API update\n\nOur [public REST API](../../api/) now supports additional operations:\n\n- Create, read, and delete for variables\n- Filtering workflows by project\n- Transferring workflows\n\nFind the details in the [API reference](../../api/api-reference/).\n\n### Contributors\n\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.1...n8n@1.52.2) for this version.\\\n**Release date:** 2024-07-31\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.0...n8n@1.52.1) for this version.\\\n**Release date:** 2024-07-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.51.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.1...n8n@1.51.2) for this version.\\\n**Release date:** 2024-07-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.1...n8n@1.52.0) for this version.\\\n**Release date:** 2024-07-25\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nPrometheus metrics enabled via N8N_METRICS_INCLUDE_DEFAULT_METRICS and N8N_METRICS_INCLUDE_API_ENDPOINTS were fixed to include the default n8n\\_ prefix.\n\nIf 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.\n\nThis release contains new features, node enhancements and bug fixes.\n\n#### Added Azure Key Vault support\n\nThis release adds [Azure Key Vault](../../external-secrets/) 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.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Pinecone Vector Store](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstorepinecone/)\n- [Supabase Vector Store](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoresupabase/)\n- [Send Email](../../integrations/builtin/core-nodes/n8n-nodes-base.sendemail/)\n\nDeprecated nodes:\n\n- OpenAI Model: You can use the OpenAI Chat Model instead\n- Google Palm Chat Model: You can use Google Vertex or Gemini instead\n- Google Palm Model: You can use Google Vertex or Gemini instead\n\n## n8n@1.51.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.0...n8n@1.51.1) for this version.\\\n**Release date:** 2024-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.50.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.1...n8n@1.50.2) for this version.\\\n**Release date:** 2024-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.51.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.1...n8n@1.51.0) for this version.\\\n**Release date:** 2024-07-18\n\nThis release contains new nodes, node enhancements and bug fixes.\n\n#### New node: Text Classifier\n\nThis release adds the [Text Classifier node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier/).\n\n#### New node: Postgres Chat Memory\n\nThis release adds the [Postgres Chat Memory node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/).\n\n#### New node: Google Vertex Chat Model\n\nThis release adds the [Google Vertex Chat Model node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglevertex/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Node updates\n\n- Enhanced nodes: Asana\n\n## n8n@1.50.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.0...n8n@1.50.1) for this version.\\\n**Release date:** 2024-07-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.50.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.49.0...n8n@1.50.0) for this version.\\\n**Release date:** 2024-07-10\n\nThis release contains node enhancements and bug fixes.\n\n### Node updates\n\n- Enhanced nodes: Chat Trigger, Google Cloud Firestore, Qdrant Vector Store, Splunk, Telegram\n- Deprecated node: Orbit (product shut down)\n\n### Beta Feature Removal\n\nThe Ask AI beta feature for the HTTP Request node has been removed from this version\n\n### Contributors\n\n[Stanley Yoshinori Takamatsu](https://github.com/stanleytakamatsu)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[jeanpaul](https://github.com/jeanpaul)\\\n[adrian-martinez-onestic](https://github.com/adrian-martinez-onestic)\\\n[Malki Davis](https://github.com/mxdavis)\n\n## n8n@1.49.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.3...n8n@1.49.0) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains a new node, node enhancements, and bug fixes.\n\n### Node updates\n\n- New node added: [Vector Store Tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolvectorstore/) for the AI Agent\n- Enhanced nodes: Zep Cloud Memory, Copper, Embeddings Cohere, GitHub, Merge, Zammad\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Jochem](https://github.com/jvdweerthof)\\\n[KhDu](https://github.com/KhDu)\\\n[Nico Weichbrodt](https://github.com/envy)\\\n[Pavlo Paliychuk](https://github.com/paul-paliychuk)\n\n## n8n@1.48.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.2...n8n@1.48.3) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.2...n8n@1.47.3) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.1...n8n@1.48.2) for this version.\\\n**Release date:** 2024-07-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.1...n8n@1.47.2) for this version.\\\n**Release date:** 2024-07-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.0...n8n@1.48.1) for this version.\\\n**Release date:** 2024-06-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.1...n8n@1.48.0) for this version.\\\n**Release date:** 2024-06-27\n\nThis release contains bug fixes and feature enhancements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[KubeAl](https://github.com/KubeAl)\n\n## n8n@1.47.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.0...n8n@1.47.1) for this version.\\\n**Release date:** 2024-06-26\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.46.0...n8n@1.47.0) for this version.\\\n**Release date:** 2024-06-20\n\nBreaking change\n\nCalling `$(...).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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1470) for details.\n\nThis release contains bug fixes, feature enhancements, a new node, node enhancements and performance improvements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n#### New node: HTTP request tool\n\nThis 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](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolhttprequest/) for details.\n\n### Contributors\n\n[Daniel](https://github.com/daniel-alba17)\\\n[ekadin-mtc](https://github.com/ekadin-mtc)\\\n[Eric Francis](https://github.com/EricFrancis12)\\\n[Josh Sorenson](https://github.com/joshsorenson)\\\nMohammad Alsmadi [Nikolai T. Jensen](https://github.com/ch0wm3in)\\\n[n8n-ninja](https://github.com/n8n-ninja)\\\n[pebosi](https://github.com/pebosi)\\\n[Taylor Hoffmann](https://github.com/TaylorHo)\n\n## n8n@1.45.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.0...n8n@1.45.1) for this version.\\\n**Release date:** 2024-06-12\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.46.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.0...n8n@1.46.0) for this version.\\\n**Release date:** 2024-06-12\n\nThis release contains feature enhancements, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Jean Khawand](https://github.com/jeankhawand)\\\n[pemontto](https://github.com/pemontto)\\\n[Valentin Coppin](https://github.com/valimero)\n\n## n8n@1.44.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.1...n8n@1.44.2) for this version.\\\n**Release date:** 2024-06-12\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.42.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.1...n8n@1.42.2) for this version.\\\n**Release date:** 2024-06-10\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.45.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.1...n8n@1.45.0) for this version.\\\n**Release date:** 2024-06-06\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.44.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.0...n8n@1.44.1) for this version.\\\n**Release date:** 2024-06-03\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.44.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.43.1...n8n@1.44.0) for this version.\\\n**Release date:** 2024-05-30\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.43.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.43.0...n8n@1.43.1) for this version.\\\n**Release date:** 2024-05-28\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.43.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.1...n8n@1.43.0) for this version.\\\n**Release date:** 2024-05-22\n\nThis release contains new features, node enhancements, and bug fixes.\n\nBackup recommended\n\nAlthough 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.\n\nCredential sharing required for manual executions\n\nInstance 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](../../credentials/credential-sharing/) with you.\n\n#### New feature: Projects\n\nWith 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.\n\nRefer to the [RBAC](../../user-management/rbac/) documentation for information on creating projects and using roles.\n\nThe number of projects and role types vary depending on your plan. Refer to [Pricing](https://n8n.io/pricing/) for details.\n\n[](/_video/release-notes/rbac-glimpse.mp4)\n\n#### New node: Slack Trigger\n\nThis release adds a trigger node for Slack. Refer to the [Slack Trigger documentation](../../integrations/builtin/trigger-nodes/n8n-nodes-base.slacktrigger/) for details.\n\n### Other highlights\n\n- Improved [memory support for OpenAI assistants](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/).\n\n### Rolling back to a previous version\n\nIf you update to this version, then decide you need to role back:\n\nSelf-hosted n8n:\n\n1. Delete any RBAC projects you created.\n1. Revert the database migrations using `n8n db:revert`.\n\nCloud: contact [help@n8n.io](mailto:help@n8n.io).\n\n### Contributors\n\n[Ayato Hayashi](https://github.com/hayashi-ay)\\\n[Daniil Zobov](https://github.com/ddzobov)\\\n[Guilherme Barile](https://github.com/GuilhermeBarile)\\\n[Romain MARTINEAU](https://github.com/RJiraya)\n\n## n8n@1.42.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.0...n8n@1.42.1) for this version.\\\n**Release date:** 2024-05-20\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.41.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.41.0...n8n@1.41.1) for this version.\\\n**Release date:** 2024-05-16\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.42.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.41.0...n8n@1.42.0) for this version.\\\n**Release date:** 2024-05-15\n\nThis release contains new features, node enhancements, and bug fixes.\n\nNote that this release removes the AI error debugger. We're working on a new and improved version.\n\n#### New feature: Tools Agent\n\nThis release adds a new option to the Agent node: the [Tools Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/tools-agent/).\n\nThis agent has an enhanced ability to work with tools, and can ensure a standard output format. This is now the recommended default agent.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Mike Quinlan](https://github.com/mjquinlan2000)\\\n[guangwu](https://github.com/testwill)\n\n## n8n@1.41.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.40.0...n8n@1.41.0) for this version.\\\n**Release date:** 2024-05-08\n\nThis release contains new features, node enhancements, and bug fixes.\n\nNote that this release temporarily disables the AI error helper.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Florin Lungu](https://github.com/floryn90)\n\n## n8n@1.40.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.1...n8n@1.40.0) for this version.\\\n**Release date:** 2024-05-02\n\nBreaking change\n\nPlease 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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1400) for details.\n\nThis release contains new features, new nodes, node enhancements, and bug fixes.\n\n#### New feature: Ask AI in the HTTP node\n\nYou can now ask AI to help create API requests in the HTTP Request node:\n\n1. In the HTTP Request node, select **Ask AI**.\n1. 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**.\n1. Check the parameters: the AI tries to fill them out, but you may still need to adjust or correct the configuration.\n\nSelf-hosted users need to [enable AI features and provide their own API keys](../../hosting/configuration/environment-variables/)\n\n#### New node: Groq Chat Model\n\nThis release adds the [Groq Chat Model node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgroq/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Alberto Pasqualetto](https://github.com/albertopasqualetto)\\\n[Bram Kn](https://github.com/bramkn)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Nicolas-nwb](https://github.com/Nicolas-nwb)\\\n[pemontto](https://github.com/pemontto)\\\n[pengqiseven](https://github.com/pengqiseven)\\\n[webk](https://github.com/webkp)\\\n[Yoshino-s](https://github.com/Yoshino-s)\n\n## n8n@1.39.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.0...n8n@1.39.1) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.38.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.1...n8n@1.38.2) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.3...n8n@1.37.4) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.39.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.1...n8n@1.39.0) for this version.\\\n**Release date:** 2024-04-24\n\nThis release contains new nodes, node enhancements, and bug fixes.\n\n#### New node: WhatsApp Trigger\n\nThis release adds the [WhatsApp Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.whatsapptrigger/).\n\n#### Node enhancement: Multiple methods, one Webhook node\n\nThe Webhook Trigger node can now handle calls to multiple HTTP methods. Refer to the [Webhook node documentation](../../integrations/builtin/core-nodes/n8n-nodes-base.webhook/common-issues/#listen-for-multiple-http-methods) for information on enabling this.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\n\n## n8n@1.38.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.0...n8n@1.38.1) for this version.\\\n**Release date:** 2024-04-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.2...n8n@1.37.3) for this version.\\\n**Release date:** 2024-04-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.38.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.2...n8n@1.38.0) for this version.\\\n**Release date:** 2024-04-17\n\nThis release contains new nodes, bug fixes, and node enhancements.\n\n#### New node: Google Gemini Chat Model\n\nThis release adds the [Google Gemini Chat Model sub-node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/).\n\n#### New node: Embeddings Google Gemini\n\nThis release adds the [Google Gemini Embeddings sub-node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Chengyou Liu](https://github.com/cyliu0)\\\n[Francesco Mannino](https://github.com/manninofrancesco)\n\n## n8n@1.37.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.1...n8n@1.37.2) for this version.\\\n**Release date:** 2024-04-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.3...n8n@1.36.4) for this version.\\\n**Release date:** 2024-04-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.2...n8n@1.36.3) for this version.\\\n**Release date:** 2024-04-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.0...n8n@1.37.1) for this version.\\\n**Release date:** 2024-04-11\n\nBreaking change\n\nPlease 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](../../hosting/cli-commands/) for more information on CLI options.\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.36.2) for this version.\\\n**Release date:** 2024-04-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.37.0) for this version.\\\n**Release date:** 2024-04-10\n\nBreaking change\n\nPlease 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](../../hosting/cli-commands/) for more information on CLI options.\n\nThis release contains a new node, improvements to error handling and messaging, node enhancements, and bug fixes.\n\n#### New node: JWT\n\nThis release adds the [JWT core node](../../integrations/builtin/core-nodes/n8n-nodes-base.jwt/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Miguel Prytoluk](https://github.com/mprytoluk)\n\n## n8n@1.36.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@1.36.1) for this version.\\\n**Release date:** 2024-04-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.35.0...n8n@1.36.0) for this version.\\\n**Release date:** 2024-04-03\n\nThis release contains new nodes, enhancements and bug fixes.\n\n#### New node: Salesforce Trigger node\n\nThis release adds the [Salesforce Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.salesforcetrigger/).\n\n#### New node: Twilio Trigger node\n\nThis release adds the [Twilio Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.twiliotrigger/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.35.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.2...n8n@1.35.0) for this version.\\\n**Release date:** 2024-03-28\n\nThis release contains enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.1...n8n@1.34.2) for this version.\\\n**Release date:** 2024-03-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.0...n8n@1.34.1) for this version.\\\n**Release date:** 2024-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.33.1...n8n@1.34.0) for this version.\\\n**Release date:** 2024-03-20\n\nThis release contains new features, new nodes, and bug fixes.\n\n#### New node: Microsoft OneDrive Trigger node\n\nThis release adds the [Microsoft OneDrive Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/). You can now trigger workflows on file and folder creation and update events.\n\n#### New data transformation functions\n\nThis release introduces new data transformation functions:\n\n**String**\n\n```\ntoDateTime() //replaces toDate(). toDate() is retained for backwards compatability.\nparseJson()\nextractUrlPath()\ntoBoolean()\nbase64Encode()\nbase64Decode()\n```\n\n**Number**\n\n```\ntoDateTime()\ntoBoolean()\n```\n\n**Object**\n\n```\ntoJsonString()\n```\n\n**Array**\n\n```\ntoJsonString()\n```\n\n**Date & DateTime**\n\n```\ntoDateTime()\ntoInt()\n```\n\n**Boolean**\n\n```\ntoInt()\n```\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.33.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.33.0...n8n@1.33.1) for this version.\\\n**Release date:** 2024-03-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.32.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.1...n8n@1.32.2) for this version.\\\n**Release date:** 2024-03-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.33.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.1...n8n@1.33.0) for this version.\\\n**Release date:** 2024-03-13\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Support for Claude 3\n\nThis release adds support for Claude 3 to the [Anthropic Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/) node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[gumida](https://github.com/gumida)\\\n[Ayato Hayashi](https://github.com/hayashi-ay)\\\n[Jordan](https://github.com/jordanburke)\\\n[MC Naveen](https://github.com/mcnaveen)\n\n## n8n@1.32.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.0...n8n@1.32.1) for this version.\\\n**Release date:** 2024-03-07\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.1...n8n@1.31.2) for this version.\\\n**Release date:** 2024-03-07\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.32.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.1...n8n@1.32.0) for this version.\\\n**Release date:** 2024-03-06\n\nThis release contains new features, node enhancements, performance improvements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.0...n8n@1.31.1) for this version.\\\n**Release date:** 2024-03-06\n\nBreaking changes\n\nPlease 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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1320).\n\nThis is a bug fix release and it contains a breaking change.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.30.0...n8n@1.31.0) for this version.\\\n**Release date:** 2024-02-28\n\nThis release contains new features, new nodes, node enhancements and bug fixes.\n\n#### New nodes: Microsoft Outlook trigger and Ollama embeddings\n\nThis release adds two new nodes.\n\n- [Microsoft Outlook Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/)\n- [Ollama Embeddings](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama/)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.30.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.30.0...n8n@1.30.1) for this version.\\\n**Release date:** 2024-02-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.30.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.29.1...n8n@1.30.0) for this version.\\\n**Release date:** 2024-02-21\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.29.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.29.0...n8n@1.29.1) for this version.\\\n**Release date:** 2024-02-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.29.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.28.0...n8n@1.29.0) for this version.\\\n**Release date:** 2024-02-15\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### New features\n\n#### OpenAI node overhaul\n\nThis release includes a new version of the [OpenAI node](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/), adding more operations, including support for working with assistants.\n\nOther highlights:\n\n- Support for AI events in [log streaming](../../log-streaming/).\n- Added support for workflow tags in the [public API](../../api/).\n\n### Contributors\n\n[Bruno Inec](https://github.com/sweenu)\\\n[Jesús Burgers](https://github.com/jburgers-chakray)\n\n## n8n@1.27.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.2...n8n@1.27.3) for this version.\\\n**Release date:** 2024-02-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.28.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.2...n8n@1.28.0) for this version.\\\n**Release date:** 2024-02-07\n\nThis release contains new features, new nodes, node enhancements and bug fixes.\n\n#### New nodes: Azure OpenAI chat model and embeddings\n\nThis release adds two new nodes to work with [Azure OpenAI](https://azure.microsoft.com/en-gb/products/ai-services/openai-service/) in your advanced AI workflows:\n\n- [Embeddings Azure OpenAI](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsazureopenai/)\n- [Azure OpenAI Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatazureopenai/)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Andrea Ascari](https://github.com/ascariandrea)\n\n## n8n@1.27.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.1...n8n@1.27.2) for this version.\\\n**Release date:** 2024-02-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.27.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.26.0...n8n@1.27.1) for this version.\\\n**Release date:** 2024-01-31\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.27.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.26.0...n8n@1.27.0) for this version.\\\n**Release date:** 2024-01-31\n\nBreaking change\n\nThis 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](../../hosting/scaling/queue-mode/) for information on configuring queue mode.\n\nSkip this release\n\nPlease upgrade directly to 1.27.1.\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.26.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.25.1...n8n@1.26.0) for this version.\\\n**Release date:** 2024-01-24\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Daniel Schröder](https://github.com/schroedan)\\\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.25.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.25.0...n8n@1.25.1) for this version.\\\n**Release date:** 2024-01-22\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.25.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.24.1...n8n@1.25.0) for this version.\\\n**Release date:** 2024-01-17\n\nThis release contains a new node, feature improvements, and bug fixes.\n\n#### New node: Chat Memory Manager\n\nThe [Chat Memory Manager](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorymanager/) node replaces the Chat Messages Retriever node. It manages chat message memories within your AI workflows.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.24.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.24.0...n8n@1.24.1) for this version.\\\n**Release date:** 2024-01-16\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.5...n8n@1.22.6) for this version.\\\n**Release date:** 2024-01-10\n\nThis is a bug fix release. It includes important fixes for the HTTP Request and monday.com nodes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.24.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.23.0...n8n@1.24.0) for this version.\\\n**Release date:** 2024-01-10\n\nThis release contains new nodes for advanced AI, node enhancements, new features, performance enhancements, and bug fixes.\n\n#### Chat trigger\n\nn8n has created a new [Chat Trigger node](../../integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/). The new node provides a chat interface that you can make publicly available, with customization and authentication options.\n\n#### Mistral Cloud Chat and Embeddings\n\nThis release introduces two new nodes to support [Mistral AI](https://mistral.ai/):\n\n- [Mistral Cloud Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatmistralcloud/)\n- [Embeddings Mistral Cloud](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsmistralcloud/)\n\n### Contributors\n\n[Anush](https://github.com/Anush008)\\\n[Eric Koleda](https://github.com/ekoleda-codaio)\\\n[Mason Geloso](https://github.com/MasonGeloso)\\\n[vacitbaydarman](https://github.com/vacitbaydarman)\n\n## n8n@1.22.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.4...n8n@1.22.5) for this version.\\\n**Release date:** 2024-01-09\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.23.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.4...n8n@1.23.0) for this version.\\\n**Release date:** 2024-01-03\n\nThis release contains new nodes, node enhancements, new features, and bug fixes.\n\n#### New nodes and improved experience for working with files\n\nThis release includes a major overhaul of nodes relating to files (binary data).\n\nThere are now three key nodes dedicated to handling binary data files:\n\n- [Read/Write Files from Disk](../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) to read and write files from/to the machine where n8n is running.\n- [Convert to File](../../integrations/builtin/core-nodes/n8n-nodes-base.converttofile/) to take input data and output it as a file.\n- [Extract From File](../../integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/) to get data from a binary format and convert it to JSON.\n\nn8n 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](../../integrations/builtin/core-nodes/n8n-nodes-base.html/) and [XML](../../integrations/builtin/core-nodes/n8n-nodes-base.xml/).\n\n#### New node: Qdrant vector store\n\nThis release adds support for [Qdrant](https://qdrant.tech/) with the Qdrant vector store node.\n\nRead n8n's [Qdrant vector store node documentation](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoreqdrant/)\n\n### Contributors\n\n[Aaron Gutierrez](https://github.com/aarongut)\\\n[Advaith Gundu](https://github.com/geodic)\\\n[Anush](https://github.com/Anush008)\\\n[Bin](https://github.com/soulhat)\\\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.22.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.3...n8n@1.22.4) for this version.\\\n**Release date:** 2024-01-03\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.2...n8n@1.22.3) for this version.\\\n**Release date:** 2023-12-27\n\nUpgrade directly to 1.22.4\n\nDue to issues with this release, upgrade directly to 1.22.4.\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.1...n8n@1.22.2) for this version.\\\n**Release date:** 2023-12-27\n\nUpgrade directly to 1.22.4\n\nDue to issues with this release, upgrade directly to 1.22.4.\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.0...n8n@1.22.1) for this version.\\\n**Release date:** 2023-12-21\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.21.1...n8n@1.22.0) for this version.\\\n**Release date:** 2023-12-21\n\nThis release contains node enhancements, new features, performance improvements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.3...n8n@1.18.4) for this version.\\\n**Release date:** 2023-12-19\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.21.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.20.0...n8n@1.21.1) for this version.\\\n**Release date:** 2023-12-15\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.2...n8n@1.18.3) for this version.\\\n**Release date:** 2023-12-15\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.21.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.20.0...n8n@1.21.0) for this version.\\\n**Release date:** 2023-12-13\n\nThis release contains new features and nodes, node enhancements, and bug fixes.\n\n#### New user role: Admin\n\nThis release introduces a third account type: admin. This role is available on pro and enterprise plans. Admins have similar permissions to instance owners.\n\n[Read more about user roles](../../user-management/account-types/)\n\n#### New data transformation nodes\n\nThis release replaces the Item Lists node with a collection of nodes for data transformation tasks:\n\n- [Aggregate](../../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [Limit](../../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [Remove Duplicates](../../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [Sort](../../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [Split Out](../../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [Summarize](../../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to Excel pivot tables.\n\n#### Increased sharing permissions for owners and admins\n\nInstance owners and users with the admin role can now see and share all workflows and credentials. They can't view sensitive credential information.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.20.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.5...n8n@1.20.0) for this version.\\\n**Release date:** 2023-12-06\n\nThis release contains bug fixes, node enhancements, and ongoing new feature work.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Andrey Starostin](https://github.com/mayorandrew)\n\n## n8n@1.19.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5) for this version.\\\n**Release date:** 2023-12-05\n\nThis is a bug fix release.\n\nBreaking change\n\nThis release removes the TensorFlow Embeddings node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.1...n8n@1.18.2) for this version.\\\n**Release date:** 2023-12-05\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.19.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.0...n8n@1.19.4) for this version.\\\n**Release date:** 2023-12-01\n\nMissing ARM v7 support\n\nThis version doesn't support ARM v7. n8n is working on fixing this in future releases.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.19.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.19.0) for this version.\\\n**Release date:** 2023-11-29\n\nUpgrade directly to 1.19.4\n\nDue to issues with this release, upgrade directly to 1.19.4.\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### LangChain general availability\n\nThis release adds LangChain support to the main n8n version. Refer to [LangChain](../../advanced-ai/langchain/overview/) for more information on how to build AI tools in n8n, the new nodes n8n has introduced, and related learning resources.\n\n#### Show avatars of users working on the same workflow\n\nThis release improves the experience of users collaborating on workflows. You can now see who else is editing at the same time as you.\n\n## n8n@1.18.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.18.1) for this version.\\\n**Release date:** 2023-11-30\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.17.1...n8n@1.18.0) for this version.\\\n**Release date:** 2023-11-22\n\nThis release contains new features and bug fixes.\n\n#### Template creator hub\n\nBuilt a template you want to share? This release introduces the n8n Creator hub. Refer to the [creator hub Notion doc](https://www.notion.so/n8n-Creator-hub-7bd2cbe0fce0449198ecb23ff4a2f76f) for more information on this project.\n\n#### Node input and output search filter\n\nCloud Pro and Enterprise users can now search and filter the input and output data in nodes. Refer to [Data filtering](../../data/data-filtering/) for more information.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.17.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.17.0...n8n@1.17.1) for this version.\\\n**Release date:** 2023-11-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.17.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.16.0...n8n@1.17.0) for this version.\\\n**Release date:** 2023-11-15\n\nThis release contains node enhancements and bug fixes.\n\n#### Sticky Note Colors\n\nYou can now select background colors for sticky notes.\n\n#### Discord Node Overhaul\n\nAn overhaul of the Discord node, improving the UI making it easier to configure, improving error handling, and fixing issues.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[antondollmaier](https://github.com/antondollmaier)\\\n[teomane](https://github.com/teomane)\n\n## n8n@1.16.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.15.2...n8n@1.16.0) for this version.\\\n**Release date:** 2023-11-08\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.15.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.15.1...n8n@1.15.2) for this version.\\\n**Release date:** 2023-11-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.15.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.2...n8n@1.15.1) for this version.\\\n**Release date:** 2023-11-02\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Workflow history\n\nThis release introduces workflow history: view and load previous versions of your workflows.\n\nWorkflow history is available in Enterprise n8n, and with limited history for Cloud Pro.\n\nLearn more in the [Workflow history](../../workflows/history/) documentation.\n\n#### Dark mode\n\n*Almost* in time for Halloween: this release introduces dark mode.\n\nTo enable dark mode:\n\n1. Select **Settings** > **Personal**.\n1. Under **Personalisation**, change **Theme** to **Dark theme**.\n\n#### Optional error output for nodes\n\nAll nodes apart from sub-nodes and trigger nodes have a new optional output: **Error**. Use this to add steps to handle node errors.\n\n#### Pagination support added to HTTP Request node\n\nThe HTTP Request node now supports an pagination. Read the [node docs](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) for information and examples.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Yoshino-s](https://github.com/Yoshino-s)\n\n## n8n@1.14.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.1...n8n@1.14.2) for this version.\\\n**Release date:** 2023-10-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.14.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.0...n8n@1.14.1) for this version.\\\n**Release date:** 2023-10-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.14.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.13.0...n8n@1.14.0) for this version.\\\n**Release date:** 2023-10-25\n\nThis release contains node enhancements and bug fixes.\n\n#### Switch node supports more outputs\n\nThe [Switch node](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) now supports an unlimited number of outputs.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.13.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.2...n8n@1.13.0) for this version.\\\n**Release date:** 2023-10-25\n\nThis release contains new features, feature enhancements, and bug fixes.\n\nUpgrade directly to 1.14.0\n\nThis release failed to publish to npm. Upgrade directly to 1.14.0.\n\n#### RSS Feed Trigger node\n\nThis releases introduces a new node, the [RSS Feed Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger/). Use this node to start a workflow when a new RSS feed item is published.\n\n#### Facebook Lead Ads Trigger node\n\nThis releases add another new node, the [Facebook Lead Ads Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.facebookleadadstrigger/). Use this node to trigger a workflow when you get a new lead.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.12.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.1...n8n@1.12.2) for this version.\\\n**Release date:** 2023-10-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Burak Akgün](https://github.com/mbakgun)\n\n## n8n@1.12.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.0...n8n@1.12.1) for this version.\\\n**Release date:** 2023-10-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Léo Martinez](https://github.com/martinezleoml)\n\n## n8n@1.11.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.1...n8n@1.11.2) for this version.\\\n**Release date:** 2023-10-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Inga](https://github.com/inga-lovinde)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.12.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.1...n8n@1.12.0) for this version.\\\n**Release date:** 2023-10-18\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Form Trigger node\n\nThis releases introduces a new node, the [n8n Form Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/). Use this node to start a workflow based on a user submitting a form. It provides a configurable form interface.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Damian Karzon](https://github.com/dkarzon)\\\n[Inga](https://github.com/inga-lovinde)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.11.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.0...n8n@1.11.1) for this version.\\\n**Release date:** 2023-10-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.11.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.10.1...n8n@1.11.0) for this version.\\\n**Release date:** 2023-10-11\n\nThis release contains new features and bug fixes.\n\n#### External storage for binary files\n\nSelf-hosted users can now use an external service to store binary data. Learn more in [External storage](../../hosting/scaling/external-storage/).\n\nIf you're using n8n Cloud and are interested in this feature, please [contact n8n](https://n8n-community.typeform.com/to/y9X2YuGa).\n\n#### Item Lists node supports binary data\n\nThe 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.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.10.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.10.0...n8n@1.10.1) for this version.\\\n**Release date:** 2023-10-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.2...n8n@1.9.3) for this version.\\\n**Release date:** 2023-10-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.1...n8n@1.9.2) for this version.\\\n**Release date:** 2023-10-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.10.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.1...n8n@1.10.0) for this version.\\\n**Release date:** 2023-10-05\n\nThis release contains bug fixes and preparatory work for new features.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.0...n8n@1.9.1) for this version.\\\n**Release date:** 2023-10-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## LangChain in n8n (beta)\n\n**Release date:** 2023-10-04\n\nThis release introduces support for building with LangChain in n8n.\n\nWith 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.\n\nRead more:\n\n- This is a beta release, and not yet available in the main product. Follow the instructions in [Access LangChain in n8n](../../advanced-ai/langchain/overview/) to try it out. Self-hosted and Cloud options are available.\n- Learn how LangChain concepts map to n8n nodes in [LangChain concepts in n8n](../../advanced-ai/langchain/langchain-n8n/).\n- Browse n8n's new [Cluster nodes](../../integrations/builtin/cluster-nodes/). This is a new set of node types that allows for multiple nodes to work together to configure each other.\n\n## n8n@1.9.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.2...n8n@1.9.0) for this version.\\\n**Release date:** 2023-09-28\n\nThis release contains new features, performance improvements, and bug fixes.\n\n#### Tournament\n\nThis releases replaces RiotTmpl, the templating language used in expressions, with n8n's own templating language, [Tournament](https://github.com/n8n-io/tournament). You can now use arrow functions in expressions.\n\n#### `N8N_BINARY_DATA_TTL` and `EXECUTIONS_DATA_PRUNE_TIMEOUT` removed\n\nThe 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.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.1...n8n@1.8.2) for this version.\\\n**Release date:** 2023-09-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.0...n8n@1.8.1) for this version.\\\n**Release date:** 2023-09-21\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.7.1...n8n@1.8.0) for this version.\\\n**Release date:** 2023-09-20\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.7.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.7.0...n8n@1.7.1) for this version.\\\n**Release date:** 2023-09-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.7.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.6.1...n8n@1.7.0) for this version.\\\n**Release date:** 2023-09-13\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Quang-Linh LE](https://github.com/linktohack)\\\n[MC Naveen](https://github.com/mcnaveen)\n\n## n8n@1.6.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.6.0...n8n@1.6.1) for this version.\\\n**Release date:** 2023-09-06\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.6.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.5.1...n8n@1.6.0) for this version.\\\n**Release date:** 2023-09-06\n\nThis release contains bug fixes, new features, and node enhancements.\n\nUpgrade directly to 1.6.1\n\nSkip this version and upgrade directly to 1.6.1, which contains essential bug fixes.\n\n#### TheHive 5\n\nThis release introduces support for TheHive API version 5. This uses a new node and credentials:\n\n- [TheHive 5 node](../../integrations/builtin/app-nodes/n8n-nodes-base.thehive5/)\n- [TheHive 5 Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.thehive5trigger/)\n- [TheHive 5 credentials](../../integrations/builtin/credentials/thehive5/)\n\n#### `N8N_PERSISTED_BINARY_DATA_TTL` removed\n\nThe 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](https://github.com/n8n-io/n8n/pull/7046)), which are no longer supported.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.5.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.5.0...n8n@1.5.1) for this version.\\\n**Release date:** 2023-08-31\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.5.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.1...n8n@1.5.0) for this version.\\\n**Release date:** 2023-08-31\n\nThis release contains new features, node enhancements, and bug fixes.\n\nUpgrade directly to 1.5.1\n\nSkip this version and upgrade directly to 1.5.1, which contains essential bug fixes.\n\n### Highlights\n\n#### External secrets storage for credentials\n\nEnterprise-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.\n\nRefer to [External secrets](../../external-secrets/) for guidance on enabling and using this feature.\n\n#### Two-factor authentication\n\nn8n now supports two-factor authentication (2FA) for self-hosted instances. n8n is working on bringing support to Cloud. Refer to [Two-factor authentication](../../user-management/two-factor-auth/) for guidance on enabling and using it.\n\n#### Debug executions\n\nUsers on a paid n8n plan can now load data from previous executions into their current workflow. This is useful when debugging a failed execution.\n\nRefer to [Debug executions](../../workflows/executions/debug/) for guidance on using this feature.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.4.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1) for this version.\\\n**Release date:** 2023-08-29\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.4.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.3.1...n8n@1.4.0) for this version.\\\n**Release date:** 2023-08-23\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.3.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.3.0...n8n@1.3.1) for this version.\\\n**Release date:** 2023-08-18\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.3.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.2...n8n@1.3.0) for this version.\\\n**Release date:** 2023-08-16\n\nThis release contains new features and bug fixes.\n\n### Highlights\n\n#### Trial feature: AI support in the Code node\n\nThis 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.\n\nLearn how to use the feature, including guidance on writing prompts, in [Generate code with ChatGPT](../../code/ai-code/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Ian Gallagher](https://github.com/craSH)\\\n[Xavier Calland](https://github.com/xavier-calland)\n\n## n8n@1.2.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.1...n8n@1.2.2) for this version.\\\n**Release date:** 2023-08-14\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.2.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.0...n8n@1.2.1) for this version.\\\n**Release date:** 2023-08-09\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.2.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.1.1...n8n@1.2.0) for this version.\\\n**Release date:** 2023-08-09\n\nThis release contains new features, node enhancements, bug fixes, and performance improvements.\n\nUpgrade directly to 1.2.1\n\nWhen upgrading, skip this release and go directly to 1.2.1.\n\n### Highlights\n\n#### Credential support for SecOps services\n\nThis release introduces support for setting up credentials in n8n for the following services:\n\n- [AlienVault](../../integrations/builtin/credentials/alienvault/)\n- [Auth0 Management](../../integrations/builtin/credentials/auth0management/)\n- [Carbon Black API](../../integrations/builtin/credentials/carbonblack/)\n- [Cisco Meraki API](../../integrations/builtin/credentials/ciscomeraki/)\n- [Cisco Secure Endpoint](../../integrations/builtin/credentials/ciscosecureendpoint/)\n- [Cisco Umbrella API](../../integrations/builtin/credentials/ciscoumbrella/)\n- [CrowdStrike](../../integrations/builtin/credentials/crowdstrike/)\n- [F5 Big-IP](../../integrations/builtin/credentials/f5bigip/)\n- [Fortinet FortiGate](../../integrations/builtin/credentials/fortigate/)\n- [Hybrid Analysis](../../integrations/builtin/credentials/hybridanalysis/)\n- [Imperva WAF](../../integrations/builtin/credentials/impervawaf/)\n- [Kibana](../../integrations/builtin/credentials/kibana/)\n- [Microsoft Entra ID](../../integrations/builtin/credentials/microsoftentra/)\n- [Mist](../../integrations/builtin/credentials/mist/)\n- [Okta](../../integrations/builtin/credentials/okta/)\n- [OpenCTI](../../integrations/builtin/credentials/opencti/)\n- [QRadar](../../integrations/builtin/credentials/qradar/)\n- [Qualys](../../integrations/builtin/credentials/qualys/)\n- [Recorded Future](../../integrations/builtin/credentials/recordedfuture/)\n- [Sekoia](../../integrations/builtin/credentials/sekoia/)\n- [Shuffler](../../integrations/builtin/credentials/shuffler/)\n- [Trellix ePO](../../integrations/builtin/credentials/trellixepo/)\n- [VirusTotal](../../integrations/builtin/credentials/virustotal/)\n- [Zscaler ZIA](../../integrations/builtin/credentials/zscalerzia/)\n\nThis makes it easier to do [Custom operations](../../integrations/custom-operations/) with these services, using the [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.1.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.1.0...n8n@1.1.1) for this version.\\\n**Release date:** 2023-07-27\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.1.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.5...n8n@1.1.0) for this version.\\\n**Release date:** 2023-07-26\n\nThis release contains new features, bug fixes, and node enhancements.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\n### Highlights\n\n#### Source control and environments\n\nThis release introduces source control and environments for enterprise users.\n\nn8n 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.\n\nRefer to [Source control and environments](../../source-control-environments/) to learn more about the features and set up your environments.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Adrián Martínez](https://github.com/adrian-martinez-vdshop)\\\n[Alberto Pasqualetto](https://github.com/albertopasqualetto)\\\n[Marten Steketee](https://github.com/Marten-S)\\\n[perseus-algol](https://github.com/perseus-algol)\\\n[Sandra Ashipala](https://github.com/sandramsc)\\\n[ZergRael](https://github.com/ZergRael)\n\n## n8n@1.0.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.4...n8n@1.0.5) for this version.\\\n**Release date:** 2023-07-24\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.0.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.3...n8n@1.0.4) for this version.\\\n**Release date:** 2023-07-19\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Romain Dunand](https://github.com/airmoi)\\\n[noctarius aka Christoph Engelbert](https://github.com/noctarius)\n\n## n8n@1.0.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.2...n8n@1.0.3) for this version.\\\n**Release date:** 2023-07-13\n\nThis release contains API enhancements and adds support for sending messages to forum threads in the Telegram node.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Kirill](https://github.com/chrtkv)\n\n## n8n@1.0.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.1...n8n@1.0.2) for this version.\\\n**Release date:** 2023-07-05\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\n### Contributors\n\n[Romain Dunand](https://github.com/airmoi)\n\n## n8n@1.0.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.0...n8n@1.0.1) for this version.\\\n**Release date:** 2023-07-05\n\nBreaking changes\n\nPlease note that this version contains breaking changes. For full details, refer to the [n8n v1.0 migration guide](../../1-0-migration-checklist/).\n\nThis is n8n's version one release.\n\nFor full details, refer to the [n8n v1.0 migration guide](../../1-0-migration-checklist/).\n\n### Highlights\n\n#### Python support\n\nAlthough JavaScript remains the default language, you can now also select Python as an option in the [Code node](../../code/code-node/) and even make use of [many Python modules](https://pyodide.org/en/stable/usage/packages-in-pyodide.html#packages-in-pyodide). Note that Python is unavailable in Code nodes added to a workflow before v1.0.\n\n### Contributors\n\n[Marten Steketee](https://github.com/Marten-S)\n",
87982
+ "markdown": "# Release notes pre 2.0\n\nNew features and bug fixes for n8n.\n\nYou can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository.\n\nStable and Beta versions\n\nn8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nCurrent `stable`: 2.15.0 Current `beta`: 2.16.0\n\n## How to update n8n\n\nThe steps to update your n8n depend on which n8n platform you use. Refer to the documentation for your n8n:\n\n- [Cloud](../../manage-cloud/update-cloud-version/)\n- Self-hosted options:\n - [npm](../../hosting/installation/npm/)\n - [Docker](../../hosting/installation/docker/)\n\n## Semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). All version numbers are in the format `MAJOR.MINOR.PATCH`. Version numbers increment as follows:\n\n- MAJOR version when making incompatible changes which can require user action.\n- MINOR version when adding functionality in a backward-compatible manner.\n- PATCH version when making backward-compatible bug fixes.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n [here](../0-x/)\n\n## n8n@1.123.30\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.29...n8n@1.123.30) for this version.\\\n**Release date:** 2026-04-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.29\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.28...n8n@1.123.29) for this version.\\\n**Release date:** 2026-04-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.28\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.27...n8n@1.123.28) for this version.\\\n**Release date:** 2026-04-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.27\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.26...n8n@1.123.27) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.26\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.25...n8n@1.123.26) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.25\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.24...n8n@1.123.25) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.24\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.23...n8n@1.123.24) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.23\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.22...n8n@1.123.23) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.22\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.21...n8n@1.123.22) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.20\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.19...n8n@1.123.20) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.19\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.18...n8n@1.123.19) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.18\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.17...n8n@1.123.18) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.16\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.15...n8n@1.123.16) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.15\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.14...n8n@1.123.15) for this version.\\\n**Release date:** 2026-01-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.13\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.12...n8n@1.123.13) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.12\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.11...n8n@1.123.12) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.11\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.10...n8n@1.123.11) for this version.\\\n**Release date:** 2026-01-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.10\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.9...n8n@1.123.10) for this version.\\\n**Release date:** 2025-12-31\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.9\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.8...n8n@1.123.9) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.7...n8n@1.123.8) for this version.\\\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.6...n8n@1.123.7) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.5...n8n@1.123.6) for this version.\\\n**Release date:** 2025-12-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.4...n8n@1.123.5) for this version.\\\n**Release date:** 2025-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.2...n8n@1.123.3) for this version.\\\n**Release date:** 2025-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.1...n8n@1.123.2) for this version.\\\n**Release date:** 2025-12-04\n\nNext version\n\nThis is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**Release date:** 2025-12-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**Release date:** 2025-12-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.123.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.123.0) for this version.\\\n**Release date:** 2025-12-01\n\nThis release contains bug fixes.\n\n### Contributors\n\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.4...n8n@1.122.5) for this version.\\\n**Release date:** 2025-12-04\n\nLatest version\n\nThis is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.3...n8n@1.122.4) for this version.\\\n**Release date:** 2025-11-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.2...n8n@1.122.3) for this version.\\\n**Release date:** 2025-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.122.2) for this version.\\\n**Release date:** 2025-11-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.122.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.122.0) for this version.\\\n**Release date:** 2025-11-24\n\nThis release contains bug fixes and features.\n\n### MCP Client node\n\nThe **MCP Client node** allows you to connect to and use tools exposed by remote MCP servers directly within your workflow.\n\nPreviously, this functionality was only available through AI Agents using the **MCP Client Tool**. With this standalone node, you can now call MCP servers *from any step* in your workflow without relying on an Agent - providing greater flexibility and control over how and where you integrate external tools.\n\n### Custom project roles\n\n**What's new**\\\nYou can now define **custom project roles** that precisely control what a user can do **inside a project**.\n\n- Three **system roles** remain built‑in and non-editable (Admin, Editor, Viewer)\n- You can **create your own roles** (e.g. “Workflow Builder”, “Credential Manager”, “Read‑only Analyst”) with granular permissions per resource:\n- Project\n- Folders\n- Workflows\n- Credentials\n- Data tables / Variables\n- Pushing changes via source control\\\n Example: a “Workflow Builder” role that can:\n- View everything in the project\n- Create and edit workflows and folders\n- Use existing credentials but not create or edit credentials\n\nProject roles is now available in the settings of your n8n Enterprise instance.\n\n**How it works**\n\n1. Go to the new Project roles section (instance admins only).\n1. Start from a preset (Admin, Editor, Viewer) or from scratch.\n1. Configure CRUD‑style permissions.\n1. Save the role. It now becomes available in the project member picker alongside system roles.\n1. Assign these roles to project members.\n\nCustom project roles let you assign permissions that match your organization's needs, improving governance and security in a clear, transparent, and manageable way.\n\nCustom project roles is only available on **n8n enterprise**.\n\n### User provisioning via SSO\n\nIf you’re using SAML or OIDC, your Identity Provider (Okta, Azure AD, Google Workspace, etc.) can now automatically assign each user’s instance role and project roles when they log in.\n\nWhen enabled, administrators can map a group or individual on their SSO identity provider to an instance role and one or more project roles.\n\nThis allows you to manage access centrally from your IdP with automated onboarding and off-boarding, eliminating manual access updates inside the n8n UI\n\nLearn more in our dedicated documentation pages.\n\nFor [OIDC](../../user-management/oidc/setup/#instance-and-project-access-provisioning) For [SAML](../../user-management/saml/setup/#instance-and-project-access-provisioning)\n\nNotes: User provisioning is not real-time and updates apply on the user’s next login.\n\nUser provisioning is only available on n8n Enterprise.\n\n- The AI Workflow Builder now uses improved internal best-practice instructions, which helps it generate higher quality workflows for users.\n- Core updates allow creating data tables from CSV files, configurable workflow statistics, and improved user role provisioning for enterprise, including SSO settings integration.\n- Enterprise customers using Single Sign On via SAML or OIDC can now provision the instance role and project role of each user in their organisation from their Identity Provider.\n - See the [new SAML documentation](../../user-management/saml/setup/#instance-and-project-access-provisioning)\n - See the [new OIDC documentation](../../user-management/oidc/setup/#instance-and-project-access-provisioning)\n- The editor features a dismissable callout for scaling mode, CSV download for data tables, custom project roles (Beta), and enhanced data table visibility.\n- Additional improvements include Stripe billing meter events, and updates to binary data handling and workflow search.\n\n### Contributors\n\n[mi1os](https://github.com/mi1os)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.2...n8n@1.121.3) for this version.\\\n**Release date:** 2025-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.1...n8n@1.121.2) for this version.\n\n- Fixed an issue with MCP access scope in the core system.\n- Updated editor to improve notice background colors for better visibility.\n\nThis release also contains bug fixes. **Release date:** 2025-11-20\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.121.1) for this version.\n\n- Prepared patch release 1.121.1 by updating version numbers across all packages.\n- Added a changelog entry for version 1.121.1 to document the release.\n\n**Release date:** 2025-11-19\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.121.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.0...n8n@1.121.0) for this version.\n\n**Release date:** 2025-11-18\n\n### Critical security update\n\nThis release contains a critical security update. For more information, see [Security Advisory: Security Vulnerability in n8n Versions 1.65-1.120.4](https://blog.n8n.io/security-advisory-20260108/).\n\n### Instance-level MCP connections (beta)\n\nYou can now enable MCP connections at the instance level, giving MCP-compatible AI platforms access to all selected workflows through a single oAuth-secured connection.\n\nOnce connected, these platforms can discover and interact with your workflows directly from their own interfaces, so you can observe, query, and trigger n8n workflows without switching contexts. As you add new MCP-enabled workflows to your instance, they automatically become available through the same connection without additional setup.\n\n🛠️ How to: To enable workflows through an instance-level MCP connection, both your instance and each workflow must be opted in.\n\n- To turn this feature on in your n8n instance, go the settings page for the instance and switch the Enable MCP Access toggle to on.\n- To allow access to individual workflows, go to the settings in each workflow and switch the Available in MCP toggle to on.\n\n🧠 Keep in mind:\n\n- To keep access organized and auditable, consider using a workspace or team account when connecting on behalf of an organization.\n- All platforms connected to your instance MCP will have access to each of the workflows you have enabled. At this time, you cannot limit access of individual workflows to particular platforms.\n\nThis feature simplifies integration and improves visibility across AI platforms that support MCP, helping you use your n8n workflows directly in the tools where you already work and experiment. [Learn more in documentation.](../../advanced-ai/accessing-n8n-mcp-server/)\n\nEnable MCP for an instance in instance settings.\n\nEnable MCP for each workflow in workflow settings.\n\n### Contributors\n\n[vicalca](https://github.com/vicalca)\\\n[datpp-ct](https://github.com/datpp-ct)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.3...n8n@1.120.4) for this version.\n\n**Release date:** 2025-11-19\n\n- Prepared for release 1.120.4 by updating version numbers across all core, backend, AI/LLM, frontend, and tooling packages.\n- Added a changelog entry for version 1.120.4 to document the release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.1...n8n@1.120.2) for this version.\\\n**Release date:** 2025-11-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.120.0...n8n@1.120.1) for this version.\\\n**Release date:** 2025-11-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.120.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.120.0) for this version.\\\n**Release date:** 2025-11-10\n\nThis release contains **security updates** and bug fixes. We recommend all users upgrade promptly to version 1.120 or higher.\n\n### Contributors\n\n[rothenbergt](https://github.com/rothenbergt)\n\n## n8n@1.119.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.1...n8n@1.119.2) for this version.\\\n**Release date:** 2025-11-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.119.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.119.1) for this version.\\\n**Release date:** 2025-11-10\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.1...n8n@1.118.2) for this version.\\\n**Release date:** 2025-11-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.119.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.119.0) for this version.\\\n**Release date:** 2025-11-03\n\nThis release includes multiple bug fixes for AI Agent, task runners, editor, and integrations, as well as new features like improved workflow settings, AWS Assume Role credentials, and enhanced security and audit capabilities.\n\n### Guardrails Node\n\nThe Guardrails node provides a set of rules and policies that control an AI agent's behavior by filtering its inputs and outputs. This helps safeguard from malicious input and from generating unsafe or undesirable responses. There are two operations:\n\n- Check Text for Violations: Validate text against a set of policies (e.g. NSFW, prompt injection).\n- Sanitize Text: Detects and replaces specific data such as PII, URLs, or secrets with placeholders.\n\nThe default presets and prompts are adapted from the open-source [guardrails package](https://github.com/openai/openai-guardrails-js) made available by OpenAI.\n\nFor more info, see [Guardrails documentation](../../integrations/builtin/core-nodes/n8n-nodes-langchain.guardrails/)\n\n### OAuth for MCP Client Tool node\n\nThe MCP Client Tool now supports OAuth authentication, enabling secure connections to APIs that implement delegated access flows. [Learn more](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) about the MCP Client Tool node.\n\nAuthentication options in MCP Client Tool node\n\n### Contributors\n\n[cesars-gh](https://github.com/cesars-gh)\\\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.118.1) for this version.\\\n**Release date:** 2025-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.2...n8n@1.117.3) for this version.\\\n**Release date:** 2025-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.118.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.0...n8n@1.118.0) for this version.\\\n**Release date:** 2025-10-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Project-level variables\n\nYou can now create variables at either the global or project level.\n\n- Project-level variables are only visible and usable by members of that project.\n- Global variables can be overridden at the project level for more specific configurations.\n- The maximum character limit has been increased to 1,000 to support longer values.\n\nThis update improves security and flexibility as part of our ongoing effort to isolate data and settings per project.\n\n### Improvements to Environments\n\nWe’ve made several updates to improve reliability, consistency, and control across environments.\n\n- **Projects are now fully synchronized across environments.** When a workflow is pushed within a project, it’s automatically created and synced in all environments where it’s pulled. Moving, renaming, or deleting projects is now reflected everywhere, keeping instances aligned.\n- **Improved protection for read-only environments.** Read-only instances now block all changes, including folder moves and workflow ownership updates, ensuring production environments stay stable and isolated.\n- **Bug fix: tag mapping synchronization.** Fixed an issue where tag mappings only updated when tags changed. They now sync on every commit for consistent tagging across environments.\n\n### Custom date ranges for Insights\n\nYou can now define custom date ranges instead of using fixed ones, giving you more control over the data you analyze.\n\n## n8n@1.117.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.1...n8n@1.117.2) for this version.\\\n**Release date:** 2025-10-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.117.0...n8n@1.117.1) for this version.\\\n**Release date:** 2025-10-24\n\nThis release contains bug fixes.\n\n### AI Workflow Builder is now available to Enterprise Cloud users.\n\nAI Workflow Builder turns prompts into workflows. Describe what you want to build, and n8n will generate a draft workflow by adding, configuring, and connecting nodes for you. From there, you can refine and expand the workflow directly in the editor.\n\n**What’s new:**\n\n- Previously available to Starter and Pro users, AI Workflow Builder is now accessible to Enterprise Cloud users as well, with 1,000 monthly credits.\n- Supported on n8n version 1.115+. **If you don’t see the feature yet, open /settings/usage to trigger a license refresh.**\n- We’ve fixed a bug and now cloud users on v1.117.1 onwards will have access to a more reliable builder.\n- We’re currently working on bringing AI Workflow Builder to self-hosted users as well, including Community, Business, and Enterprise.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.117.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.0...n8n@1.117.0) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains bug fixes.\n\n### Contributors\n\n[jackfrancismurphy](https://github.com/jackfrancismurphy)\\\n[JiriDeJonghe](https://github.com/JiriDeJonghe)\\\n[ramkrishna2910](https://github.com/ramkrishna2910)\\\nOracle and/or its affiliates ([sudarshan12s](https://github.com/sudarshan12s))\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.1...n8n@1.116.2) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains a bug fix.\n\n## n8n@1.115.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.3...n8n@1.115.4) for this version.\\\n**Release date:** 2025-10-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.116.0...n8n@1.116.1) for this version.\\\n**Release date:** 2025-10-14\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.0...n8n@1.116.0) for this version.\\\n**Release date:** 2025-10-13\n\nThis release contains bug fixes.\n\n### Data migration tool\n\nYou can now easily migrate n8n data between different database types. This new tooling currently supports SQLite and Postgres, making the transition to a scaling database choice simpler, allowing you to take your data with you.\n\nThe tooling comes in the form of two new CLI commands, `export:entities` and `import:entities`\n\n**`Export`** The new export command lets you export data from your existing n8n database (SQLite / Postgres), producing a set of encrypted files within a compressed directory for you to move around and use with the import commands.\n\nFor details, see [Export entities](../../hosting/cli-commands/#export-entities)\n\n**`Import`** The new import command allows you to read from a compressed and encrypted set of files generated from the new export command, and import them in to your new database of choice (SQLite / Postgres) to be used with your n8n instance.\n\nFor details, see [Import entities](../../hosting/cli-commands/#import-entities)\n\n### Contributors\n\n[JHTosas](https://github.com/JHTosas)\\\n[clesecq](https://github.com/clesecq)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\\\n[tishun](https://github.com/tishun)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.116.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.0...n8n@1.116.0) for this version.\\\n**Release date:** 2025-10-13\n\nThis release contains bug fixes.\n\n### Contributors\n\n[JHTosas](https://github.com/JHTosas)\\\n[clesecq](https://github.com/clesecq)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\\\n[tishun](https://github.com/tishun)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.2...n8n@1.115.3) for this version.\\\n**Release date:** 2025-10-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.115.1...n8n@1.115.2) for this version.\\\n**Release date:** 2025-10-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.3...n8n@1.114.4) for this version.\\\n**Release date:** 2025-10-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.115.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.0...n8n@1.115.0) for this version.\\\n**Release date:** 2025-10-06\n\nThis release contains bug fixes.\n\n### AI Workflow Builder (Beta)\n\n**AI Workflow Builder** turns your natural language prompts into working automations. Describe what you want to build, and n8n will generate a draft workflow by adding and configuring nodes and wiring up the logic for you. From there, you can refine, expand, or adjust the workflow directly in the editor.\n\nThis feature helps you move from idea to implementation faster and without losing technical control. It’s especially helpful when starting from a blank canvas, validating an approach, or exploring new nodes and capabilities. Multi-turn interaction lets you iterate in conversation, turning your ideas into structured, production-ready workflows step by step.\n\nLearn more about how we we’re building this feature in our [forum post](https://community.n8n.io/t/ai-powered-workflow-building-coming-soon/196499).\n\n[](/_video/release-notes/AI_Workflow_Builder.webm)\n\n**Availability:**\n\n- This feature is initially going to be available for Cloud users on the 14-day Trial, Starter and Pro plans.\n- Availability for Enterprise users on Cloud will follow in a future update.\n- We are actively exploring the best way to bring this feature to self-hosted users.\n\n**Rollout timing:**\n\n- To ensure the smoothest experience for all users, this feature will be rolled out to users on version 1.115.0 over the course of a week so you may not have access to the feature immediately when you upgrade to 1.115.0.\n\n**Credit limits by plan:** This feature will have monthly credit limits [by plan](https://n8n.io/pricing/).\n\n- Each prompt/interaction with the AI Workflow Builder consumes one credit.\n- Trial users have access to 20 credits, Starter plans have 50 per month and Pro plans will have 150 credits per month.\n- At this time, there will not be a way to access additional credits within your plan, however we are we are exploring this.\n\nLearn more about AI Workflow Builder in [documentation](https://docs.n8n.io/advanced-ai/ai-workflow-builder/).\n\n### Source Control: Added HTTPS support\n\nYou can now connect to Git repositories via HTTPS in addition to SSH, making Source Control usable in environments where SSH is restricted.\n\nHTTPS is now supported as a connection type in Environments.\n\n### Contributors\n\n[baileympearson](https://github.com/baileympearson)\\\n[h40huynh](https://github.com/h40huynh)\\\n[Ankit-69k](https://github.com/Ankit-69k)\\\n[francisfontoura](https://github.com/francisfontoura)\\\n[iocanel](https://github.com/iocanel)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.2...n8n@1.114.3) for this version.\\\n**Release date:** 2025-10-06\n\nThis release contains bug fixes.\n\n## n8n@1.114.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.1...n8n@1.114.2) for this version.\\\n**Release date:** 2025-10-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.114.0...n8n@1.114.1) for this version.\\\n**Release date:** 2025-10-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.114.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.0...n8n@1.114.0) for this version.\\\n**Release date:** 2025-09-29\n\nThis release contains core updates, editor improvements, project updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[nealzhu3](https://github.com/nealzhu3)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.2...n8n@1.113.3) for this version.\\\n**Release date:** 2025-09-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.5...n8n@1.112.6) for this version.\\\n**Release date:** 2025-09-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.1...n8n@1.113.2) for this version.\\\n**Release date:** 2025-09-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Python task runner\n\nThis version introduces the **Python task runner** as a beta feature. This feature secures n8n's Python sandbox and enables users to run real Python modules in n8n workflows. The original Pyodide-based implementation will be phased out.\n\nThis is a **breaking change** that replaces Pyodide - see [here](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/#python-native-beta) for a list of differences. Any Code node set to the legacy `python` parameter will need to be manually updated to use the new `pythonNative` parameter. Any Code node script set to `python` and relying on Pyodide syntax is likely to need to be manually adjusted to account for breaking changes.\n\n- For self-hosting users, see [here](https://docs.n8n.io/hosting/configuration/task-runners/#setting-up-external-mode) for deployment instructions for task runners going forward and how to install extra dependencies.\n- On n8n Cloud, this will be a gradual transition. If in your n8n Cloud instance the Code node offers an option named \"Python (Native) (Beta)\", then your instance has been transitioned to native Python and you will need to look out for any breaking changes. Imports are disabled for security reasons at this time.\n\nThe native Python runner is currently in beta and is subject to change as we find a balance between security and usability. Your feedback is welcome.\n\n## n8n@1.112.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.4...n8n@1.112.5) for this version.\\\n**Release date:** 2025-09-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.113.0...n8n@1.113.1) for this version.\\\n**Release date:** 2025-09-23\n\nThis release contains bug fixes.\n\n### Data tables\n\nWe’re excited to introduce **data tables**, bringing built-in data storage to n8n. You can now store and query structured data directly inside the platform, without relying on external databases for many common automation scenarios. Track workflow state between runs, store tokens or session data, keep product or customer reference tables, or stage intermediate results for multi-step processes.\n\nPreviously, persisting data meant provisioning and connecting to an external store such as Redis or Google Sheets. That added credential setup, infrastructure overhead, latency, and constant context switching. **Data tables** eliminate that friction and keeps your data easily editable and close to your workflows.\n\nData tables are available today on all plans. They currently support numbers, strings, and datetimes with JSON support coming soon. On Cloud, each instance can store up to 50 MB. On self-hosted setups, the default is also 50 MB, but this limit can be adjusted if your infrastructure allows.\n\n[Overview of data tables](https://www.youtube.com/watch?v=ljkiIkt6lZ4)\n\n🛠️ **How to:**\n\n**Create a data table**\n\n- From the canvas, open the **Create workflow** dropdown and select **Create Data table**.\n- Or, go to the **Overview** panel on the left-side navigation bar and open the **Data tables** tab.\n\n**Use a data table in your workflow**\n\n- Add the **Data table node** to your workflow to get, update, insert, upsert, or delete rows.\n\n**Adjust the storage limit** (self-hosted only)\n\n- Change the default 50 MB limit with the environment variable: `N8N_DATA_TABLES_MAX_SIZE_BYTES`. [See configuration docs](https://docs.n8n.io/hosting/configuration/configuration-methods/).\n\n🧠**Keep in mind**\n\n- Data tables don’t currently support foreign keys or default values.\n- For now, all data tables are accessible to everyone in a project. More granular permissions and sharing options are planned.\n\nLearn more about [**data tables**](../../data/data-tables/) and the [**Data table node**](../../integrations/builtin/core-nodes/n8n-nodes-base.datatable/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.3...n8n@1.112.4) for this version.\\\n**Release date:** 2025-09-23\n\nThis release contains an editor improvement.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.113.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.0...n8n@1.113.0) for this version.\\\n**Release date:** 2025-09-22\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### SSO improvements\n\nWe’ve made updates to strengthen Single Sign-On (SSO) reliability and security, especially for enterprise and multi-instance setups.\n\n- OIDC and SAML sync in multi-main setups \\[version: 1.113.0\\]: In multi-main deployments, updates to SSO settings are now synchronized across all instances, ensuring consistent login behavior everywhere.\n- Enhanced OIDC integration \\[version 1.111.0\\]: n8n now supports OIDC providers that enforce state and nonce parameters. These are validated during login, providing smoother and more secure Single Sign-On.\n\n### Filter insights by project\n\nWe've added project filtering to insights, enabling more granular reporting and visibility into individual project performance.\n\nFilter insights\n\n### Contributors\n\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.2...n8n@1.112.3) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.111.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.111.0...n8n@1.111.1) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.1...n8n@1.110.2) for this version.\\\n**Release date:** 2025-09-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.1...n8n@1.112.2) for this version.\\\n**Release date:** 2025-09-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.0...n8n@1.112.1) for this version.\\\n**Release date:** 2025-09-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.112.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.111.0...n8n@1.112.0) for this version.\\\n**Release date:** 2025-09-15\n\nThis release contains API improvements, core updates, editor improvements, node updates, and bug fixes.\n\n### Additional API Endpoints versions\n\nWe’ve made several updates to the Executions API:\n\n- Execution details: `GET /executions` now includes *status* and *workflow_name* in the response.\n- Retry execution endpoint: Added new public API endpoints to retry failed executions.\n- Additional filters: You can now filter executions by running or canceled status.\n\n### Enhancements to workflow diff\n\nWe added a several updates on workflows diffs as well:\n\n- Better view in Code nodes and Stickies: Workflow diffs now highlight changes per line instead of per block, making edits easier to review and understand.\n- Enable/Disable sync: You can now enable or disable sync in the viewport, letting you compare a workflow change in one view without affecting the other.\n\nWorkflow diff\n\n### Contributors\n\n[GuraaseesSingh](https://github.com/GuraaseesSingh)\\\n[jabbson](https://github.com/jabbson)\\\n[ongdisheng](https://github.com/ongdisheng)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.111.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.0...n8n@1.111.0) for this version.\\\n**Release date:** 2025-09-08\n\nThis release contains core updates, API improvements, node updates, and bug fixes.\n\n### Contributors\n\n[abellion](https://github.com/abellion)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[durran](https://github.com/durran)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.110.0...n8n@1.110.1) for this version.\\\n**Release date:** 2025-09-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.1...n8n@1.109.2) for this version.\\\n**Release date:** 2025-09-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.110.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.110.0) for this version.\\\n**Release date:** 2025-09-01\n\nThis release contains core updates, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[heyxmirko](https://github.com/heyxmirko)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.109.1) for this version.\\\n**Release date:** 2025-08-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.1...n8n@1.108.2) for this version.\\\n**Release date:** 2025-08-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.109.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.0...n8n@1.109.0) for this version.\\\n**Release date:** 2025-08-25\n\nThis release contains core updates, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Contributors\n\n[naXa777](https://github.com/naXa777)\\\n[prettycode2022](https://github.com/prettycode2022)\\\n[oppai](https://github.com/oppai)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.3...n8n@1.107.4) for this version.\\\n**Release date:** 2025-08-20\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.108.0...n8n@1.108.1) for this version.\\\n**Release date:** 2025-08-20\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.2...n8n@1.107.3) for this version.\\\n**Release date:** 2025-08-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.108.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.0...n8n@1.108.0) for this version.\\\n**Release date:** 2025-08-18\n\nThis release contains a new CLI tool, editor improvements, node updates, performance improvements, and bug fixes.\n\n### Workflow Diff\n\nFor teams working across different environments, deployments often involve multiple people making changes at different times. Without a clear view of those changes, it’s easy to miss something important.\n\n[Workflow Diff](../../source-control-environments/using/compare-changes/) gives you an easy and visual way to review workflow changes before you deploy them between environments.\n\nWith it, you can:\n\n- Quickly see what’s been added, changed, or deleted, with clear colour highlights.\n- Easily see important settings changes on a workflow.\n- Check changes inside each node, and spot connector updates, with a side-by-side view of its settings.\n- Get a quick count of all changes to understand the size of a deployment.\n\nWorkflow Diff\n\nWorkflow Diff eases the review and approval of changes before deployment, enabling teams to collaborate on workflows without breaking existing automations or disrupting production. It’s one step further in integrating DevOps best practices in n8n.\n\nNow available for Enterprise customers using Environments.\n\n### Contributors\n\n[ManuLasker](https://github.com/ManuLasker)\\\n[EternalDeiwos](https://github.com/EternalDeiwos)\\\n[jreyesr](https://github.com/jreyesr)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.1...n8n@1.107.2) for this version.\\\n**Release date:** 2025-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.107.0...n8n@1.107.1) for this version.\\\n**Release date:** 2025-08-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.2...n8n@1.106.3) for this version.\\\n**Release date:** 2025-08-11\n\nThis release contains a backported update.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.107.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.0...n8n@1.107.0) for this version.\\\n**Release date:** 2025-08-11\n\nThis release contains bug fixes.\n\n### Contributors\n\n[Amsal1](https://github.com/Amsal1)\\\n[andrewzolotukhin](https://github.com/andrewzolotukhin)\\\n[DMA902](https://github.com/DMA902)\\\n[fkowal](https://github.com/fkowal)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.1...n8n@1.106.2) for this version.\\\n**Release date:** 2025-08-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.106.0...n8n@1.106.1) for this version.\\\n**Release date:** 2025-08-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.3...n8n@1.105.4) for this version.\\\n**Release date:** 2025-08-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.2...n8n@1.105.3) for this version.\\\n**Release date:** 2025-08-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.106.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.0...n8n@1.106.0) for this version.\\\n**Release date:** 2025-08-04\n\nThis release contains performance improvements, core updates, editor improvements, node updates, a new node, and bug fixes.\n\n### **No more limit of active workflows and new self-hosted Business Plan**\n\nWe have rolled out a new pricing model to make it easier for builders of all sizes to adopt and scale automation with n8n.\n\n***What’s new***\n\n**No more limit of active workflows.**\n\nAll n8n plans, from Starter to Enterprise, now include unlimited users, workflows, and steps. Our pricing is based on the volume of executions. Meaning you can build and test as many workflows as you want, including complex, data-heavy, or long-running automations, without worrying about quotas.\n\n**New self-hosted Business Plan for growing teams**\n\nDesigned for SMBs and mid-sized companies, the Business Plan includes features such as:\n\n- 6 shared projects\n- SSO, SAML and LDAP\n- Different environments\n- Global variables\n- Version control using Git\n- 30 days of Insights\n\nPlease note that this plan only includes support from our community forum. For dedicated support we recommend upgrading to our Enterprise plan.\n\n**Enterprise pricing now scales with executions**\n\nEnterprise plans no longer use workflow-based pricing, and is now also based on the volume of executions.\n\n***What you need to do***\n\nTo ensure these changes apply to your account, update your n8n instance to the latest version.\n\n[Read the blog](https://blog.n8n.io/build-without-limits-everything-you-need-to-know-about-n8ns-new-pricing/) for full details.\n\n### Contributors\n\n[baruchiro](https://github.com/baruchiro)\\\n[killthekitten](https://github.com/killthekitten)\\\n[baileympearson](https://github.com/baileympearson)\\\n[Yingrjimsch](https://github.com/Yingrjimsch)\\\n[joshualipman123](https://github.com/joshualipman123)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.1...n8n@1.105.2) for this version.\\\n**Release date:** 2025-08-01\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.105.0...n8n@1.105.1) for this version.\\\n**Release date:** 2025-08-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.1...n8n@1.104.2) for this version.\\\n**Release date:** 2025-07-31\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.105.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.0...n8n@1.105.0) for this version.\\\n**Release date:** 2025-07-28\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### **Respond to Chat node**\n\nWith the [\\*\\*Respond to Chat](../../integrations/builtin/core-nodes/n8n-nodes-langchain.chat/) node\\*\\*, you can now access Human-in-the-Loop functionality natively in n8n Chat.\n\nEnable conversational experiences where you can ask for clarification, request approval before taking further action, and get back intermediate results — all within a single workflow execution.\n\nThis unlocks multi-turn interactions that feel more natural and reduce the number of executions required. It is ideal for building interactive AI use cases like conversational forms, branched workflows based on user replies, and step-by-step approvals.\n\n🛠️ **How to:**\n\n- Add a **Chat Trigger** node and select **Using Respond Nodes** for the **Response mode**\n- Place the **Respond to Chat** node anywhere in your workflow to send a message into the Chat and optionally wait for the user to input a response before continuing execution of the workflow steps.\n\n[](/_video/release-notes/Respond-to-chat.webm)\n\n### Contributors\n\n[dana-gill](https://github.com/dana-gill)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.0...n8n@1.104.1) for this version.\\\n**Release date:** 2025-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.1...n8n@1.103.2) for this version.\\\n**Release date:** 2025-07-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.104.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.0...n8n@1.104.0) for this version.\\\n**Release date:** 2025-07-21\n\n\\=======\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### Contributors\n\n[nunulk](https://github.com/nunulk)\\\n[iaptsiauri](https://github.com/iaptsiauri)\\\n[KGuillaume-chaps](https://github.com/KGuillaume-chaps)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.2...n8n@1.101.3) for this version.\\\n**Release date:** 2025-07-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.3...n8n@1.102.4) for this version.\\\n**Release date:** 2025-07-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.103.0...n8n@1.103.1) for this version.\\\n**Release date:** 2025-07-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.2...n8n@1.102.3) for this version.\\\n**Release date:** 2025-07-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.103.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.0...n8n@1.103.0) for this version.\\\n**Release date:** 2025-07-14\n\nThis release contains core updates, editor improvements, new nodes, node improvements, and bug fixes.\n\n### **Chat streaming**\n\nNo more waiting for full responses to load when using the n8n chat interface. **Streaming** now delivers AI-generated text replies word by word so users can read messages as they’re being generated. It feels faster, smoother, and more like what people expect from chat experiences.\n\nStreaming is available in public chat views (hosted or embedded) and can be used in custom apps via webhook.\n\n🛠️ How-to\n\nConfigure streaming in the Node Details View of these nodes:\n\n- Chat Trigger node: Options>Add Field>Response Mode>Streaming\n- Webhook node: Respond>Streaming\n- AI Agent node: Add option> Enable streaming\n\n[](/_video/release-notes/streaming.webm)\n\n### Improved instance user list with more visibility\n\nThe instance user list has been updated with a new table layout and additional details to help admins manage access more easily.\n\nYou can now:\n\n- See total users and filter by name or email\n- View which projects each user has access to\n- Whether a user has enabled 2FA and sort based on that\n- See the last active date for each user\n\nThis makes it easier to audit user activity, identify inactive accounts, and understand how access is distributed across your instance.\n\n### Webhook HTML responses\n\nStarting with this release, if your workflow sends an HTML response to a webhook, n8n automatically wraps the content in an `<iframe>`. This is a security mechanism to protect the instance users.\n\nThis has the following implications:\n\n- HTML renders in a sandboxed iframe instead of directly in the parent document.\n- JavaScript code that attempts to access the top-level window or local storage will fail.\n- Authentication headers aren't available in the sandboxed iframe (for example, basic auth). You need to use an alternative approach, like embedding a short-lived access token within the HTML.\n- Relative URLs (for example, `<form action=\"/\">`) won't work. Use absolute URLs instead.\n\n### Built-in Metrics for AI Evaluations\n\nUsing evaluations is a best practice for any AI solution, and a must if reliability and predictability are business-critical. With this release, we’ve made it easier to set up evaluations in n8n by introducing a set of built-in metrics. These metrics can review AI responses and assign scores based on factors like correctness, helpfulness, and more.\n\nYou can run regular evaluations and review scores over time as a way to monitor your AI workflow's performance. You can also compare results across different models to help guide model selection, or run evaluations before and after a prompt change to support data-driven, iterative building.\n\nAs with all evaluations in n8n, you’ll need a dataset that includes the inputs you want to test. For some evaluations, the dataset must also include expected outputs (ground truth) to compare against. The evaluation workflow runs each input through the portion you're testing to generate a response. The built-in metric scores each response based on the aspect you're measuring, allowing you to compare results before and after changes or track trends over time in the Evaluations tab.\n\nYou can still define your own custom metrics, but for common use cases, the built-in options make it much faster to implement.\n\n🛠️ **How to:**\n\n1. Set up your evaluation as described [here](../../advanced-ai/evaluations/metric-based-evaluations/#how-it-works), using an **Evaluation** node as the trigger and another with the **Set Metrics** operation.\n1. In the **Set Metrics** node, choose a metric from the dropdown list.\n1. Define any additional parameters required for your selected metric. In most cases, this includes mapping the dataset columns to the appropriate fields.\n\n📏 **Available built-in metrics:**\n\n- **Correctness (AI-based):** Compares AI workflow-generated responses to expected answers. Another LLM acts as a judge, scoring the responses based on guidance you provide in the prompt.\n- **Helpfulness (AI-based):** Evaluates how helpful a response is in relation to a user query, using an LLM and prompt-defined scoring criteria.\n- **String Similarity:** Measures how closely the response matches the expected output by comparing strings. Useful for command generation or when output needs to follow a specific structure.\n- **Categorization:** Checks whether a response matches an expected label, such as assigning items to the correct category.\n- **Tools Used:** Verifies whether the AI agent called the tools you specified in your dataset. To enable this, make sure **Return Intermediate Steps** is turned on in your agent so the evaluation can access the tools it actually called.\n\n🧠 Keep in mind\n\n- Registered Community Edition enables analysis of one evaluation in the **Evaluations** tab which allows easy comparison of evaluation runs over time. Pro and Enterprise plans allow unlimited evaluations in the **Evaluations** tab.\n\nBuilt-in Metrics\n\n[Learn more](../../advanced-ai/evaluations/overview/) about setting up and customizing evaluations.\n\n### AI Agent Tool node\n\nWith the **AI Agent Tool** node we are introducing a simplified pattern for multi-agent orchestration that can be run in a single execution and stay entirely on one canvas. You can now connect multiple **AI Agent Tool** nodes to a primary **AI Agent** node, allowing it to supervise and delegate work across other specialized agents.\n\nThis setup is especially useful for building complex systems that function like real-world teams, where a lead agent assigns parts of a task to specialists. You can even add multiple layers of agents directing other agents, just like you would have in a real multi-tiered organizational structure. It also helps with prompt management by letting you split long, complex instructions into smaller, focused tasks across multiple agents. While similar orchestration was already possible using sub-workflows, AI Agent Tool nodes are a good choice when you want the interaction to happen within a single execution or prefer to manage and debug everything from a single canvas.\n\n🛠️ **How to:**\n\n- Add an **AI Agent** node to your workflow and click **+** to create a Tools connection.\n- Search for and select the **AI Agent Tool** node from the Nodes Panel.\n- Name the node clearly so the primary agent can reference it, then add a short description and prompt.\n- Connect any LLMs, memory, and tools the agent needs to perform its role.\n- Instruct the primary **AI Agent** on when to use the **AI Agent Tool** and to pass along relevant context in its prompt.\n\n🧠 **Keep in mind:**\n\n- The orchestrating agent does not pass full execution context by default. Any necessary context must be included in the prompt.\n\n**AI Agent Tool** nodes makes it easier to build layered, agent-to-agent workflows without relying on sub-workflows, helping you move faster when building and debugging multi-agent systems.\n\nAI Agent Tool node\n\n### Contributors\n\n[ksg97031](https://github.com/ksg97031)\\\n[israelshenkar](https://github.com/israelshenkar)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.1...n8n@1.102.2) for this version.\\\n**Release date:** 2025-07-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.1...n8n@1.101.2) for this version.\\\n**Release date:** 2025-07-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.102.0...n8n@1.102.1) for this version.\\\n**Release date:** 2025-07-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.102.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.0...n8n@1.102.0) for this version.\\\n**Release date:** 2025-07-07\n\nThis release contains core updates, editor improvements, new nodes, node updates, and bug fixes.\n\n### Enforce 2FA across your instance\n\nEnterprise Instance owners can now enforce two-factor authentication (2FA) for all users in their instance.\n\nOnce enabled, any user who hasn’t set up 2FA will be redirected to complete the setup before they can continue using n8n. This helps organizations meet internal security policies and ensures stronger protection across the workspace.\n\nThis feature is available only on the Enterprise plan.\n\n### Contributors\n\n[marty-sullivan](https://github.com/marty-sullivan)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[dudanogueira](https://github.com/dudanogueira)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.101.0...n8n@1.101.1) for this version.\\\n**Release date:** 2025-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.101.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.100.0...n8n@1.101.0) for this version.\\\n**Release date:** 2025-06-30\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Contributors\n\n[luka-mimi](https://github.com/luka-mimi)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.100.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.100.0...n8n@1.100.1) for this version.\\\n**Release date:** 2025-06-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.100.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.99.0...n8n@1.100.0) for this version.\\\n**Release date:** 2025-06-23\n\nThis release contains core updates, editor improvements, a new node, node updates, and bug fixes.\n\n### Model Selector node\n\nThe [Model Selector node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.modelselector/) gives you more control when working with multiple LLMs in your workflows.\n\nUse it to determine which connected model should handle a given input, based on conditions like expressions or global variables. This makes it easier to implement model routing strategies, such as switching models based on performance, task type, cost, or availability.\n\n🛠️ **How to:** Connect multiple model nodes to the Model Selector node, then configure routing conditions in the node’s settings.\n\n🧠 **Keep in mind:**\n\n- Rules are evaluated in order. The first matching rule determines which model is used even if others would also match.\n- As a sub-node, expressions behave differently here: they always resolves to the first item rather than resolving for each item in turn.\n\nThe Model Selector node is especially useful in evaluation or production scenarios where routing logic between models needs to adapt based on performance, cost, availability, or dataset-specific needs.\n\nModel Selector node\n\n### Support for OIDC (OpenID Connect) authentication\n\nYou can now use OIDC (OpenID Connect) as an authentication method for Single Sign-On (SSO).\n\nThis gives enterprise teams more flexibility to integrate n8n with their existing identity providers using a widely adopted and easy-to-manage standard. OIDC is now available alongside SAML, giving Enterprises the choice to select what best fits their internal needs.\n\n### Project admins can now commit to Git within environments\n\nProject admins now have the ability to commit workflow and credential changes directly to Git through the environments feature. This update streamlines the workflow deployment process by giving project-level admins direct control over committing their changes. It also ensures that the those who know their workflows best can review and commit updates themselves, without needing to involve instance-level admins.\n\n[Learn more about source control environments](../../source-control-environments/)\n\n### Contributors\n\n[aliou](https://github.com/aliou)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.99.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.99.0...n8n@1.99.1) for this version.\\\n**Release date:** 2025-06-19\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.1...n8n@1.98.2) for this version.\\\n**Release date:** 2025-06-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.99.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.0...n8n@1.99.0) for this version.\\\n**Release date:** 2025-06-16\n\nThis release contains performance improvements, core updates, editor changes, node updates, and bug fixes.\n\n### Automatically name nodes\n\nDefault node names now update automatically based on the resource and operation selected, so you’ll always know what a node does at a glance.\n\nThis adds clarity to your canvas and saves time renaming nodes manually.\n\nDon’t worry, automatic naming won’t break references. And, and if you’ve renamed a node yourself, we’ll leave it just the way you wrote it.\n\n[](/_video/release-notes/automatic_node_naming.mp4)\n\n### Support for RAG extended with built-in templates\n\nRetrieval-Augmented Generation (RAG) can improve AI responses by providing language models access to data sources with up-to-date, domain-specific, or proprietary knowledge. RAG workflows typically rely on vector stores to manage and search this data efficiently.\n\nTo get the benefits of using vector stores, such as returning results based on semantic meaning rather than just keyword matches, you need a way to upload your data to the vector store and a way to query it.\n\nIn n8n, uploading and querying vectors stores happens in two workflows. Now, you have an example to get your started and make implementation easier with the **RAG starter template**.\n\n- The **Load Data** workflow shows how to add data with the appropriate embedding model, split it into chunks with the [Default Data Loader](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader/), and add metadata as desired.\n- The **Retriever** workflow for querying data, shows how agents and vector stores work together to help you define highly relevant results and save tokens using the **Question and Answer** tool.\n\nEnable semantic search and the retrieval of unstructured data for increased quality and relevance of AI responses.\n\n🛠️ **How to:**\n\n- Search for **RAG starter template** in the search bar of the Nodes panel to insert it into your workflow.\n\nLearn more about implementing RAG in n8n [here](../../advanced-ai/rag-in-n8n/).\n\nRAG starter template\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.98.0...n8n@1.98.1) for this version.\\\n**Release date:** 2025-06-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.98.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.97.0...n8n@1.98.0) for this version.\\\n**Release date:** 2025-06-11\n\nThis release contains performance improvements, core updates, editor changes, node updates, a new node, and bug fixes.\n\n### Contributors\n\n[luka-mimi](https://github.com/luka-mimi)\\\n[Alexandero89](https://github.com/Alexandero89)\\\n[khoazero123](https://github.com/khoazero123)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.97.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.97.0...n8n@1.97.1) for this version.\\\n**Release date:** 2025-06-04\n\nThis release contains backports.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.2...n8n@1.95.3) for this version.\\\n**Release date:** 2025-06-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.97.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.96.0...n8n@1.97.0) for this version.\\\n**Release date:** 2025-06-02\n\nThis release contains new features, performance improvements and bug fixes.\n\n### Convert to sub-workflow\n\nLarge, monolithic workflows can slow things down. They’re harder to maintain, tougher to debug, and more difficult to scale. With sub-workflows, you can take a more modular approach, breaking up big workflows into smaller, manageable parts that are easier to reuse, test, understand, and explain.\n\nUntil now, creating sub-workflows required copying and pasting nodes manually, setting up a new workflow from scratch, and reconnecting everything by hand. **Convert to sub-workflow** allows you to simplify this process into a single action, so you can spend more time building and less time restructuring.\n\n[](/_video/release-notes/convert_to_sub-workflow.mp4)\n\n**How it works**\n\n1. Highlight the nodes you want to convert to a sub-workflow. These must:\n - Be fully connected, meaning no missing steps in between them\n - Start from a single starting node\n - End with a single node\n1. Right-click to open the context menu and select **Convert to sub-workflow**\n - Or use the shortcut: `Alt + X`\n1. n8n will:\n - Open a new tab containing the selected nodes\n - Preserve all node parameters as-is\n - Replace the selected nodes in the original workflow with a **Call My Sub-workflow** node\n\n*Note*: You will need to manually adjust the field types in the Start and Return nodes in the new sub-workflow.\n\nThis makes it easier to keep workflows modular, performant, and easier to maintain.\n\nLearn more about [sub-workflows](../../flow-logic/subworkflows/).\n\nThis release contains performance improvements and bug fixes.\n\n### Contributors\n\n[maatthc](https://github.com/maatthc)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.96.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.0...n8n@1.96.0) for this version.\\\n**Release date:** 2025-06-02\n\nBuild failure\n\nThis release failed to build. Please use `1.97.0` instead.\n\nThis release contains API updates, core changes, editor improvements, node updates, and bug fixes.\n\n### API support for assigning users to projects\n\nYou can now use the API to add and update users within projects. This includes:\n\n- Assigning existing or pending users to a project with a specific role\n- Updating a user’s role within a project\n- Removing users from one or more projects\n\nThis update now allows you to use the API to add users to both the instance and specific projects, removing the need to manually assign them in the UI.\n\n### Add pending users to project member assignment\n\nYou can now add **pending users,** those who have been invited but haven't completed sign-up, to projects as members.\n\nThis change lets you configure a user's project access upfront, without waiting for them to finish setting up their account. It eliminates the back-and-forth of managing access post-sign-up, ensuring users have the right project roles immediately upon joining.\n\n### Contributors\n\n[matthabermehl](https://github.com/matthabermehl)\\\n[Stamsy](https://github.com/Stamsy)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.1...n8n@1.95.2) for this version.\\\n**Release date:** 2025-05-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.95.0...n8n@1.95.1) for this version.\\\n**Release date:** 2025-05-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.94.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.94.0...n8n@1.94.1) for this version.\\\n**Release date:** 2025-05-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.95.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.94.0...n8n@1.95.0) for this version.\\\n**Release date:** 2025-05-26\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Evaluations for AI workflows\n\nWe’ve added a feature to help you iterate, test, and compare changes to your AI automations before pushing them to production so you can achieve more predictability and make better decisions.\n\nWhen you're building with AI, a small prompt tweak or model swap might improve results with some inputs, while quietly degrading performance with others. But without a way to evaluate performance across many inputs, you’re left guessing whether your AI is actually getting better when you make a change.\n\nBy implementing **Evaluations for AI workflows** in n8n, you can assess how your AI performs across a range of inputs by adding a dedicated path in your workflow for running test cases and applying custom metrics to track results. This helps you build viable proof-of-concepts quickly, iterate more effectively, catch regressions early, and make more confident decisions when your AI is in production.\n\n#### Evaluation node and tab\n\nThe **Evaluation node** includes several operations that, when used together, enable end-to-end AI evaluation.\n\nEvaluation node\n\nUse this node to:\n\n- Run your AI logic against a wide range of test cases in the same execution\n- Capture the outputs of those test cases\n- Score the results using your own metrics or LLM-as-judge logic\n- Isolate a testing path to only include the nodes and logic you want to evaluate\n\nThe **Evaluations tab** enables you to review test results in the n8n UI, perfect for comparing runs, spotting regressions, and viewing performance over time.\n\n#### 🛠 How evaluations work\n\nThe evaluation path runs alongside your normal execution logic and only activates when you want—making it ideal for testing and iteration.\n\nGet started by selecting an AI workflow you want to evaluate that includes one or more LLM or Agent nodes.\n\n1. Add an **Evaluation** node with the **On new Evaluation event** operation. This node will act as an additional trigger you’ll run only when testing. Configure it to read your dataset from Google Sheets, with each row representing a test input.\n\n > 💡 Better datasets mean better evaluations. Craft your dataset from a variety of test cases, including edge cases and typical inputs, to get meaningful feedback on how your AI performs. Learn more and access sample datasets [here](../../advanced-ai/evaluations/light-evaluations/#1-create-a-dataset).\n\n1. Add a second **Evaluation** node using the **Set Outputs** operation after the part of the workflow you're testing—typically after an LLM or Agent node. This captures the response and writes it back to your dataset in Google Sheets.\n\n1. To evaluate output quality, add a third **Evaluation** node with the **Set Metrics** operation at a point after you’ve generated the outputs. You can develop workflow logic, custom calculations, or add an LLM-as-Judge to score the outputs. Map these metrics to your dataset in the node’s parameters.\n\n > 💡 Well-defined metrics = smarter decisions. Scoring your outputs based on similarity, correctness, or categorization can help you track whether changes are actually improving performance. Learn more and get links to example templates [here](../../advanced-ai/evaluations/metric-based-evaluations/#2-add-metrics-to-workflow).\n\nEvaluation workflow\n\nWhen the Evaluation trigger node is executed, it runs each input in our dataset through your AI logic. This continues until all test cases are processed, a limit is reached, or you manually stop the execution. Once your evaluation path is set up, you can update your prompt, model, or workflow logic—and re-run the Evaluation trigger node to compare results. If you’ve added metrics, they’ll appear in the Evaluations tab.\n\nIn some instances, you may want to isolate your testing path to make iteration faster or to avoid executing downstream logic. In this case, you can add an Evaluation node with the `Check If Evaluating` operation to ensure only the expected nodes run when performing evaluations.\n\n#### Things to keep in mind\n\nEvaluations for AI Workflows are designed to fit into your development flow, with more enhancements on the way. For now, here are a few things to note:\n\n- Test datasets are currently managed through Google Sheets. You’ll need a Google Sheets credential to run evaluations.\n- Each workflow supports one evaluation at a time. If you’d like to test multiple segments, consider splitting them into sub-workflows for more flexibility.\n- Community Edition supports one single evaluation. Pro and Enterprise plans allow unlimited evaluations.\n- AI Evaluations are not enabled for instances in scaling mode at this time.\n\nYou can find details, tips, and common troubleshooting info [here](../../advanced-ai/evaluations/tips-and-common-issues/).\n\n👉 Learn more about the AI evaluation strategies and practical implementation techniques. [Watch now](https://www.youtube.com/live/QkciQpotQBQ?feature=shared).\n\n### Contributors\n\n[Phiph](https://github.com/Phiph)\\\n[cesars-gh](https://github.com/cesars-gh)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.94.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.93.0...n8n@1.94.0) for this version.\\\n**Release date:** 2025-05-19\n\nThis release contains editor improvements, an API update, node updates, new nodes, and bug fixes.\n\n### Verified community nodes on Cloud\n\nWe’ve expanded the n8n ecosystem and unlocked a new level of flexibility for all users including those on n8n Cloud! Now you can access a select set of community nodes and partner integrations without leaving the canvas. This means you install and automate with a wider range of integrations without leaving your workspace. The power of the community is now built-in.\n\nThis update focuses on three major improvements:\n\n- **Cloud availability**: Community nodes are no longer just for self-hosted users. A select set of nodes is now available on n8n Cloud.\n- **Built-in discovery**: You can find and explore these nodes right from the Nodes panel without leaving the editor or searching on npm.\n- **Trust and verification**: Nodes that appear in the editor have been manually vetted for quality and security. These verified nodes are marked with a checkmark.\n\nWe’re starting with a selection of around 25 nodes, including some of the most-used community-built packages and partner-supported integrations. For this phase, we focused on nodes that don’t include external package dependencies - helping streamline the review process and ensure a smooth rollout.\n\nThis is just the start. We plan to expand the library gradually, bringing even more verified nodes into the editor along with the powerful and creative use cases they unlock. In time, our criteria will evolve, opening the door to a wider range of contributions while keeping quality and security in focus.\n\nLearn more about this update and find out which nodes are already installable from the editor in our [blog](https://blog.n8n.io/community-nodes-available-on-n8n-cloud/) post.\n\n💻 **Use a verified node**\n\nMake sure you're on **n8n version 1.94.0** or later and the instance Owner has enabled verified community nodes. On Cloud, this can be done from the Admin Panel. For self-hosted instances, please refer to [documentation](../../hosting/configuration/environment-variables/nodes/). In both cases, verified nodes are enabled by default.\n\n- Open the **Nodes panel** from the editor\n- Search for the Node. Verified nodes are indicated by a shield 🛡️\n- Select the node and click **Install**\n\n[](/_video/release-notes/Community-nodes-node-panel.mp4)\n\nOnce an Owner installs a node, everyone on the instance can start using it—just drag, drop, and connect like any other node in your workflow.\n\n🛠️ **Build a node and get it verified**\n\nWant your node to be verified and discoverable from the editor? Here’s how to get involved:\n\n1. Review the [community node verification guidelines](../../integrations/creating-nodes/build/reference/verification-guidelines/).\n1. If you’re building something new, follow the recommendations for [creating nodes](../../integrations/creating-nodes/overview/).\n1. Check your design against the [UX guidelines](../../integrations/creating-nodes/build/reference/ux-guidelines/).\n1. [Submit your node](../../integrations/creating-nodes/deploy/submit-community-nodes/) to npm.\n1. Request verification by filling out [this form](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b).\n\n**Already built a node? Raise your hand!**\n\nIf you’ve already published a community node and want it considered for verification, make sure it meets the requirements noted above, then let us know by submitting the interest [form](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b). We’re actively curating the next batch and would love to include your work.\n\n### Extended logs view\n\nWhen workflows get complex, debugging can get... clicky. That’s where an extended **Logs View** comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.\n\nThis update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.\n\nYou can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.\n\n⚙️**What it does**\n\n- Adds a **Logs view** to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).\n- Displays a **hierarchical list of nodes** in the order they were executed—including expanded views of sub-workflows.\n- Allows you to **click a node in hierarchy** to preview inputs and outputs directly, or jump into the full Node Details view with a link.\n- Provides ability to **toggle** input and output data on and off.\n- Highlights each node **live as it runs**, showing when it starts, completes, or fails.\n- Includes **execution history** view to explore past execution data in a similar way.\n- Shows **roll-up stats** like total execution time and total AI tokens used (for AI-enabled workflows).\n- Includes a **“pop out”** button to open the logs as a floating window—perfect for dragging to another screen while debugging.\n\n🛠️**How to**\n\nTo access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\\\n[feelgood-interface](https://github.com/feelgood-interface)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.93.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.0...n8n@1.93.0) for this version.\\\n**Release date:** 2025-05-12\n\nThis release contains core updates, editor improvements, new nodes, node updates, and bug fixes.\n\n### Faster ways to open sub-workflows\n\nWe’ve added several new ways to navigate your multi-workflow automations faster.\n\nFrom any workflow with a sub-workflow node:\n\n🖱️ Right-click on a sub-workflow node and select `Open sub-workflow` from the context menu\n\n⌨️ Keyboard shortcuts\n\n- **Windows:** `CTRL + SHIFT + O` or `CTRL + Double Click`\n- **Mac:** `CMD + SHIFT + O` or `CMD + Double Click`\n\nThese options will bring your sub-workflow up in a new tab.\n\n### Archive workflows\n\nIf you’ve ever accidentally removed a workflow, you’ll appreciate the new archiving feature. Instead of permanently deleting workflows with the Remove action, workflows are now archived by default. This allows you to recover them if needed.\n\n**How to:**\n\n- **Archive a workflow** - Select **Archive** from the Editor UI menu. It has replaced the **Remove** action.\n- **Find archived workflows** - Archived workflows are hidden by default. To find your archived workflows, select the option for **Show archived workflows** in the workflow filter menu.\n- **Permanently delete a workflow** - Once a workflow is archived, you can **Delete** it from the options menu.\n- **Recover a workflow** - Select **Unarchive** from the options menu.\n\n**Keep in mind:**\n\n- Workflows archival requires the same permissions as required previously for removal.\n- You cannot select archived workflows as sub-workflows to execute\n- Active workflows are deactivated when they are archived\n- Archived workflows can not be edited\n\n### Contributors\n\n[LeaDevelop](https://github.com/LeaDevelop)\\\n[ayhandoslu](https://github.com/ayhandoslu)\\\n[valentina98](https://github.com/valentina98)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.1...n8n@1.92.2) for this version.\\\n**Release date:** 2025-05-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.2...n8n@1.91.3) for this version.\\\n**Release date:** 2025-05-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.92.0...n8n@1.92.1) for this version.\\\n**Release date:** 2025-05-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.92.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.0...n8n@1.92.0) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Partial Execution for AI Tools\n\nWe’ve made it easier to build and iterate on AI agents in n8n. You can now run and test specific tools without having to execute the entire agent workflow.\n\nPartial execution is especially useful when refining or troubleshooting parts of your agent logic. It allows you to test changes incrementally, without triggering full agent runs, reducing unnecessary AI calls, token usage, and downstream activity. This makes iteration faster, more cost-efficient, and more precise when working with complex or multi-step AI workflows.\n\nPartial execution for AI tools is available now for all tools - making it even easier to build, test, and fine-tune AI agents in n8n.\n\n[](/_video/release-notes/AI-agent-partial-execution.mp4)\n\n**How to:**\n\nTo use this feature you can either:\n\n- Click the **Play** button on the tool you want to execute directly from the canvas view.\n- Open the tool’s **Node Details View** and select **\"Execute Step\"** to run it from there.\n\nIf you have previously run the workflow, the input and output will be prefilled with data from the last execution. A pop-up form will open where you can manually fill in the parameters before executing your test.\n\n### Extended logs view\n\nWhen workflows get complex, debugging can get... clicky. That’s where an extended **Logs View** comes in. Now you can get a clearer path to trace executions, troubleshoot issues, and understand the behavior of a complete workflow — without bouncing between node detail views.\n\nThis update brings a unified, always-accessible panel to the bottom of the canvas, showing you each step of the execution as it happens. Whether you're working with loops, sub-workflows, or AI agents, you’ll see a structured view of everything that ran, in the order it ran—with input, output, and status info right where you need it.\n\nYou can jump into node details when you want to dig deeper, or follow a single item through every step it touched. Real-time highlighting shows you which nodes are currently running or have failed, and you’ll see total execution time for any workflow—plus token usage for AI workflows to help monitor performance. And if you're debugging across multiple screens? Just pop the logs out and drag them wherever you’d like.\n\n⚙️**What it does**\n\n- Adds a **Logs view** to the bottom of the canvas that can be opened or collapsed. (Chat also appears here if your workflow uses it).\n- Displays a **hierarchical list of nodes** in the order they were executed—including expanded views of sub-workflows.\n- Allows you to **click a node in hierarchy** to preview inputs and outputs directly, or jump into the full Node Details view with a link.\n- Provides ability to **toggle** input and output data on and off.\n- Highlights each node **live as it runs**, showing when it starts, completes, or fails.\n- Includes **execution history** view to explore past execution data in a similar way.\n- Shows **roll-up stats** like total execution time and total AI tokens used (for AI-enabled workflows).\n- Includes a **“pop out”** button to open the logs as a floating window—perfect for dragging to another screen while debugging.\n\n🛠️**How to**\n\nTo access the expanded logs view, click on the Logs bar at the bottom of the canvas. The view is also opens up when you open the chat window on the bottom of the page.\n\n### Insights enhancements for Enterprise\n\nTwo weeks after the launch of [Insights](../../insights/), we’re releasing some enhancements designed for enterprise users.\n\n- **Expanded time ranges**. You can now filter insights over a variety of time periods, from the last 24 hours up to 1 year. Pro users are limited to 7 day and 14 day views.\n- **Hourly granularity**. Drill down into the last 24 hours of production executions with hourly granularity, making it easier to analyze workflows and quickly identify issues.\n\nThese updates provide deeper visibility into workflow history, helping you uncover trends over longer periods and detect problems sooner with more precise reporting.\n\nFilter insights\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.1...n8n@1.91.2) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.2...n8n@1.90.3) for this version.\\\n**Release date:** 2025-05-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.91.0...n8n@1.91.1) for this version.\\\n**Release date:** 2025-05-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.91.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.0...n8n@1.91.0) for this version.\\\n**Release date:** 2025-04-28\n\nThis release contains core updates, editor improvements, node updates, and bug fixes.\n\n### Breadcrumb view from the canvas\n\nWe’ve added **breadcrumb navigation directly on the canvas**, so you can quickly navigate to any of a workflow’s parent folders right from the canvas.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.1...n8n@1.90.2) for this version.\\\n**Release date:** 2025-04-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.90.0...n8n@1.90.1) for this version.\\\n**Release date:** 2025-04-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.90.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.0...n8n@1.90.0) for this version.\\\n**Release date:** 2025-04-22\n\nThis release contains core updates, editor updates, node updates, performance improvements, and bug fixes.\n\n### Extended HTTP Request tool functionality\n\nWe’ve brought the full power of the HTTP Request node to the HTTP Request tool in AI workflows. That means your AI Agents now have access to all the advanced configuration options—like Pagination, Batching, Timeout, Redirects, Proxy support, and even cURL import.\n\n[](/_video/release-notes/http-request-tool.mp4)\n\nThis update also includes support for the `$fromAI` function to dynamically generate the right parameters based on the context of your prompt — making API calls smarter, faster, and more flexible than ever.\n\n**How to:**\n\n- Open your AI Agent node in the canvas.\n- Click the **‘+’ icon** to add a new tool connection.\n- In the **Tools panel**, select HTTP **Request Tool.**\n- Configure it just like you would a regular **HTTP Request node** — including advanced options\n\n👉 Learn more about configuring the [HTTP Request tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolhttprequest/).\n\n### Scoped API keys\n\nUsers on the Enterprise plan can now create API keys with specific scopes to control exactly what each key can access.\n\nScoped API keys\n\nPreviously, API keys had full read/write access across all endpoints. While sometimes necessary, this level of access can be excessive and too powerful for most use cases. Scoped API keys allow you to limit access to only the resources and actions a service or user actually needs.\n\n**What’s new**\n\nWhen creating a new API key, you can now:\n\n- Select whether the key has read, write, or both types of access.\n- Specify which resources the key can interact with.\n\nSupported scopes include:\n\n- Variables — list, create, delete\n- Security audit — generate reports\n- Projects — list, create, update, delete\n- Executions — list, read, delete\n- Credentials — list, create, update, delete, move\n- Workflows — list, create, update, delete, move, add/remove tags\n\nScoped API keys give you more control and security. You can limit access to only what’s needed, making it safer to work with third parties and easier to manage internal API usage.\n\n### Drag and Drop in Folders\n\nFolders just got friendlier. With this release, you can now **drag and drop workflows and folders** — making it even easier to keep things tidy.\n\nNeed to reorganize? Just select a workflow or folder and drag it into another folder or breadcrumb location. It’s a small change that makes a big difference when managing a growing collection of workflows.\n\n[](/_video/release-notes/Drag-and-drop-folders.mp4)\n\n📁 Folders are available to all [registered](../../hosting/community-edition-features/#registered-community-edition) users—jump in and get your workspace in order!\n\n### Contributors\n\n[Zordrak](https://github.com/Zordrak)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.1...n8n@1.89.2) for this version.\\\n**Release date:** 2025-04-16\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.89.0...n8n@1.89.1) for this version.\\\n**Release date:** 2025-04-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.89.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.88.0...n8n@1.89.0) for this version.\\\n**Release date:** 2025-04-14\n\nThis release contains API updates, core updates, editor updates, a new node, node updates, and bug fixes.\n\n### Insights\n\nWe're rolling out [Insights](../../insights/), a new dashboard to monitor how your workflows are performing over time. It's designed to give admins (and owners) better visibility of their most important workflow metrics and help troubleshoot potential issues and improvements.\n\nIn this first release, we’re introducing a summary banner, the insights dashboard, and time saved per execution.\n\n#### 1. Summary banner\n\nA new banner on the overview page that gives instance admins and owners a birds eye view of key metrics over the last 7 days.\n\nInsights summary banner\n\nAvailable metrics:\n\n- Total production executions\n- Total failed executions\n- Failure rate\n- Average runtime of all workflows\n- Estimated time saved\n\nThis overview is designed to help you stay on top of workflow activity at a glance. It is available for all plans and editions.\n\n#### 2. Insights dashboard\n\nOn Pro and Enterprise plans, a new dashboard offers a deeper view into workflow performance and activity.\n\nInsights dashboard\n\nThe dashboard includes:\n\n- Total production executions over time, including a comparison of successful and failed executions\n- Per-workflow breakdowns of key metrics\n- Comparisons with previous periods to help spot changes in usage or behavior\n- Runtime average and failure rate over time\n\n#### 3. Time saved per execution\n\nWithin workflow settings, you can now assign a “time saved per execution” value to any workflow. This makes it possible to track the impact of your workflows and make it easier to share this visually with other teams and stakeholders.\n\nThis is just the beginning for Insights: the next phase will introduce more advanced filtering and comparisons, custom date ranges, and additional monitoring capabilities.\n\n### Node updates\n\n- We added a credential check for the Salesforce node\n- We added SearXNG as a tool for AI agents\n\nYou can now search within subfolders, making it easier to find workflows across all folder levels. Just type in the search bar and go.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.88.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.0...n8n@1.88.0) for this version.\\\n**Release date:** 2025-04-10\n\nThis release contains new features, new nodes, performance improvements, and bug fixes.\n\n### Model Context Protocol (MCP) nodes\n\nMCP aims to standardise how LLMs like Claude, ChatGPT, or Cursor can interact with tools or integrate data for their agents. Many providers - both established or new - are adopting MCP as a standard way to build agentic systems. It is an easy way to either expose your own app as a server, making capabilities available to a model as tools, or as a client that can call on tools outside of your own system.\n\nWhile it’s still early in the development process, we want to give you access to our new MCP nodes. This will help us understand your requirements better and will also let us converge on a great general solution quicker.\n\nWe are adding two new nodes:\n\n- a MCP [Server Trigger](../../integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/) for any workflow\n- a MCP [Client Tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for the AI Agent\n\nThe MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. You can run multiple MCP servers from your n8n instance. The MCP Client Tool connects LLMs - and other intelligent agents - to any MCP-enabled service through a single interface.\n\nMax from our DevRel team created an official walkthrough for you to get started:\n\n[Studio Update #04](https://youtu.be/45WPU7P-1QQ?feature=shared)\n\n### MCP Server Trigger\n\nThe MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n. The node acts as an entry point into n8n for MCP clients. It operates by exposing a URL that MCP clients can interact with to access n8n tools. This means your n8n workflows and integrations are now available to models run elsewhere. Pretty neat.\n\nMCP Server Trigger\n\n[Explore the MCP Server Trigger docs](../../integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/)\n\n### MCP Client Tool\n\nThe MCP Client Tool node is a MCP client, allowing you to use the tools exposed by an external MCP server. You can connect the MCP Client Tool node to your models to call external tools with n8n agents. In this regard it is similar to using a n8n tool with your AI agent. One advantage is that the MCP Client Tool can access multiple tools on the MCP server at once, keeping your canvas cleaner and easier to understand.\n\nMCP Client Tools\n\n[Explore the MCP Client Tool docs](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/)\n\n### Node updates\n\n- Added a node for Azure Cosmos DB\n- Added a node for Milvus Vector Store\n- Updated the Email Trigger (IMAP) node\n\n### Contributors\n\n[adina-hub](https://github.com/adina-hub)\\\n[umanamente](https://github.com/umanamente)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.1...n8n@1.87.2) for this version.\\\n**Release date:** 2025-04-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.86.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.86.0...n8n@1.86.1) for this version.\\\n**Release date:** 2025-04-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.87.0...n8n@1.87.1) for this version.\\\n**Release date:** 2025-04-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.87.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.86.0...n8n@1.87.0) for this version.\\\n**Release date:** 2025-04-07\n\nThis release contains new nodes, node updates, API updates, core updates, editor updates, and bug fixes.\n\n### Contributors\n\n[cesars-gh](https://github.com/cesars-gh)\\\n[Stamsy](https://github.com/Stamsy)\\\n[Pash10g](https://github.com/Pash10g)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.86.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.0...n8n@1.86.0) for this version.\\\n**Release date:** 2025-03-31\n\nThis release contains API updates, core updates, editor improvements, node updates, and bug fixes.\n\n### Contributors\n\n[Aijeyomah](https://github.com/Aijeyomah)\\\n[ownerer](https://github.com/ownerer)\\\n[ulevitsky](https://github.com/ulevitsky)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.3...n8n@1.85.4) for this version.\\\n**Release date:** 2025-03-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.2...n8n@1.84.3) for this version.\\\n**Release date:** 2025-03-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.1...n8n@1.84.2) for this version.\\\n**Release date:** 2025-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.2...n8n@1.85.3) for this version.\\\n**Release date:** 2025-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.1...n8n@1.85.2) for this version.\\\n**Release date:** 2025-03-25\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.85.0...n8n@1.85.1) for this version.\\\n**Release date:** 2025-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.85.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.0...n8n@1.85.0) for this version.\\\n**Release date:** 2025-03-24\n\nThis release contains a new node, a new credential, core updates, editor updates, node updates, and bug fixes.\n\n### Folders\n\nWhat can we say about folders? Well, they’re super handy for categorizing just about everything and they’re finally available for your n8n workflows. Tidy up your workspace with unlimited folders and nested folders. Search for workflows within folders. It’s one of the ways we’re making it easier to organize your n8n instances more effectively.\n\n**How to use it:**\n\nCreate and manage folders within your personal space or within projects. You can also create workflows from within a folder. You may need to restart your instance in order to activate folders.\n\nIt's a folder alright\n\nFolders are available for all [registered](../../hosting/community-edition-features/#registered-community-edition) users so get started with decluttering your workspace now and look for more features (like drag and drop) to organize your instances soon.\n\n### Enhancements to Form Trigger Node\n\nRecent updates to the Form Trigger node have made it a more powerful tool for building business solutions. These enhancements provide more flexibility and customization, enabling teams to create visually engaging and highly functional workflows with forms.\n\n- **HTML customization:** Add custom HTML to forms, including embedded images and videos, for richer user experiences.\n- **Custom CSS support**: Apply custom styles to user-facing components to align forms with your brand’s look and feel. Adjust fonts, colors, and spacing for a seamless visual identity.\n- **Form previews:** Your form’s description and title will pull into previews of your form when sharing on social media or messaging apps, providing a more polished look.\n- **Hidden fields:** Use query parameters to add hidden fields, allowing you to pass data—such as a referral source—without exposing it to the user.\n- **New responses options:** Respond to user submissions in multiple ways including text, HTML, or a downloadable file (binary format). This enables forms to display rich webpages or deliver digital assets such as dynamically generated invoices or personalized certificates.\n\nForm with custom CSS applied\n\nThese improvements elevate the Form Trigger node beyond a simple workflow trigger, transforming it into a powerful tool for addressing use cases from data collection and order processing to custom content creation.\n\n### Contributors\n\n[Fank](https://github.com/Fank)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.84.0...n8n@1.84.1) for this version.\\\n**Release date:** 2025-03-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.84.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.0...n8n@1.84.0) for this version.\\\n**Release date:** 2025-03-17\n\nThis release contains a new node, node updates, editor updates, and bug fixes.\n\n### Contributors\n\n[Pash10g](https://github.com/Pash10g)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.1...n8n@1.83.2) for this version.\\\n**Release date:** 2025-03-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.3...n8n@1.82.4) for this version.\\\n**Release date:** 2025-03-14\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.2...n8n@1.82.3) for this version.\\\n**Release date:** 2025-03-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.83.0...n8n@1.83.1) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.83.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.83.0) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes and an editor update.\n\n### Schema Preview\n\nSchema Preview lets you view and work with a node’s expected output without executing it or adding credentials, keeping you in flow while building.\n\n- **See expected node outputs instantly.** View schemas for over 100+ nodes to help you design workflows efficiently without extra steps.\n- **Define workflow logic first, take care of credentials later.** Build your end-to-end workflow without getting sidetracked by credential setup.\n- **Avoid unwanted executions when building.** Prevent unnecessary API calls, unwanted data changes, or potential third-party service costs by viewing outputs without executing nodes.\n\n**How to use it:**\n\n- Add a node with Schema Preview support to your workflow.\n- Open the next node in the sequence - Schema Preview data appears in the Node Editor where you would typically find it in the Schema View.\n- Use Schema Preview fields just like other schema data - drag and drop them into parameters and settings as needed.\n\n[](/_video/release-notes/Schema_preview.mp4)\n\nDon’t forget to add the required credentials before putting your workflow into production.\n\n### Contributors\n\n[pemontto](https://github.com/pemontto)\\\n[Haru922](https://github.com/Haru922)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.1...n8n@1.82.2) for this version.\\\n**Release date:** 2025-03-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.82.1) for this version.\\\n**Release date:** 2025-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.82.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.82.0) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains core updates, editor updates, new nodes, node updates, new credentials, credential updates, and bug fixes.\n\n### Tidy up\n\nTidy up instantly aligns nodes, centers stickies, untangles connections, and brings structure to your workflows. Whether you're preparing to share a workflow or just want to improve readability, this feature saves you time and makes your logic easier to follow. Clean, well-organized workflows aren't just nicer to look at—they’re also quicker to understand.\n\n**How to:**\n\nOpen the workflow you want to tidy, then choose one of these options:\n\n- Click the **Tidy up** button in the bottom-left corner of the canvas (it looks like a broom 🧹)\n- Press **Shift + Alt + T** on your keyboard\n- Right-click anywhere on the canvas and select **Tidy up workflow**\n\nWant to tidy up just part of your workflow? Select the specific nodes you want to clean up first - Tidy up will only adjust those, along with any stickies behind them.\n\n[](/_video/release-notes/tidy_up.mp4)\n\n### Multiple API keys\n\nn8n now supports multiple API keys, allowing users to generate and manage separate keys for different workflows or integrations. This improves security by enabling easier key rotation and isolation of credentials. Future updates will introduce more granular controls.\n\nMultiple API keys\n\n### Contributors\n\n[Rostammahabadi](https://github.com/Rostammahabadi)\\\n[Lanhild](https://github.com/Lanhild)\\\n[matthiez](https://github.com/matthiez)\\\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[adina-hub](https://github.com/adina-hub)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.3...n8n@1.81.4) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.2...n8n@1.81.3) for this version.\\\n**Release date:** 2025-03-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.1...n8n@1.81.2) for this version.\\\n**Release date:** 2025-02-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.4...n8n@1.80.5) for this version.\\\n**Release date:** 2025-02-28\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.3...n8n@1.80.4) for this version.\\\n**Release date:** 2025-02-27\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.81.1) for this version.\\\n**Release date:** 2025-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.81.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.0...n8n@1.81.0) for this version.\\\n**Release date:** 2025-02-24\n\nThis release contains bug fixes, a core update, editor improvements, and a node update.\n\n### Improved partial executions\n\nThe new execution engine for partial executions ensures that testing parts of a workflow in the builder closely mirrors production behaviour. This makes iterating with updated run-data faster and more reliable, particularly for complex workflows.\n\nBefore, user would test parts of a workflow in the builder that didn't consistently reflect production behaviour, leading to unexpected results during development.\n\nThis update aligns workflow execution in the builder with production behavior.\n\nHere is an example for loops:\n\nBefore\n\n[](/_video/release-notes/Partial-execution-loop-before.mp4)\n\nAfter\n\n[](/_video/release-notes/Partial-execution-loop-after.mp4)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.2...n8n@1.80.3) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.3...n8n@1.79.4) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.1...n8n@1.80.2) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.2...n8n@1.79.3) for this version.\\\n**Release date:** 2025-02-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.0...n8n@1.80.1) for this version.\\\n**Release date:** 2025-02-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.1...n8n@1.79.2) for this version.\\\n**Release date:** 2025-02-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.80.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.0...n8n@1.80.0) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains bug fixes and an editor improvement.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.2...n8n@1.75.3) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.3...n8n@1.74.4) for this version.\\\n**Release date:** 2025-02-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.79.0...n8n@1.79.1) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.78.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.78.0...n8n@1.78.1) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.3...n8n@1.77.4) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.3...n8n@1.76.4) for this version.\\\n**Release date:** 2025-02-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.79.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.78.0) for this version.\\\n**Release date:** 2025-02-12\n\nThis release contains new features, node updates, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.2...n8n@1.77.3) for this version.\\\n**Release date:** 2025-02-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.78.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.78.0) for this version.\\\n**Release date:** 2025-02-05\n\nThis release contains new features, node updates, and bug fixes.\n\n### Contributors\n\n[mocanew](https://github.com/mocanew)\\\n[Timtendo12](https://github.com/Timtendo12)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.1...n8n@1.77.2) for this version.\\\n**Release date:** 2025-02-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.2...n8n@1.76.3) for this version.\\\n**Release date:** 2025-02-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.77.1) for this version.\\\n**Release date:** 2025-02-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.1...n8n@1.76.2) for this version.\\\n**Release date:** 2025-02-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.77.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.77.0) for this version.\\\n**Release date:** 2025-01-29\n\nThis release contains new features, editor updates, new nodes, new credentials, node updates, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.76.1) for this version.\\\n**Release date:** 2025-01-23\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.76.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.0...n8n@1.76.0) for this version.\\\n**Release date:** 2025-01-22\n\nThis release contains new features, editor updates, new credentials, node improvements, and bug fixes.\n\n### Contributors\n\n[Stamsy](https://github.com/Stamsy)\\\n[GKdeVries](https://github.com/GKdeVries)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.1...n8n@1.75.2) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.2...n8n@1.74.3) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.75.0...n8n@1.75.1) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.1...n8n@1.74.2) for this version.\\\n**Release date:** 2025-01-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.75.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.0...n8n@1.75.0) for this version.\\\n**Release date:** 2025-01-15\n\nThis release contains bug fixes and editor updates.\n\n### Improved consistency across environments\n\nWe added new UX and automatic changes improvements resulting in a better consistency between your staging and production instances.\n\nPreviously, users faced issues like:\n\n- Lack of visibility into required credential updates when pulling changes\n- Incomplete synchronization, where changes — such as deletions — weren’t always applied across environments\n- Confusing commit process, making it unclear what was being pushed or pulled\n\nWe addressed these by:\n\n- Clearly indicating required credential updates when pulling changes\n- Ensuring deletions and other modifications sync correctly across environments\n- Improving commit selection to provide better visibility into what’s being pushed\n\nCommit modal\n\nPull notification\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.74.0...n8n@1.74.1) for this version.\\\n**Release date:** 2025-01-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.74.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@1.74.0) for this version.\\\n**Release date:** 2025-01-08\n\nThis release contains new features, a new node, node updates, performance improvements and bug fixes.\n\n### Overhauled Code node editing experience\n\nWe added a ton of new helpers to the Code node, making edits of your code much faster and more comfortable. You get:\n\n- TypeScript autocomplete\n- TypeScript linting\n- TypeScript hover tips\n- Search and replace\n- New keyboard shortcuts based on the VSCode keymap\n- Auto-formatting using prettier (Alt+Shift+F)\n- Remember folded regions and history after refresh\n- Multi cursor\n- Type function in the Code node using JSDoc types\n- Drag and drop for all Code node modes\n- Indentation markers\n\nWe build this on a web worker architecture so you won't have to suffer from performance degradation while typing.\n\nTo get the full picture, check out our Studio update with Max and Elias, where they discuss and demo the new editing experience. 👇\n\n[Studio Update #04](https://youtu.be/De1E58MPaMQ?t=645)\n\n### New node: Microsoft Entra ID\n\nMicrosoft Entra ID (formerly known as Microsoft Azure Active Directory or Azure AD) is used for cloud-based identity and access management. [The new node](../../integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/) supports a wide range of Microsoft Entra ID features, which includes creating, getting, updating, and deleting users and groups, as well as adding users to and removing them from groups.\n\n### Node updates\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Vector stores can now be directly used as tools for the agent\n- [Code](../../code/builtin/overview/): Tons of new speed and convenience features, see above for details\n- [Google Vertex Chat](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglevertex/): Added option to specify the GCP region for the Google API credentials\n- [HighLevel](../../integrations/builtin/app-nodes/n8n-nodes-base.highlevel/): Added support for calendar items\n\nWe also added a custom [projects](../../user-management/rbac/projects/) icon selector on top of the available emojis. Pretty!\n\n### Contributors\n\n[igatanasov](https://github.com/igatanasov)\\\n[Stamsy](https://github.com/Stamsy)\\\n[feelgood-interface](https://github.com/feelgood-interface)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.73.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@1.73.1) for this version.\\\n**Release date:** 2024-12-19\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.73.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.72.0...n8n@1.73.0) for this version.\\\n**Release date:** 2024-12-19\n\nThis release contains node updates, performance improvements, and bug fixes.\n\n### Node updates\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Updated descriptions for Chat Trigger options\n- [Facebook Graph API](../../integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/): Updated for API v21.0\n- [Gmail](../../integrations/builtin/app-nodes/n8n-nodes-base.gmail/): Added two new options for the `Send and wait` operation, free text and custom form\n- [Linear Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/): Added support for admin scope\n- [MailerLite](../../integrations/builtin/app-nodes/n8n-nodes-base.mailerlite/): Now supports the new API\n- [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Added two new options for the `Send and wait` operation, free text and custom form\n\nWe also added credential support for [SolarWinds IPAM](../../integrations/builtin/credentials/solarwindsipam/) and [SolarWinds Observability](../../integrations/builtin/credentials/solarwindsobservability/).\n\nLast, but not least, we [improved the schema view performance in the node details view by 90%](https://github.com/n8n-io/n8n/pull/12180) and added drag and drop re-ordering to parameters. This comes in very handy in the [If](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Edit Fields](../../integrations/builtin/core-nodes/n8n-nodes-base.set/) nodes.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[mickaelandrieu](https://github.com/mickaelandrieu)\\\n[Stamsy](https://github.com/Stamsy)\\\n[pbdco](https://github.com/pbdco)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.72.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.72.0...n8n@1.72.1) for this version.\\\n**Release date:** 2024-12-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.2...n8n@1.71.3) for this version.\\\n**Release date:** 2024-12-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.72.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.0...n8n@1.72.0) for this version.\\\n**Release date:** 2024-12-11\n\nThis release contains node updates, usability improvements, and bug fixes.\n\n### Node updates\n\n- [AI Transform](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): The `maximum context length` error now retries with reduced payload size\n- [Redis](../../integrations/builtin/app-nodes/n8n-nodes-base.redis/): Added support for `continue on fail`\n\n### Improved commit modal\n\nWe added filters and text search to the commit modal when working with [Environments](../../source-control-environments/). This will make committing easier as we provide more information and better visibility. Environments are available on the Enterprise plan.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.1...n8n@1.71.2) for this version.\\\n**Release date:** 2024-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.3...n8n@1.70.4) for this version.\\\n**Release date:** 2024-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.71.0...n8n@1.71.1) for this version.\\\n**Release date:** 2024-12-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.2...n8n@1.70.3) for this version.\\\n**Release date:** 2024-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.71.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.2...n8n@1.71.0) for this version.\\\n**Release date:** 2024-12-04\n\nThis release contains node updates, performance improvements, and bug fixes.\n\n### Task runners for the Code node in public beta\n\nWe'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.\n\nTask runners overview\n\nOur 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.\n\nThe Task runner comes in two modes:\n\n- Internal mode (default): Perfect for getting started, automatically managing task runners as child processes\n- External mode: For advanced hosting scenarios requiring maximum isolation and security\n\nCurrently, this feature is opt-in and can be enabled using [environment variables](../../hosting/configuration/environment-variables/task-runners/). Once stable, it will become the default execution method for Code nodes.\n\nTo start using Task runners today, [check out the docs](../../hosting/configuration/task-runners/).\n\n### Node updates\n\n- [AI Transform node](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): We improved the prompt for code generation to transform data\n- [Code node](../../integrations/builtin/core-nodes/n8n-nodes-base.code/): We added a warning if `pairedItem` is absent or could not be auto mapped\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.1...n8n@1.70.2) for this version.\\\n**Release date:** 2024-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.70.0...n8n@1.70.1) for this version.\\\n**Release date:** 2024-11-29\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.70.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.70.0) for this version.\\\n**Release date:** 2024-11-27\n\nThis release contains node updates, performance improvements and bug fixes.\n\n### New canvas in beta\n\nThe 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.\n\nWe'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.\n\n### Node updates\n\n- We added credential support for [Zabbix](../../integrations/builtin/credentials/zabbix/) to the HTTP request node\n- We added new OAuth2 credentials for [Microsoft SharePoint](../../integrations/builtin/credentials/microsoft/)\n- The [Slack node](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/#operations) now uses markdown for the approval message when using the `Send and Wait for Approval` operation\n\n### Contributors\n\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[adina-hub](https://github.com/adina-hub)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.68.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.68.0...n8n@1.68.1) for this version.\\\n**Release date:** 2024-11-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.1...n8n@1.69.2) for this version.\\\n**Release date:** 2024-11-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.69.1) for this version.\\\n**Release date:** 2024-11-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.69.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.68.0...n8n@1.69.0) for this version.\\\n**Release date:** 2024-11-20\n\nThis release contains a new feature, node improvements and bug fixes.\n\n### Sub-workflow debugging\n\nWe made it much easier to debug sub-workflows by improving their accessibility from the parent workflow.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.68.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.67.1...n8n@1.68.0) for this version.\\\n**Release date:** 2024-11-13\n\nThis release contains node updates, performance improvements and many bug fixes.\n\n#### New AI agent canvas chat\n\nWe 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.\n\n[](/_video/release-notes/AI-chat-on-canvas.mp4)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.67.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.67.0...n8n@1.67.1) for this version.\\\n**Release date:** 2024-11-07\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.67.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.66.0...n8n@1.67.0) for this version.\\\n**Release date:** 2024-11-06\n\nThis release contains node updates and bug fixes.\n\n### Node updates\n\n- [AI Transform](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/): Improved usability\n- [Anthropic Chat Model Node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/): Added Haiku 3.5 support\n- [Convert to File](../../integrations/builtin/core-nodes/n8n-nodes-base.converttofile/): Added delimiter option for writing to CSV\n- [Gmail Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.gmailtrigger/): Added option to filter for draft messages\n- [Intercom](../../integrations/builtin/app-nodes/n8n-nodes-base.intercom/): Credential can now be used in the HTTP Request node\n- [Rapid7 InsightVM](../../integrations/builtin/credentials/rapid7insightvm/): Added credential support\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.66.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.2...n8n@1.66.0) for this version.\\\n**Release date:** 2024-10-31\n\nThis release contains performance improvements, a node update and bug fixes.\n\n### Node update\n\n- [Anthropic Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/): Added support for claude-3-5-sonnet-20241022\n\nWe made updates to how projects and workflow ownership are displayed making them easier to understand and navigate.\n\nWe further improved the performance logic of partial executions, leading to a smoother and more enjoyable building experience.\n\n### New n8n canvas alpha\n\nWe 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](https://community.n8n.io/t/help-us-test-the-new-n8n-canvas-alpha/60070).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.1...n8n@1.65.2) for this version.\\\n**Release date:** 2024-10-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.2...n8n@1.64.3) for this version.\\\n**Release date:** 2024-10-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.0...n8n@1.65.1) for this version.\\\n**Release date:** 2024-10-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.65.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.1...n8n@1.65.0) for this version.\\\n**Release date:** 2024-10-24\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nWhat changed? Queue polling via the environment variable `QUEUE_RECOVERY_INTERVAL` has been removed.\n\nWhen is action necessary? If you have set `QUEUE_RECOVERY_INTERVAL`, you can remove it as it no longer has any effect.\n\nThis release contains a new features, new nodes, node enhancements, and bug fixes.\n\n### New node: n8n Form\n\nUse the [n8n Form node](../../integrations/builtin/core-nodes/n8n-nodes-base.form/) 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](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/).\n\nA multi-page form with branching\n\nAdditionally you can:\n\n- Set default selections with query parameters\n- Define the form with a JSON array of objects\n- Show a completion screen and redirect to another URL\n\n### Node updates\n\nNew nodes:\n\n- [Google Business Profile](../../integrations/builtin/app-nodes/n8n-nodes-base.googlebusinessprofile/) and [Google Business Profile Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.googlebusinessprofiletrigger/): Use these to integrate Google Business Profile reviews and posts with your workflows\n\nEnhanced nodes:\n\n- [AI Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/): Removed the requirement to add at least one tool\n- [GitHub](../../integrations/builtin/app-nodes/n8n-nodes-base.github/): Added workflows as a resource operation\n- [Structured Output Parser](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.outputparserstructured/): Added more user-friendly error messages\n\nFor additional security, we improved how we handle multi-factor authentication, hardened config file permissions and introduced JWT for the public API.\n\nFor better performance, we improved how partial executions are handled in loops.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n- [Idan Fishman](https://github.com/idanfishman)\n\n## n8n@1.64.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.1...n8n@1.64.2) for this version.\\\n**Release date:** 2024-10-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.64.0...n8n@1.64.1) for this version.\\\n**Release date:** 2024-10-21\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.64.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.4...n8n@1.64.0) for this version.\\\n**Release date:** 2024-10-16\n\nThis release contains a new node, node enhancements, performance improvements and bug fixes.\n\n### Enhanced node: Remove Duplicates\n\nThe [Remove Duplicates node](../../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/) got a major makeover with the addition of two new operations:\n\n- Remove Items Processed in Previous Executions: Compare items in the current input to items from previous executions and remove duplicates\n- Clear Deduplication History: Wipe the memory of items from previous executions.\n\nThis 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.\n\n### New node: Gong\n\nThe new node for [Gong](../../integrations/builtin/app-nodes/n8n-nodes-base.gong/) allows you to get users and calls to process them further in n8n. Very useful for sales related workflows.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n- [Sören Uhrbach](https://github.com/soerenuhrbach)\n\n## n8n@1.63.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.3...n8n@1.63.4) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.5...n8n@1.62.6) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.2...n8n@1.63.3) for this version.\\\n**Release date:** 2024-10-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.1...n8n@1.63.2) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.4...n8n@1.62.5) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.63.0...n8n@1.63.1) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.3...n8n@1.62.4) for this version.\\\n**Release date:** 2024-10-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.63.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.3...n8n@1.63.0) for this version.\\\n**Release date:** 2024-10-09\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nWhat changed?\n\n- The worker server used to bind to IPv6 by default. It now binds to IPv4 by default.\n- 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`.\n\nWhen is action necessary?\n\n- 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`.\n- If you are relying on database and Redis checks for worker health status, switch to checking `/healthz/readiness` instead of `/healthz`.\n\nThis release contains new features, node enhancements and bug fixes.\n\n### Node updates\n\n- [OpenAI](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/): Added the option to choose between the default memory connector to provide memory to the assistant or to specify a thread ID\n- [Gmail](../../integrations/builtin/app-nodes/n8n-nodes-base.gmail/) and [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Added custom approval operations to have a human in the loop of a workflow\n\nWe have also optimized the [worker health checks](../../hosting/logging-monitoring/monitoring/) (see breaking change above).\n\nEach credential now has a seperate url you can link to. This makes sharing much easier.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Pemontto](https://github.com/pemontto)\n\n## n8n@1.62.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.2...n8n@1.62.3) for this version.\\\n**Release date:** 2024-10-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.62.1...n8n@1.62.2) for this version.\\\n**Release date:** 2024-10-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.62.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.61.0...n8n@1.62.1) for this version.\\\n**Release date:** 2024-10-02\n\nThis release contains new features, node enhancements and bug fixes.\n\nSkipped 1.62.0\n\nWe skipped 1.62.0 and went straight to 1.62.1 with an additional fix.\n\n#### Additional nodes as tools\n\nWe have made additional nodes usable with the [Tools AI Agent node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/tools-agent/).\n\n[](/_video/release-notes/nodes-as-tools.mp4)\n\nAdditionally, 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.\n\nBoth 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.\n\n### Node updates\n\n- [Google BigQuery](../../integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/): Added option to return numeric values as integers and not strings\n- [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/): Added credential support for Sysdig\n- [Invoice Ninja](../../integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/): Additional query params for getAll requests\n- [Question and Answer Chain](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainretrievalqa/): Added the option to use a custom prompt\n\nDrag and drop insertion on cursor position from schema view is now also enabled for code, SQL and Html fields in nodes.\n\nCustomers with an enterprise license can now rate, tag and highlight execution data in the executions view. To use highlighting, add an [Execution Data Node](../../integrations/builtin/core-nodes/n8n-nodes-base.executiondata/) (or Code node) to the workflow to set [custom executions data](../../workflows/executions/custom-executions-data/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Benjamin Roedell](https://github.com/benrobot)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[manuelbcd](https://github.com/manuelbcd)\\\n[Miguel Prytoluk](https://github.com/mprytoluk)\n\n## n8n@1.61.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.60.1...n8n@1.61.0) for this version.\\\n**Release date:** 2024-09-25\n\nThis release contains new features, node enhancements and bug fixes.\n\n### Node updates\n\n- [Brandfetch](../../integrations/builtin/app-nodes/n8n-nodes-base.brandfetch/): Updated to use the new API\n- [Slack](../../integrations/builtin/app-nodes/n8n-nodes-base.slack/): Made adding or removing the workflow link to a message easier\n\nBig datasets now render faster thanks to virtual scrolling and execution annotations are harder to delete.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.3...n8n@1.59.4) for this version.\\\n**Release date:** 2024-09-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.60.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.60.0...n8n@1.60.1) for this version.\\\n**Release date:** 2024-09-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.60.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.3...n8n@1.60.0) for this version.\\\n**Release date:** 2024-09-18\n\nThis release contains new features, node enhancements and bug fixes.\n\n#### Queue metrics for workers\n\nYou can now [expose and consume metrics from your workers](../../hosting/configuration/configuration-examples/prometheus/). The worker instances have the same metrics available as the main instance(s) and can be configured with [environment variables](../../hosting/configuration/environment-variables/endpoints/).\n\nYou can now customize the maximum file size when uploading files within forms to webhooks. The [environment variable to set](../../hosting/configuration/environment-variables/endpoints/) for this is `N8N_FORMDATA_FILE_SIZE_MAX`. The default setting is 200MiB.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Invoice Ninja](../../integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/): Added actions for bank transactions\n- [OpenAI](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/): Added O1 models to the model select\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\n\n## n8n@1.59.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.2...n8n@1.59.3) for this version.\\\n**Release date:** 2024-09-18\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.1...n8n@1.59.2) for this version.\\\n**Release date:** 2024-09-17\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.59.0...n8n@1.59.1) for this version.\\\n**Release date:** 2024-09-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.58.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.1...n8n@1.58.2) for this version.\\\n**Release date:** 2024-09-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.59.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.1...n8n@1.59.0) for this version.\\\n**Release date:** 2024-09-11\n\nChat Trigger\n\nIf 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.\n\nThis release contains bug fixes and feature enhancements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[oscarpedrero](https://github.com/oscarpedrero)\n\n## n8n@1.58.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.58.0...n8n@1.58.1) for this version.\\\n**Release date:** 2024-09-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.58.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.57.0...n8n@1.58.0) for this version.\\\n**Release date:** 2024-09-05\n\nThis release contains new features, bug fixes and feature enhancements.\n\n#### New node: PGVector Vector Store\n\nThis 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.\n\n#### See active collaborators on workflows\n\nWe 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.\n\nCollaboration avatars\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.57.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.2...n8n@1.57.0) for this version.\\\n**Release date:** 2024-08-28\n\nThis release contains new features and bug fixes.\n\n#### Improved execution queue handling\n\nWe are [exposing new execution queue metrics](../../hosting/configuration/configuration-examples/prometheus/) 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.\n\n#### New credentials for the HTTP Request node\n\nWe added credential support for Datadog, Dynatrace, Elastic Security, Filescan, Iris, and Malcore to the HTTP Request node making it easier to use existing credentials.\n\nWe also made it easier to select workflows as tools when working with AI agents by implementing a new `workflow selector` parameter type.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\n\n## n8n@1.56.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.1...n8n@1.56.2) for this version.\\\n**Release date:** 2024-08-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.56.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.56.0...n8n@1.56.1) for this version.\\\n**Release date:** 2024-08-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.56.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.3...n8n@1.56.0) for this version.\\\n**Release date:** 2024-08-21\n\nThis release contains node updates, security and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.2...n8n@1.55.3) for this version.\\\n**Release date:** 2024-08-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.1...n8n@1.55.2) for this version.\\\n**Release date:** 2024-08-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.0...n8n@1.55.1) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.3...n8n@1.54.4) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.2...n8n@1.54.3) for this version.\\\n**Release date:** 2024-08-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.54.2) for this version.\\\n**Release date:** 2024-08-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.55.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.55.0) for this version.\\\n**Release date:** 2024-08-14\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nThe N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES environment variable now also blocks access to n8n's static cache directory at ~/.cache/n8n/public.\n\nIf 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.\n\nThis release contains a new feature, a new node, a node update and bug fixes.\n\n#### Override the npm registry\n\nThis release adds the option to override the npm registry for installing community packages. This is a paid feature.\n\nWe now also prevent npm downloading community packages from a compromised npm registry by explicitly using --registry in all npm install commands.\n\n#### New node: AI Transform\n\nThis release adds the [AI Transform node](../../integrations/builtin/core-nodes/n8n-nodes-base.aitransform/). 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](../../manage-cloud/overview/).\n\n#### New node: Okta\n\nThis release adds the [Okta node](../../integrations/builtin/app-nodes/n8n-nodes-base.okta/). 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.\n\n### Node updates\n\nEnhanced node:\n\n- [MySQL](../../integrations/builtin/app-nodes/n8n-nodes-base.mysql/)\n\nThis release also adds the new schema view for the expression editor modal.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.0...n8n@1.54.1) for this version.\\\n**Release date:** 2024-08-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.1...n8n@1.53.2) for this version.\\\n**Release date:** 2024-08-08\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.54.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.1...n8n@1.54.0) for this version.\\\n**Release date:** 2024-08-07\n\nThis release contains new features, node enhancements, bug fixes and updates to our API.\n\n### API update\n\nOur [public REST API](../../api/) now supports additional operations:\n\n- Create, delete, and edit roles for users\n- Create, read, update and delete projects\n\nFind the details in the [API reference](../../api/api-reference/).\n\n### Contributors\n\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Javier Ferrer González](https://github.com/JavierCane)\\\n[Mickaël Andrieu](https://github.com/mickaelandrieu)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\\\n[Pemontto](https://github.com/pemontto)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.45.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.1...n8n@1.45.2) for this version.\\\n**Release date:** 2024-08-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.53.0...n8n@1.53.1) for this version.\\\n**Release date:** 2024-08-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.53.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.2...n8n@1.53.0) for this version.\\\n**Release date:** 2024-07-31\n\nThis release contains new features, new nodes, node enhancements, bug fixes and updates to our API.\n\n#### Added Google Cloud Platform Secrets Manager support\n\nThis release adds [Google Cloud Platform Secrets Manager](../../external-secrets/) 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.\n\n#### New node: Information Extractor\n\nThis release adds the [Information Extractor node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.information-extractor/). 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.\n\n#### New node: Sentiment Analysis\n\nThis release adds the [Sentiment Analysis node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.sentimentanalysis/). 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.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Calendly Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.calendlytrigger/)\n- [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/)\n- [n8n Form Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/)\n- [Shopify](../../integrations/builtin/app-nodes/n8n-nodes-base.shopify/)\n\n### API update\n\nOur [public REST API](../../api/) now supports additional operations:\n\n- Create, read, and delete for variables\n- Filtering workflows by project\n- Transferring workflows\n\nFind the details in the [API reference](../../api/api-reference/).\n\n### Contributors\n\n[feelgood-interface](https://github.com/feelgood-interface)\\\n[Oz Weiss](https://github.com/thewizarodofoz)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.1...n8n@1.52.2) for this version.\\\n**Release date:** 2024-07-31\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.52.0...n8n@1.52.1) for this version.\\\n**Release date:** 2024-07-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.51.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.1...n8n@1.51.2) for this version.\\\n**Release date:** 2024-07-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.52.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.1...n8n@1.52.0) for this version.\\\n**Release date:** 2024-07-25\n\n[Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md)\n\nPrometheus metrics enabled via N8N_METRICS_INCLUDE_DEFAULT_METRICS and N8N_METRICS_INCLUDE_API_ENDPOINTS were fixed to include the default n8n\\_ prefix.\n\nIf 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.\n\nThis release contains new features, node enhancements and bug fixes.\n\n#### Added Azure Key Vault support\n\nThis release adds [Azure Key Vault](../../external-secrets/) 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.\n\n### Node updates\n\nEnhanced nodes:\n\n- [Pinecone Vector Store](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstorepinecone/)\n- [Supabase Vector Store](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoresupabase/)\n- [Send Email](../../integrations/builtin/core-nodes/n8n-nodes-base.sendemail/)\n\nDeprecated nodes:\n\n- OpenAI Model: You can use the OpenAI Chat Model instead\n- Google Palm Chat Model: You can use Google Vertex or Gemini instead\n- Google Palm Model: You can use Google Vertex or Gemini instead\n\n## n8n@1.51.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.51.0...n8n@1.51.1) for this version.\\\n**Release date:** 2024-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.50.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.1...n8n@1.50.2) for this version.\\\n**Release date:** 2024-07-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.51.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.1...n8n@1.51.0) for this version.\\\n**Release date:** 2024-07-18\n\nThis release contains new nodes, node enhancements and bug fixes.\n\n#### New node: Text Classifier\n\nThis release adds the [Text Classifier node](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier/).\n\n#### New node: Postgres Chat Memory\n\nThis release adds the [Postgres Chat Memory node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/).\n\n#### New node: Google Vertex Chat Model\n\nThis release adds the [Google Vertex Chat Model node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglevertex/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Node updates\n\n- Enhanced nodes: Asana\n\n## n8n@1.50.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.50.0...n8n@1.50.1) for this version.\\\n**Release date:** 2024-07-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.50.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.49.0...n8n@1.50.0) for this version.\\\n**Release date:** 2024-07-10\n\nThis release contains node enhancements and bug fixes.\n\n### Node updates\n\n- Enhanced nodes: Chat Trigger, Google Cloud Firestore, Qdrant Vector Store, Splunk, Telegram\n- Deprecated node: Orbit (product shut down)\n\n### Beta Feature Removal\n\nThe Ask AI beta feature for the HTTP Request node has been removed from this version\n\n### Contributors\n\n[Stanley Yoshinori Takamatsu](https://github.com/stanleytakamatsu)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[jeanpaul](https://github.com/jeanpaul)\\\n[adrian-martinez-onestic](https://github.com/adrian-martinez-onestic)\\\n[Malki Davis](https://github.com/mxdavis)\n\n## n8n@1.49.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.3...n8n@1.49.0) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains a new node, node enhancements, and bug fixes.\n\n### Node updates\n\n- New node added: [Vector Store Tool](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolvectorstore/) for the AI Agent\n- Enhanced nodes: Zep Cloud Memory, Copper, Embeddings Cohere, GitHub, Merge, Zammad\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Jochem](https://github.com/jvdweerthof)\\\n[KhDu](https://github.com/KhDu)\\\n[Nico Weichbrodt](https://github.com/envy)\\\n[Pavlo Paliychuk](https://github.com/paul-paliychuk)\n\n## n8n@1.48.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.2...n8n@1.48.3) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.2...n8n@1.47.3) for this version.\\\n**Release date:** 2024-07-03\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.1...n8n@1.48.2) for this version.\\\n**Release date:** 2024-07-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.1...n8n@1.47.2) for this version.\\\n**Release date:** 2024-07-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.48.0...n8n@1.48.1) for this version.\\\n**Release date:** 2024-06-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.48.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.1...n8n@1.48.0) for this version.\\\n**Release date:** 2024-06-27\n\nThis release contains bug fixes and feature enhancements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[KubeAl](https://github.com/KubeAl)\n\n## n8n@1.47.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.47.0...n8n@1.47.1) for this version.\\\n**Release date:** 2024-06-26\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.47.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.46.0...n8n@1.47.0) for this version.\\\n**Release date:** 2024-06-20\n\nBreaking change\n\nCalling `$(...).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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1470) for details.\n\nThis release contains bug fixes, feature enhancements, a new node, node enhancements and performance improvements.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n#### New node: HTTP request tool\n\nThis 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](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolhttprequest/) for details.\n\n### Contributors\n\n[Daniel](https://github.com/daniel-alba17)\\\n[ekadin-mtc](https://github.com/ekadin-mtc)\\\n[Eric Francis](https://github.com/EricFrancis12)\\\n[Josh Sorenson](https://github.com/joshsorenson)\\\nMohammad Alsmadi [Nikolai T. Jensen](https://github.com/ch0wm3in)\\\n[n8n-ninja](https://github.com/n8n-ninja)\\\n[pebosi](https://github.com/pebosi)\\\n[Taylor Hoffmann](https://github.com/TaylorHo)\n\n## n8n@1.45.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.0...n8n@1.45.1) for this version.\\\n**Release date:** 2024-06-12\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.46.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.45.0...n8n@1.46.0) for this version.\\\n**Release date:** 2024-06-12\n\nThis release contains feature enhancements, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Jean Khawand](https://github.com/jeankhawand)\\\n[pemontto](https://github.com/pemontto)\\\n[Valentin Coppin](https://github.com/valimero)\n\n## n8n@1.44.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.1...n8n@1.44.2) for this version.\\\n**Release date:** 2024-06-12\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.42.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.1...n8n@1.42.2) for this version.\\\n**Release date:** 2024-06-10\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.45.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.1...n8n@1.45.0) for this version.\\\n**Release date:** 2024-06-06\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.44.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.44.0...n8n@1.44.1) for this version.\\\n**Release date:** 2024-06-03\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.44.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.43.1...n8n@1.44.0) for this version.\\\n**Release date:** 2024-05-30\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.43.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.43.0...n8n@1.43.1) for this version.\\\n**Release date:** 2024-05-28\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.43.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.1...n8n@1.43.0) for this version.\\\n**Release date:** 2024-05-22\n\nThis release contains new features, node enhancements, and bug fixes.\n\nBackup recommended\n\nAlthough 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.\n\nCredential sharing required for manual executions\n\nInstance 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](../../credentials/credential-sharing/) with you.\n\n#### New feature: Projects\n\nWith 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.\n\nRefer to the [RBAC](../../user-management/rbac/) documentation for information on creating projects and using roles.\n\nThe number of projects and role types vary depending on your plan. Refer to [Pricing](https://n8n.io/pricing/) for details.\n\n[](/_video/release-notes/rbac-glimpse.mp4)\n\n#### New node: Slack Trigger\n\nThis release adds a trigger node for Slack. Refer to the [Slack Trigger documentation](../../integrations/builtin/trigger-nodes/n8n-nodes-base.slacktrigger/) for details.\n\n### Other highlights\n\n- Improved [memory support for OpenAI assistants](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/).\n\n### Rolling back to a previous version\n\nIf you update to this version, then decide you need to role back:\n\nSelf-hosted n8n:\n\n1. Delete any RBAC projects you created.\n1. Revert the database migrations using `n8n db:revert`.\n\nCloud: contact [help@n8n.io](mailto:help@n8n.io).\n\n### Contributors\n\n[Ayato Hayashi](https://github.com/hayashi-ay)\\\n[Daniil Zobov](https://github.com/ddzobov)\\\n[Guilherme Barile](https://github.com/GuilhermeBarile)\\\n[Romain MARTINEAU](https://github.com/RJiraya)\n\n## n8n@1.42.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.42.0...n8n@1.42.1) for this version.\\\n**Release date:** 2024-05-20\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.41.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.41.0...n8n@1.41.1) for this version.\\\n**Release date:** 2024-05-16\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.42.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.41.0...n8n@1.42.0) for this version.\\\n**Release date:** 2024-05-15\n\nThis release contains new features, node enhancements, and bug fixes.\n\nNote that this release removes the AI error debugger. We're working on a new and improved version.\n\n#### New feature: Tools Agent\n\nThis release adds a new option to the Agent node: the [Tools Agent](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/tools-agent/).\n\nThis agent has an enhanced ability to work with tools, and can ensure a standard output format. This is now the recommended default agent.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Mike Quinlan](https://github.com/mjquinlan2000)\\\n[guangwu](https://github.com/testwill)\n\n## n8n@1.41.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.40.0...n8n@1.41.0) for this version.\\\n**Release date:** 2024-05-08\n\nThis release contains new features, node enhancements, and bug fixes.\n\nNote that this release temporarily disables the AI error helper.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Florin Lungu](https://github.com/floryn90)\n\n## n8n@1.40.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.1...n8n@1.40.0) for this version.\\\n**Release date:** 2024-05-02\n\nBreaking change\n\nPlease 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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1400) for details.\n\nThis release contains new features, new nodes, node enhancements, and bug fixes.\n\n#### New feature: Ask AI in the HTTP node\n\nYou can now ask AI to help create API requests in the HTTP Request node:\n\n1. In the HTTP Request node, select **Ask AI**.\n1. 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**.\n1. Check the parameters: the AI tries to fill them out, but you may still need to adjust or correct the configuration.\n\nSelf-hosted users need to [enable AI features and provide their own API keys](../../hosting/configuration/environment-variables/)\n\n#### New node: Groq Chat Model\n\nThis release adds the [Groq Chat Model node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgroq/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Alberto Pasqualetto](https://github.com/albertopasqualetto)\\\n[Bram Kn](https://github.com/bramkn)\\\n[CodeShakingSheep](https://github.com/CodeShakingSheep)\\\n[Nicolas-nwb](https://github.com/Nicolas-nwb)\\\n[pemontto](https://github.com/pemontto)\\\n[pengqiseven](https://github.com/pengqiseven)\\\n[webk](https://github.com/webkp)\\\n[Yoshino-s](https://github.com/Yoshino-s)\n\n## n8n@1.39.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.0...n8n@1.39.1) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.38.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.1...n8n@1.38.2) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.3...n8n@1.37.4) for this version.\\\n**Release date:** 2024-04-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.39.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.1...n8n@1.39.0) for this version.\\\n**Release date:** 2024-04-24\n\nThis release contains new nodes, node enhancements, and bug fixes.\n\n#### New node: WhatsApp Trigger\n\nThis release adds the [WhatsApp Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.whatsapptrigger/).\n\n#### Node enhancement: Multiple methods, one Webhook node\n\nThe Webhook Trigger node can now handle calls to multiple HTTP methods. Refer to the [Webhook node documentation](../../integrations/builtin/core-nodes/n8n-nodes-base.webhook/common-issues/#listen-for-multiple-http-methods) for information on enabling this.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\n\n## n8n@1.38.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.38.0...n8n@1.38.1) for this version.\\\n**Release date:** 2024-04-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.2...n8n@1.37.3) for this version.\\\n**Release date:** 2024-04-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.38.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.2...n8n@1.38.0) for this version.\\\n**Release date:** 2024-04-17\n\nThis release contains new nodes, bug fixes, and node enhancements.\n\n#### New node: Google Gemini Chat Model\n\nThis release adds the [Google Gemini Chat Model sub-node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/).\n\n#### New node: Embeddings Google Gemini\n\nThis release adds the [Google Gemini Embeddings sub-node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Chengyou Liu](https://github.com/cyliu0)\\\n[Francesco Mannino](https://github.com/manninofrancesco)\n\n## n8n@1.37.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.1...n8n@1.37.2) for this version.\\\n**Release date:** 2024-04-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.3...n8n@1.36.4) for this version.\\\n**Release date:** 2024-04-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.2...n8n@1.36.3) for this version.\\\n**Release date:** 2024-04-12\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.0...n8n@1.37.1) for this version.\\\n**Release date:** 2024-04-11\n\nBreaking change\n\nPlease 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](../../hosting/cli-commands/) for more information on CLI options.\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.36.2) for this version.\\\n**Release date:** 2024-04-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.37.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.37.0) for this version.\\\n**Release date:** 2024-04-10\n\nBreaking change\n\nPlease 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](../../hosting/cli-commands/) for more information on CLI options.\n\nThis release contains a new node, improvements to error handling and messaging, node enhancements, and bug fixes.\n\n#### New node: JWT\n\nThis release adds the [JWT core node](../../integrations/builtin/core-nodes/n8n-nodes-base.jwt/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Miguel Prytoluk](https://github.com/mprytoluk)\n\n## n8n@1.36.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@1.36.1) for this version.\\\n**Release date:** 2024-04-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.36.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.35.0...n8n@1.36.0) for this version.\\\n**Release date:** 2024-04-03\n\nThis release contains new nodes, enhancements and bug fixes.\n\n#### New node: Salesforce Trigger node\n\nThis release adds the [Salesforce Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.salesforcetrigger/).\n\n#### New node: Twilio Trigger node\n\nThis release adds the [Twilio Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.twiliotrigger/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.35.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.2...n8n@1.35.0) for this version.\\\n**Release date:** 2024-03-28\n\nThis release contains enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.1...n8n@1.34.2) for this version.\\\n**Release date:** 2024-03-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.34.0...n8n@1.34.1) for this version.\\\n**Release date:** 2024-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.34.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.33.1...n8n@1.34.0) for this version.\\\n**Release date:** 2024-03-20\n\nThis release contains new features, new nodes, and bug fixes.\n\n#### New node: Microsoft OneDrive Trigger node\n\nThis release adds the [Microsoft OneDrive Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/). You can now trigger workflows on file and folder creation and update events.\n\n#### New data transformation functions\n\nThis release introduces new data transformation functions:\n\n**String**\n\n```\ntoDateTime() //replaces toDate(). toDate() is retained for backwards compatability.\nparseJson()\nextractUrlPath()\ntoBoolean()\nbase64Encode()\nbase64Decode()\n```\n\n**Number**\n\n```\ntoDateTime()\ntoBoolean()\n```\n\n**Object**\n\n```\ntoJsonString()\n```\n\n**Array**\n\n```\ntoJsonString()\n```\n\n**Date & DateTime**\n\n```\ntoDateTime()\ntoInt()\n```\n\n**Boolean**\n\n```\ntoInt()\n```\n\n### Contributors\n\n[Bram Kn](https://github.com/bramkn)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.33.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.33.0...n8n@1.33.1) for this version.\\\n**Release date:** 2024-03-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.32.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.1...n8n@1.32.2) for this version.\\\n**Release date:** 2024-03-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.33.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.1...n8n@1.33.0) for this version.\\\n**Release date:** 2024-03-13\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Support for Claude 3\n\nThis release adds support for Claude 3 to the [Anthropic Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/) node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[gumida](https://github.com/gumida)\\\n[Ayato Hayashi](https://github.com/hayashi-ay)\\\n[Jordan](https://github.com/jordanburke)\\\n[MC Naveen](https://github.com/mcnaveen)\n\n## n8n@1.32.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.32.0...n8n@1.32.1) for this version.\\\n**Release date:** 2024-03-07\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.1...n8n@1.31.2) for this version.\\\n**Release date:** 2024-03-07\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.32.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.1...n8n@1.32.0) for this version.\\\n**Release date:** 2024-03-06\n\nThis release contains new features, node enhancements, performance improvements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.0...n8n@1.31.1) for this version.\\\n**Release date:** 2024-03-06\n\nBreaking changes\n\nPlease 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](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1320).\n\nThis is a bug fix release and it contains a breaking change.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.31.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.30.0...n8n@1.31.0) for this version.\\\n**Release date:** 2024-02-28\n\nThis release contains new features, new nodes, node enhancements and bug fixes.\n\n#### New nodes: Microsoft Outlook trigger and Ollama embeddings\n\nThis release adds two new nodes.\n\n- [Microsoft Outlook Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/)\n- [Ollama Embeddings](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama/)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.30.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.30.0...n8n@1.30.1) for this version.\\\n**Release date:** 2024-02-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.30.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.29.1...n8n@1.30.0) for this version.\\\n**Release date:** 2024-02-21\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.29.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.29.0...n8n@1.29.1) for this version.\\\n**Release date:** 2024-02-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.29.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.28.0...n8n@1.29.0) for this version.\\\n**Release date:** 2024-02-15\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### New features\n\n#### OpenAI node overhaul\n\nThis release includes a new version of the [OpenAI node](../../integrations/builtin/app-nodes/n8n-nodes-langchain.openai/), adding more operations, including support for working with assistants.\n\nOther highlights:\n\n- Support for AI events in [log streaming](../../log-streaming/).\n- Added support for workflow tags in the [public API](../../api/).\n\n### Contributors\n\n[Bruno Inec](https://github.com/sweenu)\\\n[Jesús Burgers](https://github.com/jburgers-chakray)\n\n## n8n@1.27.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.2...n8n@1.27.3) for this version.\\\n**Release date:** 2024-02-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.28.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.2...n8n@1.28.0) for this version.\\\n**Release date:** 2024-02-07\n\nThis release contains new features, new nodes, node enhancements and bug fixes.\n\n#### New nodes: Azure OpenAI chat model and embeddings\n\nThis release adds two new nodes to work with [Azure OpenAI](https://azure.microsoft.com/en-gb/products/ai-services/openai-service/) in your advanced AI workflows:\n\n- [Embeddings Azure OpenAI](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsazureopenai/)\n- [Azure OpenAI Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatazureopenai/)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Andrea Ascari](https://github.com/ascariandrea)\n\n## n8n@1.27.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.1...n8n@1.27.2) for this version.\\\n**Release date:** 2024-02-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.27.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.26.0...n8n@1.27.1) for this version.\\\n**Release date:** 2024-01-31\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.27.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.26.0...n8n@1.27.0) for this version.\\\n**Release date:** 2024-01-31\n\nBreaking change\n\nThis 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](../../hosting/scaling/queue-mode/) for information on configuring queue mode.\n\nSkip this release\n\nPlease upgrade directly to 1.27.1.\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.26.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.25.1...n8n@1.26.0) for this version.\\\n**Release date:** 2024-01-24\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Daniel Schröder](https://github.com/schroedan)\\\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.25.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.25.0...n8n@1.25.1) for this version.\\\n**Release date:** 2024-01-22\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.25.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.24.1...n8n@1.25.0) for this version.\\\n**Release date:** 2024-01-17\n\nThis release contains a new node, feature improvements, and bug fixes.\n\n#### New node: Chat Memory Manager\n\nThe [Chat Memory Manager](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorymanager/) node replaces the Chat Messages Retriever node. It manages chat message memories within your AI workflows.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.24.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.24.0...n8n@1.24.1) for this version.\\\n**Release date:** 2024-01-16\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.5...n8n@1.22.6) for this version.\\\n**Release date:** 2024-01-10\n\nThis is a bug fix release. It includes important fixes for the HTTP Request and monday.com nodes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.24.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.23.0...n8n@1.24.0) for this version.\\\n**Release date:** 2024-01-10\n\nThis release contains new nodes for advanced AI, node enhancements, new features, performance enhancements, and bug fixes.\n\n#### Chat trigger\n\nn8n has created a new [Chat Trigger node](../../integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/). The new node provides a chat interface that you can make publicly available, with customization and authentication options.\n\n#### Mistral Cloud Chat and Embeddings\n\nThis release introduces two new nodes to support [Mistral AI](https://mistral.ai/):\n\n- [Mistral Cloud Chat Model](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatmistralcloud/)\n- [Embeddings Mistral Cloud](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsmistralcloud/)\n\n### Contributors\n\n[Anush](https://github.com/Anush008)\\\n[Eric Koleda](https://github.com/ekoleda-codaio)\\\n[Mason Geloso](https://github.com/MasonGeloso)\\\n[vacitbaydarman](https://github.com/vacitbaydarman)\n\n## n8n@1.22.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.4...n8n@1.22.5) for this version.\\\n**Release date:** 2024-01-09\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.23.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.4...n8n@1.23.0) for this version.\\\n**Release date:** 2024-01-03\n\nThis release contains new nodes, node enhancements, new features, and bug fixes.\n\n#### New nodes and improved experience for working with files\n\nThis release includes a major overhaul of nodes relating to files (binary data).\n\nThere are now three key nodes dedicated to handling binary data files:\n\n- [Read/Write Files from Disk](../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) to read and write files from/to the machine where n8n is running.\n- [Convert to File](../../integrations/builtin/core-nodes/n8n-nodes-base.converttofile/) to take input data and output it as a file.\n- [Extract From File](../../integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/) to get data from a binary format and convert it to JSON.\n\nn8n 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](../../integrations/builtin/core-nodes/n8n-nodes-base.html/) and [XML](../../integrations/builtin/core-nodes/n8n-nodes-base.xml/).\n\n#### New node: Qdrant vector store\n\nThis release adds support for [Qdrant](https://qdrant.tech/) with the Qdrant vector store node.\n\nRead n8n's [Qdrant vector store node documentation](../../integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoreqdrant/)\n\n### Contributors\n\n[Aaron Gutierrez](https://github.com/aarongut)\\\n[Advaith Gundu](https://github.com/geodic)\\\n[Anush](https://github.com/Anush008)\\\n[Bin](https://github.com/soulhat)\\\n[Nihaal Sangha](https://github.com/nihaals)\n\n## n8n@1.22.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.3...n8n@1.22.4) for this version.\\\n**Release date:** 2024-01-03\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.2...n8n@1.22.3) for this version.\\\n**Release date:** 2023-12-27\n\nUpgrade directly to 1.22.4\n\nDue to issues with this release, upgrade directly to 1.22.4.\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.1...n8n@1.22.2) for this version.\\\n**Release date:** 2023-12-27\n\nUpgrade directly to 1.22.4\n\nDue to issues with this release, upgrade directly to 1.22.4.\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.22.0...n8n@1.22.1) for this version.\\\n**Release date:** 2023-12-21\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.22.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.21.1...n8n@1.22.0) for this version.\\\n**Release date:** 2023-12-21\n\nThis release contains node enhancements, new features, performance improvements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.3...n8n@1.18.4) for this version.\\\n**Release date:** 2023-12-19\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.21.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.20.0...n8n@1.21.1) for this version.\\\n**Release date:** 2023-12-15\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.2...n8n@1.18.3) for this version.\\\n**Release date:** 2023-12-15\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.21.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.20.0...n8n@1.21.0) for this version.\\\n**Release date:** 2023-12-13\n\nThis release contains new features and nodes, node enhancements, and bug fixes.\n\n#### New user role: Admin\n\nThis release introduces a third account type: admin. This role is available on pro and enterprise plans. Admins have similar permissions to instance owners.\n\n[Read more about user roles](../../user-management/account-types/)\n\n#### New data transformation nodes\n\nThis release replaces the Item Lists node with a collection of nodes for data transformation tasks:\n\n- [Aggregate](../../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [Limit](../../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [Remove Duplicates](../../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [Sort](../../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [Split Out](../../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [Summarize](../../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to Excel pivot tables.\n\n#### Increased sharing permissions for owners and admins\n\nInstance owners and users with the admin role can now see and share all workflows and credentials. They can't view sensitive credential information.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.20.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.5...n8n@1.20.0) for this version.\\\n**Release date:** 2023-12-06\n\nThis release contains bug fixes, node enhancements, and ongoing new feature work.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Andrey Starostin](https://github.com/mayorandrew)\n\n## n8n@1.19.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5) for this version.\\\n**Release date:** 2023-12-05\n\nThis is a bug fix release.\n\nBreaking change\n\nThis release removes the TensorFlow Embeddings node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.1...n8n@1.18.2) for this version.\\\n**Release date:** 2023-12-05\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.19.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.0...n8n@1.19.4) for this version.\\\n**Release date:** 2023-12-01\n\nMissing ARM v7 support\n\nThis version doesn't support ARM v7. n8n is working on fixing this in future releases.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.19.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.19.0) for this version.\\\n**Release date:** 2023-11-29\n\nUpgrade directly to 1.19.4\n\nDue to issues with this release, upgrade directly to 1.19.4.\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### LangChain general availability\n\nThis release adds LangChain support to the main n8n version. Refer to [LangChain](../../advanced-ai/langchain/overview/) for more information on how to build AI tools in n8n, the new nodes n8n has introduced, and related learning resources.\n\n#### Show avatars of users working on the same workflow\n\nThis release improves the experience of users collaborating on workflows. You can now see who else is editing at the same time as you.\n\n## n8n@1.18.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.18.1) for this version.\\\n**Release date:** 2023-11-30\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.18.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.17.1...n8n@1.18.0) for this version.\\\n**Release date:** 2023-11-22\n\nThis release contains new features and bug fixes.\n\n#### Template creator hub\n\nBuilt a template you want to share? This release introduces the n8n Creator hub. Refer to the [creator hub Notion doc](https://www.notion.so/n8n-Creator-hub-7bd2cbe0fce0449198ecb23ff4a2f76f) for more information on this project.\n\n#### Node input and output search filter\n\nCloud Pro and Enterprise users can now search and filter the input and output data in nodes. Refer to [Data filtering](../../data/data-filtering/) for more information.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.17.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.17.0...n8n@1.17.1) for this version.\\\n**Release date:** 2023-11-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.17.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.16.0...n8n@1.17.0) for this version.\\\n**Release date:** 2023-11-15\n\nThis release contains node enhancements and bug fixes.\n\n#### Sticky Note Colors\n\nYou can now select background colors for sticky notes.\n\n#### Discord Node Overhaul\n\nAn overhaul of the Discord node, improving the UI making it easier to configure, improving error handling, and fixing issues.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[antondollmaier](https://github.com/antondollmaier)\\\n[teomane](https://github.com/teomane)\n\n## n8n@1.16.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.15.2...n8n@1.16.0) for this version.\\\n**Release date:** 2023-11-08\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.15.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.15.1...n8n@1.15.2) for this version.\\\n**Release date:** 2023-11-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.15.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.2...n8n@1.15.1) for this version.\\\n**Release date:** 2023-11-02\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Workflow history\n\nThis release introduces workflow history: view and load previous versions of your workflows.\n\nWorkflow history is available in Enterprise n8n, and with limited history for Cloud Pro.\n\nLearn more in the [Workflow history](../../workflows/history/) documentation.\n\n#### Dark mode\n\n*Almost* in time for Halloween: this release introduces dark mode.\n\nTo enable dark mode:\n\n1. Select **Settings** > **Personal**.\n1. Under **Personalisation**, change **Theme** to **Dark theme**.\n\n#### Optional error output for nodes\n\nAll nodes apart from sub-nodes and trigger nodes have a new optional output: **Error**. Use this to add steps to handle node errors.\n\n#### Pagination support added to HTTP Request node\n\nThe HTTP Request node now supports an pagination. Read the [node docs](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) for information and examples.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Yoshino-s](https://github.com/Yoshino-s)\n\n## n8n@1.14.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.1...n8n@1.14.2) for this version.\\\n**Release date:** 2023-10-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.14.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.0...n8n@1.14.1) for this version.\\\n**Release date:** 2023-10-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.14.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.13.0...n8n@1.14.0) for this version.\\\n**Release date:** 2023-10-25\n\nThis release contains node enhancements and bug fixes.\n\n#### Switch node supports more outputs\n\nThe [Switch node](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) now supports an unlimited number of outputs.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.13.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.2...n8n@1.13.0) for this version.\\\n**Release date:** 2023-10-25\n\nThis release contains new features, feature enhancements, and bug fixes.\n\nUpgrade directly to 1.14.0\n\nThis release failed to publish to npm. Upgrade directly to 1.14.0.\n\n#### RSS Feed Trigger node\n\nThis releases introduces a new node, the [RSS Feed Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger/). Use this node to start a workflow when a new RSS feed item is published.\n\n#### Facebook Lead Ads Trigger node\n\nThis releases add another new node, the [Facebook Lead Ads Trigger](../../integrations/builtin/trigger-nodes/n8n-nodes-base.facebookleadadstrigger/). Use this node to trigger a workflow when you get a new lead.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.12.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.1...n8n@1.12.2) for this version.\\\n**Release date:** 2023-10-24\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Burak Akgün](https://github.com/mbakgun)\n\n## n8n@1.12.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.12.0...n8n@1.12.1) for this version.\\\n**Release date:** 2023-10-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Léo Martinez](https://github.com/martinezleoml)\n\n## n8n@1.11.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.1...n8n@1.11.2) for this version.\\\n**Release date:** 2023-10-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Inga](https://github.com/inga-lovinde)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.12.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.1...n8n@1.12.0) for this version.\\\n**Release date:** 2023-10-18\n\nThis release contains new features, node enhancements, and bug fixes.\n\n#### Form Trigger node\n\nThis releases introduces a new node, the [n8n Form Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/). Use this node to start a workflow based on a user submitting a form. It provides a configurable form interface.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Damian Karzon](https://github.com/dkarzon)\\\n[Inga](https://github.com/inga-lovinde)\\\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.11.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.11.0...n8n@1.11.1) for this version.\\\n**Release date:** 2023-10-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.11.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.10.1...n8n@1.11.0) for this version.\\\n**Release date:** 2023-10-11\n\nThis release contains new features and bug fixes.\n\n#### External storage for binary files\n\nSelf-hosted users can now use an external service to store binary data. Learn more in [External storage](../../hosting/scaling/external-storage/).\n\nIf you're using n8n Cloud and are interested in this feature, please [contact n8n](https://n8n-community.typeform.com/to/y9X2YuGa).\n\n#### Item Lists node supports binary data\n\nThe 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.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.10.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.10.0...n8n@1.10.1) for this version.\\\n**Release date:** 2023-10-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.2...n8n@1.9.3) for this version.\\\n**Release date:** 2023-10-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.1...n8n@1.9.2) for this version.\\\n**Release date:** 2023-10-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.10.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.1...n8n@1.10.0) for this version.\\\n**Release date:** 2023-10-05\n\nThis release contains bug fixes and preparatory work for new features.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.9.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.9.0...n8n@1.9.1) for this version.\\\n**Release date:** 2023-10-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## LangChain in n8n (beta)\n\n**Release date:** 2023-10-04\n\nThis release introduces support for building with LangChain in n8n.\n\nWith 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.\n\nRead more:\n\n- This is a beta release, and not yet available in the main product. Follow the instructions in [Access LangChain in n8n](../../advanced-ai/langchain/overview/) to try it out. Self-hosted and Cloud options are available.\n- Learn how LangChain concepts map to n8n nodes in [LangChain concepts in n8n](../../advanced-ai/langchain/langchain-n8n/).\n- Browse n8n's new [Cluster nodes](../../integrations/builtin/cluster-nodes/). This is a new set of node types that allows for multiple nodes to work together to configure each other.\n\n## n8n@1.9.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.2...n8n@1.9.0) for this version.\\\n**Release date:** 2023-09-28\n\nThis release contains new features, performance improvements, and bug fixes.\n\n#### Tournament\n\nThis releases replaces RiotTmpl, the templating language used in expressions, with n8n's own templating language, [Tournament](https://github.com/n8n-io/tournament). You can now use arrow functions in expressions.\n\n#### `N8N_BINARY_DATA_TTL` and `EXECUTIONS_DATA_PRUNE_TIMEOUT` removed\n\nThe 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.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.1...n8n@1.8.2) for this version.\\\n**Release date:** 2023-09-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.8.0...n8n@1.8.1) for this version.\\\n**Release date:** 2023-09-21\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.8.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.7.1...n8n@1.8.0) for this version.\\\n**Release date:** 2023-09-20\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.7.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.7.0...n8n@1.7.1) for this version.\\\n**Release date:** 2023-09-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.7.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.6.1...n8n@1.7.0) for this version.\\\n**Release date:** 2023-09-13\n\nThis release contains node enhancements and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Quang-Linh LE](https://github.com/linktohack)\\\n[MC Naveen](https://github.com/mcnaveen)\n\n## n8n@1.6.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.6.0...n8n@1.6.1) for this version.\\\n**Release date:** 2023-09-06\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.6.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.5.1...n8n@1.6.0) for this version.\\\n**Release date:** 2023-09-06\n\nThis release contains bug fixes, new features, and node enhancements.\n\nUpgrade directly to 1.6.1\n\nSkip this version and upgrade directly to 1.6.1, which contains essential bug fixes.\n\n#### TheHive 5\n\nThis release introduces support for TheHive API version 5. This uses a new node and credentials:\n\n- [TheHive 5 node](../../integrations/builtin/app-nodes/n8n-nodes-base.thehive5/)\n- [TheHive 5 Trigger node](../../integrations/builtin/trigger-nodes/n8n-nodes-base.thehive5trigger/)\n- [TheHive 5 credentials](../../integrations/builtin/credentials/thehive5/)\n\n#### `N8N_PERSISTED_BINARY_DATA_TTL` removed\n\nThe 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](https://github.com/n8n-io/n8n/pull/7046)), which are no longer supported.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.5.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.5.0...n8n@1.5.1) for this version.\\\n**Release date:** 2023-08-31\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.5.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.1...n8n@1.5.0) for this version.\\\n**Release date:** 2023-08-31\n\nThis release contains new features, node enhancements, and bug fixes.\n\nUpgrade directly to 1.5.1\n\nSkip this version and upgrade directly to 1.5.1, which contains essential bug fixes.\n\n### Highlights\n\n#### External secrets storage for credentials\n\nEnterprise-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.\n\nRefer to [External secrets](../../external-secrets/) for guidance on enabling and using this feature.\n\n#### Two-factor authentication\n\nn8n now supports two-factor authentication (2FA) for self-hosted instances. n8n is working on bringing support to Cloud. Refer to [Two-factor authentication](../../user-management/two-factor-auth/) for guidance on enabling and using it.\n\n#### Debug executions\n\nUsers on a paid n8n plan can now load data from previous executions into their current workflow. This is useful when debugging a failed execution.\n\nRefer to [Debug executions](../../workflows/executions/debug/) for guidance on using this feature.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.4.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1) for this version.\\\n**Release date:** 2023-08-29\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.4.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.3.1...n8n@1.4.0) for this version.\\\n**Release date:** 2023-08-23\n\nThis release contains new features, node enhancements, and bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[pemontto](https://github.com/pemontto)\n\n## n8n@1.3.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.3.0...n8n@1.3.1) for this version.\\\n**Release date:** 2023-08-18\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.3.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.2...n8n@1.3.0) for this version.\\\n**Release date:** 2023-08-16\n\nThis release contains new features and bug fixes.\n\n### Highlights\n\n#### Trial feature: AI support in the Code node\n\nThis 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.\n\nLearn how to use the feature, including guidance on writing prompts, in [Generate code with ChatGPT](../../code/ai-code/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Ian Gallagher](https://github.com/craSH)\\\n[Xavier Calland](https://github.com/xavier-calland)\n\n## n8n@1.2.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.1...n8n@1.2.2) for this version.\\\n**Release date:** 2023-08-14\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.2.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.2.0...n8n@1.2.1) for this version.\\\n**Release date:** 2023-08-09\n\nThis is a bug fix release.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.2.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.1.1...n8n@1.2.0) for this version.\\\n**Release date:** 2023-08-09\n\nThis release contains new features, node enhancements, bug fixes, and performance improvements.\n\nUpgrade directly to 1.2.1\n\nWhen upgrading, skip this release and go directly to 1.2.1.\n\n### Highlights\n\n#### Credential support for SecOps services\n\nThis release introduces support for setting up credentials in n8n for the following services:\n\n- [AlienVault](../../integrations/builtin/credentials/alienvault/)\n- [Auth0 Management](../../integrations/builtin/credentials/auth0management/)\n- [Carbon Black API](../../integrations/builtin/credentials/carbonblack/)\n- [Cisco Meraki API](../../integrations/builtin/credentials/ciscomeraki/)\n- [Cisco Secure Endpoint](../../integrations/builtin/credentials/ciscosecureendpoint/)\n- [Cisco Umbrella API](../../integrations/builtin/credentials/ciscoumbrella/)\n- [CrowdStrike](../../integrations/builtin/credentials/crowdstrike/)\n- [F5 Big-IP](../../integrations/builtin/credentials/f5bigip/)\n- [Fortinet FortiGate](../../integrations/builtin/credentials/fortigate/)\n- [Hybrid Analysis](../../integrations/builtin/credentials/hybridanalysis/)\n- [Imperva WAF](../../integrations/builtin/credentials/impervawaf/)\n- [Kibana](../../integrations/builtin/credentials/kibana/)\n- [Microsoft Entra ID](../../integrations/builtin/credentials/microsoftentra/)\n- [Mist](../../integrations/builtin/credentials/mist/)\n- [Okta](../../integrations/builtin/credentials/okta/)\n- [OpenCTI](../../integrations/builtin/credentials/opencti/)\n- [QRadar](../../integrations/builtin/credentials/qradar/)\n- [Qualys](../../integrations/builtin/credentials/qualys/)\n- [Recorded Future](../../integrations/builtin/credentials/recordedfuture/)\n- [Sekoia](../../integrations/builtin/credentials/sekoia/)\n- [Shuffler](../../integrations/builtin/credentials/shuffler/)\n- [Trellix ePO](../../integrations/builtin/credentials/trellixepo/)\n- [VirusTotal](../../integrations/builtin/credentials/virustotal/)\n- [Zscaler ZIA](../../integrations/builtin/credentials/zscalerzia/)\n\nThis makes it easier to do [Custom operations](../../integrations/custom-operations/) with these services, using the [HTTP Request](../../integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.1.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.1.0...n8n@1.1.1) for this version.\\\n**Release date:** 2023-07-27\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.1.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.5...n8n@1.1.0) for this version.\\\n**Release date:** 2023-07-26\n\nThis release contains new features, bug fixes, and node enhancements.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\n### Highlights\n\n#### Source control and environments\n\nThis release introduces source control and environments for enterprise users.\n\nn8n 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.\n\nRefer to [Source control and environments](../../source-control-environments/) to learn more about the features and set up your environments.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Adrián Martínez](https://github.com/adrian-martinez-vdshop)\\\n[Alberto Pasqualetto](https://github.com/albertopasqualetto)\\\n[Marten Steketee](https://github.com/Marten-S)\\\n[perseus-algol](https://github.com/perseus-algol)\\\n[Sandra Ashipala](https://github.com/sandramsc)\\\n[ZergRael](https://github.com/ZergRael)\n\n## n8n@1.0.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.4...n8n@1.0.5) for this version.\\\n**Release date:** 2023-07-24\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@1.0.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.3...n8n@1.0.4) for this version.\\\n**Release date:** 2023-07-19\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Romain Dunand](https://github.com/airmoi)\\\n[noctarius aka Christoph Engelbert](https://github.com/noctarius)\n\n## n8n@1.0.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.2...n8n@1.0.3) for this version.\\\n**Release date:** 2023-07-13\n\nThis release contains API enhancements and adds support for sending messages to forum threads in the Telegram node.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n### Contributors\n\n[Kirill](https://github.com/chrtkv)\n\n## n8n@1.0.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.1...n8n@1.0.2) for this version.\\\n**Release date:** 2023-07-05\n\nThis is a bug fix release.\n\nBreaking changes\n\nPlease 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](../../1-0-migration-checklist/).\n\n### Contributors\n\n[Romain Dunand](https://github.com/airmoi)\n\n## n8n@1.0.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.0...n8n@1.0.1) for this version.\\\n**Release date:** 2023-07-05\n\nBreaking changes\n\nPlease note that this version contains breaking changes. For full details, refer to the [n8n v1.0 migration guide](../../1-0-migration-checklist/).\n\nThis is n8n's version one release.\n\nFor full details, refer to the [n8n v1.0 migration guide](../../1-0-migration-checklist/).\n\n### Highlights\n\n#### Python support\n\nAlthough JavaScript remains the default language, you can now also select Python as an option in the [Code node](../../code/code-node/) and even make use of [many Python modules](https://pyodide.org/en/stable/usage/packages-in-pyodide.html#packages-in-pyodide). Note that Python is unavailable in Code nodes added to a workflow before v1.0.\n\n### Contributors\n\n[Marten Steketee](https://github.com/Marten-S)\n",
87981
87983
  "excerpt": "# Release notes pre 2.0 New features and bug fixes for n8n. You can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository. Stable and Beta versions n8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12). Current `stable`: 2.15.0 Current `beta`: 2.16.0 ## How to update n8n The...",
87982
87984
  "sections": [
87983
87985
  {
@@ -88285,11 +88287,11 @@
88285
88287
  "codeExamples": 5,
88286
88288
  "complexity": "intermediate",
88287
88289
  "readingTime": "136 min",
88288
- "contentLength": 243820,
88290
+ "contentLength": 244104,
88289
88291
  "relatedPages": []
88290
88292
  },
88291
88293
  "searchIndex": {
88292
- "fullText": "1.x # release notes pre 2.0\n\nnew features and bug fixes for n8n.\n\nyou can also view the [releases](https://github.com/n8n-io/n8n/releases) in the github repository.\n\nstable and beta versions\n\nn8n releases a new minor version most weeks. the `stable` version is for production use. `beta` is the most recent release. the `beta` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\ncurrent `stable`: 2.15.0 current `beta`: 2.16.0\n\n## how to update n8n\n\nthe steps to update your n8n depend on which n8n platform you use. refer to the documentation for your n8n:\n\n- [cloud](../../manage-cloud/update-cloud-version/)\n- self-hosted options:\n - [npm](../../hosting/installation/npm/)\n - [docker](../../hosting/installation/docker/)\n\n## semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). all version numbers are in the format `major.minor.patch`. version numbers increment as follows:\n\n- major version when making incompatible changes which can require user action.\n- minor version when adding functionality in a backward-compatible manner.\n- patch version when making backward-compatible bug fixes.\n\nolder versions\n\nyou can find the release notes for older versions of n8n [here](../0-x/)\n\n## n8n@1.123.29\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.28...n8n@1.123.29) for this version.\\\n**release date:** 2026-04-08\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.28\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.27...n8n@1.123.28) for this version.\\\n**release date:** 2026-04-02\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.27\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.26...n8n@1.123.27) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.26\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.25...n8n@1.123.26) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.25\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.24...n8n@1.123.25) for this version.\\\n**release date:** 2026-03-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.24\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.23...n8n@1.123.24) for this version.\\\n**release date:** 2026-03-13\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.23\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.22...n8n@1.123.23) for this version.\\\n**release date:** 2026-03-04\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.22\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.21...n8n@1.123.22) for this version.\\\n**release date:** 2026-02-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.20\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.19...n8n@1.123.20) for this version.\\\n**release date:** 2026-02-06\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.19\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.18...n8n@1.123.19) for this version.\\\n**release date:** 2026-02-06\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.18\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.17...n8n@1.123.18) for this version.\\\n**release date:** 2026-01-29\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.16\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.15...n8n@1.123.16) for this version.\\\n**release date:** 2026-01-16\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.15\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.14...n8n@1.123.15) for this version.\\\n**release date:** 2026-01-15\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.13\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.12...n8n@1.123.13) for this version.\\\n**release date:** 2026-01-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.12\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.11...n8n@1.123.12) for this version.\\\n**release date:** 2026-01-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.11\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.10...n8n@1.123.11) for this version.\\\n**release date:** 2026-01-08\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.10\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.9...n8n@1.123.10) for this version.\\\n**release date:** 2025-12-31\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.9\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.8...n8n@1.123.9) for this version.\\\n**release date:** 2025-12-23\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.8\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.7...n8n@1.123.8) for this version.\\\n**release date:** 2025-12-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.7\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.6...n8n@1.123.7) for this version.\\\n**release date:** 2025-12-17\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.5...n8n@1.123.6) for this version.\\\n**release date:** 2025-12-15\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.4...n8n@1.123.5) for this version.\\\n**release date:** 2025-12-10\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.2...n8n@1.123.3) for this version.\\\n**release date:** 2025-12-05\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.1...n8n@1.123.2) for this version.\\\n**release date:** 2025-12-04\n\nnext version\n\nthis is the `next` version. n8n recommends using the `latest` version. the `next` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**release date:** 2025-12-03\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**release date:** 2025-12-03\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.123.0) for this version.\\\n**release date:** 2025-12-01\n\nthis release contains bug fixes.\n\n### contributors\n\n[farzad528](https://github.com/farzad528)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.122.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.4...n8n@1.122.5) for this version.\\\n**release date:** 2025-12-04\n\nlatest version\n\nthis is the `latest` version. n8n recommends using the `latest` version. the `next` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.122.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.3...n8n@1.122.4) for this version.\\\n**release date:** 2025-11-28\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.122.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n",
88294
+ "fullText": "1.x # release notes pre 2.0\n\nnew features and bug fixes for n8n.\n\nyou can also view the [releases](https://github.com/n8n-io/n8n/releases) in the github repository.\n\nstable and beta versions\n\nn8n releases a new minor version most weeks. the `stable` version is for production use. `beta` is the most recent release. the `beta` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\ncurrent `stable`: 2.15.0 current `beta`: 2.16.0\n\n## how to update n8n\n\nthe steps to update your n8n depend on which n8n platform you use. refer to the documentation for your n8n:\n\n- [cloud](../../manage-cloud/update-cloud-version/)\n- self-hosted options:\n - [npm](../../hosting/installation/npm/)\n - [docker](../../hosting/installation/docker/)\n\n## semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). all version numbers are in the format `major.minor.patch`. version numbers increment as follows:\n\n- major version when making incompatible changes which can require user action.\n- minor version when adding functionality in a backward-compatible manner.\n- patch version when making backward-compatible bug fixes.\n\nolder versions\n\nyou can find the release notes for older versions of n8n [here](../0-x/)\n\n## n8n@1.123.30\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.29...n8n@1.123.30) for this version.\\\n**release date:** 2026-04-09\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.29\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.28...n8n@1.123.29) for this version.\\\n**release date:** 2026-04-08\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.28\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.27...n8n@1.123.28) for this version.\\\n**release date:** 2026-04-02\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.27\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.26...n8n@1.123.27) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.26\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.25...n8n@1.123.26) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.25\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.24...n8n@1.123.25) for this version.\\\n**release date:** 2026-03-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.24\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.23...n8n@1.123.24) for this version.\\\n**release date:** 2026-03-13\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.23\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.22...n8n@1.123.23) for this version.\\\n**release date:** 2026-03-04\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.22\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.21...n8n@1.123.22) for this version.\\\n**release date:** 2026-02-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.20\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.19...n8n@1.123.20) for this version.\\\n**release date:** 2026-02-06\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.19\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.18...n8n@1.123.19) for this version.\\\n**release date:** 2026-02-06\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.18\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.17...n8n@1.123.18) for this version.\\\n**release date:** 2026-01-29\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.16\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.15...n8n@1.123.16) for this version.\\\n**release date:** 2026-01-16\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.15\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.14...n8n@1.123.15) for this version.\\\n**release date:** 2026-01-15\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.13\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.12...n8n@1.123.13) for this version.\\\n**release date:** 2026-01-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.12\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.11...n8n@1.123.12) for this version.\\\n**release date:** 2026-01-13\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.11\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.10...n8n@1.123.11) for this version.\\\n**release date:** 2026-01-08\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.10\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.9...n8n@1.123.10) for this version.\\\n**release date:** 2025-12-31\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.9\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.8...n8n@1.123.9) for this version.\\\n**release date:** 2025-12-23\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.8\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.7...n8n@1.123.8) for this version.\\\n**release date:** 2025-12-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.7\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.6...n8n@1.123.7) for this version.\\\n**release date:** 2025-12-17\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.5...n8n@1.123.6) for this version.\\\n**release date:** 2025-12-15\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.4...n8n@1.123.5) for this version.\\\n**release date:** 2025-12-10\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.2...n8n@1.123.3) for this version.\\\n**release date:** 2025-12-05\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.1...n8n@1.123.2) for this version.\\\n**release date:** 2025-12-04\n\nnext version\n\nthis is the `next` version. n8n recommends using the `latest` version. the `next` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**release date:** 2025-12-03\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.0...n8n@1.123.1) for this version.\\\n**release date:** 2025-12-03\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.123.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@1.123.0) for this version.\\\n**release date:** 2025-12-01\n\nthis release contains bug fixes.\n\n### contributors\n\n[farzad528](https://github.com/farzad528)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.122.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.4...n8n@1.122.5) for this version.\\\n**release date:** 2025-12-04\n\nlatest version\n\nthis is the `latest` version. n8n recommends using the `latest` version. the `next` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@1.122.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/",
88293
88295
  "importantTerms": [
88294
88296
  "github",
88295
88297
  "release",
@@ -90110,7 +90112,7 @@
90110
90112
  "nodeName": null,
90111
90113
  "nodeType": null,
90112
90114
  "content": {
90113
- "markdown": "# Custom project roles\n\nFeature availability\n\nCustom roles are available on Self-hosted Enterprise and Cloud Enterprise plans. Refer to n8n's [pricing page](https://n8n.io/pricing/) for plan details.\n\n**Available from:** n8n version 1.122.0 (released November 24, 2025)\n\nSecret vault scopes are available from n8n version `2.13.0`\n\nInstance roles vs project roles\n\nn8n has two types of roles: * **Instance roles** ([account types](../../account-types/)): Owner, Admin, and Member roles that span the entire n8n instance and all projects * **Project roles**: Roles that apply within a specific project (Admin, Editor, Viewer, and custom roles)\n\nCustom roles are project-level roles. They define permissions within individual projects, not across the entire instance.\n\nCustom project roles allow you to create roles with specific permissions tailored to your team's needs. Unlike the built-in project roles (Admin, Editor, Viewer), custom roles let you define granular access to workflows, credentials, and other project resources.\n\n## Create a custom role\n\nInstance owners and instance admins can create custom roles.\n\nTo create a custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Select **Create role**.\n1. Enter a role name and optional description.\n1. Select the permissions (scopes) for this role:\n - **Workflow permissions**: Create, read, update, publish, delete, list, execute, move, or share workflows\n - **Credential permissions**: Create, read, update, delete, list, move, or share credentials\n - **Project permissions**: List, read, update, or delete projects\n - **Folder permissions**: Create, read, update, delete, list, or move folders\n - **Data table permissions**: Create, read, update, delete, list project tables, read/write rows\n - **Project variable permissions**: Create, read, update, delete, or list project variables\n - **Secret vault permissions**: Create, view, update, delete, and sync (reload) vaults of a project\n - **Secrets permission**: Use secrets in credentials\n - **Source control**: Push to source control\n1. Select **Create role**.\n\n## Assign a custom role to users\n\nProject admins can assign custom roles to project members. Custom roles apply only within the specific project where they're assigned. A user can have different roles in different projects.\n\nTo assign a custom role:\n\n1. Select the project.\n1. Select **Project settings**.\n1. Under **Project members**, browse or search for users.\n1. Select the user and choose the custom role from the dropdown.\n1. Select **Save**.\n\nProject-level permissions\n\nCustom role permissions only apply within the project where the role is assigned. To grant the same permissions across multiple projects, assign the custom role in each project individually.\n\n## Edit a custom role\n\nTo modify an existing custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the custom role you want to edit.\n1. Select the **three-dot menu** > **Edit**.\n1. Update the role name, description, or permissions.\n1. Select **Save changes**.\n\nEditing affects all assigned users\n\nChanges to a custom role immediately affect all users assigned to that role in any project. If the role is used across multiple projects, the permission changes apply everywhere the role is assigned.\n\n## Duplicate a custom role\n\nTo create a new role based on an existing one:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the role you want to duplicate.\n1. Select the **three-dot menu** > **Duplicate**.\n1. Modify the role name and permissions as needed.\n1. Select **Create role**.\n\n## Delete a custom role\n\nTo delete a custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the role you want to delete.\n1. Select the **three-dot menu** > **Delete**.\n1. Confirm the deletion.\n\nReassign users before deletion\n\nIf users are assigned to this role, you must first reassign them to a different role before deleting it.\n\n## Permission scopes reference\n\nCustom roles use permission scopes to define what users can do within a project. Here are the available scopes by resource:\n\n### Workflow scopes\n\n- `workflow:create` - Create new workflows\n- `workflow:read` - View workflow details\n- `workflow:update` - Edit workflows\n- `workflow:publish` - Publish workflows\n- `workflow:unpublish` - Unpublish workflows\n- `workflow:delete` - Delete workflows\n- `workflow:list` - View workflows in project\n- `workflow:execute-chat` - Execute workflows via chat interface\n- `workflow:move` - Move workflows between projects\n- `workflow:share` - Share workflows with other users\n\n### Credential scopes\n\n- `credential:create` - Create new credentials\n- `credential:read` - View credential details\n- `credential:update` - Edit credentials\n- `credential:delete` - Delete credentials\n- `credential:list` - View credentials in project\n- `credential:move` - Move credentials between projects\n- `credential:share` - Share credentials with other users\n\n### Project scopes\n\n- `project:list` - View available projects\n- `project:read` - View project details\n- `project:update` - Edit project settings (Admin only)\n- `project:delete` - Delete projects (Admin only)\n\n### Folder scopes\n\n- `folder:create` - Create new folders\n- `folder:read` - View folder contents\n- `folder:update` - Rename folders\n- `folder:delete` - Delete folders\n- `folder:list` - View folders in project\n- `folder:move` - Move folders\n\n### Data table scopes\n\n- `dataTable:create` - Create new data tables\n- `dataTable:read` - View data table schema\n- `dataTable:update` - Modify data table schema\n- `dataTable:delete` - Delete data tables\n- `dataTable:listProject` - View data tables in project\n- `dataTable:readRow` - Read rows from data tables\n- `dataTable:writeRow` - Insert or update rows in data tables\n\n### Project variable scopes\n\n- `projectVariable:list` - View project variables\n- `projectVariable:read` - View variable values\n- `projectVariable:create` - Create new variables\n- `projectVariable:update` - Edit variable values\n- `projectVariable:delete` - Delete variables\n\n### Secret vault scopes\n\n- `secretsVaults:view` - View secret vaults in a project\n- `secretsVaults:create` - Create new secret vaults within project\n- `secretsVaults:edit` - Edit secret vault configuration\n- `secretsVaults:delete` - Delete secret vaults of a project\n- `secretsVaults:sync` - Reload a vault's secrets\n- `secrets:list` - Use secrets in credentials\n\n### Source control scopes\n\n- `sourceControl:push` - Push changes to source control\n\n## Common custom role examples\n\nThese are example custom project roles you can create for common use cases. Remember that these roles apply within individual projects, not across your entire n8n instance.\n\n### Workflow Developer\n\nA role for users who work only with workflows: * `workflow:create`, `workflow:read`, `workflow:update`, `workflow:delete`, `workflow:list` * `credential:read`, `credential:list` (view credentials but not modify) * `project:list`, `project:read`\n\n### Credential Manager\n\nA role for users who manage credentials: * `credential:create`, `credential:read`, `credential:update`, `credential:delete`, `credential:list`, `credential:share` * `workflow:read`, `workflow:list` (view workflows to understand credential usage) * `project:list`, `project:read`\n\n### Secrets User\n\nA role for users who need to use external secrets in credentials but not manage vaults: * `secrets:list` (use secrets in credentials expressions) * `credential:create`, `credential:read`, `credential:update`, `credential:list` (manage credentials with secrets) * `workflow:read`, `workflow:list` * `project:list`, `project:read`\n\n### Workflow Publisher\n\nA role for users who can publish workflows without full edit access: * `workflow:read`, `workflow:list`, `workflow:publish`, `workflow:unpublish` * `credential:read`, `credential:list` * `project:list`, `project:read`\n\nCombining scopes\n\nYou can combine any scopes to create roles that match your specific needs. Consider the principle of least privilege: grant only the permissions users need to perform their tasks.\n",
90115
+ "markdown": "# Custom project roles\n\nFeature availability\n\nCustom roles are available on Self-hosted Enterprise and Cloud Enterprise plans. Refer to n8n's [pricing page](https://n8n.io/pricing/) for plan details.\n\n**Available from:** n8n version 1.122.0 (released November 24, 2025)\n\nSecret vault scopes are available from n8n version `2.13.0`\n\nInstance roles vs project roles\n\nn8n has two types of roles: * **Instance roles** ([account types](../../account-types/)): Owner, Admin, and Member roles that span the entire n8n instance and all projects * **Project roles**: Roles that apply within a specific project (Admin, Editor, Viewer, and custom roles)\n\nCustom roles are project-level roles. They define permissions within individual projects, not across the entire instance.\n\nCustom project roles allow you to create roles with specific permissions tailored to your team's needs. Unlike the built-in project roles (Admin, Editor, Viewer), custom roles let you define granular access to workflows, credentials, and other project resources.\n\n## Create a custom role\n\nInstance owners and instance admins can create custom roles.\n\nTo create a custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Select **Create role**.\n1. Enter a role name and optional description.\n1. Select the permissions (scopes) for this role:\n - **Workflow permissions**: Create, read, update, publish, delete, list, execute, move, or share workflows\n - **Credential permissions**: Create, read, update, delete, list, move, or share credentials\n - **Project permissions**: List, read, update, or delete projects\n - **Folder permissions**: Create, read, update, delete, list, or move folders\n - **Data table permissions**: Create, read, update, delete, list project tables, read/write rows\n - **Project variable permissions**: Create, read, update, delete, or list project variables\n - **Secret vault permissions**: Create, view, update, delete, and sync (reload) vaults of a project\n - **Secrets permission**: Use secrets in credentials\n - **Source control**: Push to source control\n1. Select **Create role**.\n\n## Assign a custom role to users\n\nProject admins can assign custom roles to project members. Custom roles apply only within the specific project where they're assigned. A user can have different roles in different projects.\n\nTo assign a custom role:\n\n1. Select the project.\n1. Select **Project settings**.\n1. Under **Project members**, browse or search for users.\n1. Select the user and choose the custom role from the dropdown.\n1. Select **Save**.\n\nProject-level permissions\n\nCustom role permissions only apply within the project where the role is assigned. To grant the same permissions across multiple projects, assign the custom role in each project individually.\n\n## Edit a custom role\n\nTo modify an existing custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the custom role you want to edit.\n1. Select the **three-dot menu** > **Edit**.\n1. Update the role name, description, or permissions.\n1. Select **Save changes**.\n\nEditing affects all assigned users\n\nChanges to a custom role immediately affect all users assigned to that role in any project. If the role is used across multiple projects, the permission changes apply everywhere the role is assigned.\n\n## Duplicate a custom role\n\nTo create a new role based on an existing one:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the role you want to duplicate.\n1. Select the **three-dot menu** > **Duplicate**.\n1. Modify the role name and permissions as needed.\n1. Select **Create role**.\n\n## Delete a custom role\n\nTo delete a custom role:\n\n1. Go to **Settings** > **Project roles**.\n1. Find the role you want to delete.\n1. Select the **three-dot menu** > **Delete**.\n1. Confirm the deletion.\n\nReassign users before deletion\n\nIf users are assigned to this role, you must first reassign them to a different role before deleting it.\n\n## Permission scopes reference\n\nCustom roles use permission scopes to define what users can do within a project. Here are the available scopes by resource:\n\n### Workflow scopes\n\n- `workflow:create` - Create new workflows\n- `workflow:read` - View workflow details\n- `workflow:update` - Edit workflows\n- `workflow:publish` - Publish workflows\n- `workflow:unpublish` - Unpublish workflows\n- `workflow:delete` - Delete workflows\n- `workflow:list` - View workflows in project\n- `workflow:execute-chat` - Execute workflows via chat interface\n- `workflow:move` - Move workflows between projects\n- `workflow:share` - Share workflows with other users\n- `workflow:updateRedactionSetting` - Manage the data redaction policy for workflows\n\n### Execution scopes\n\n- `execution:reveal` - Reveal redacted execution data (refer to [Execution data redaction](../../../workflows/executions/execution-data-redaction/))\n\n### Credential scopes\n\n- `credential:create` - Create new credentials\n- `credential:read` - View credential details\n- `credential:update` - Edit credentials\n- `credential:delete` - Delete credentials\n- `credential:list` - View credentials in project\n- `credential:move` - Move credentials between projects\n- `credential:share` - Share credentials with other users\n\n### Project scopes\n\n- `project:list` - View available projects\n- `project:read` - View project details\n- `project:update` - Edit project settings (Admin only)\n- `project:delete` - Delete projects (Admin only)\n\n### Folder scopes\n\n- `folder:create` - Create new folders\n- `folder:read` - View folder contents\n- `folder:update` - Rename folders\n- `folder:delete` - Delete folders\n- `folder:list` - View folders in project\n- `folder:move` - Move folders\n\n### Data table scopes\n\n- `dataTable:create` - Create new data tables\n- `dataTable:read` - View data table schema\n- `dataTable:update` - Modify data table schema\n- `dataTable:delete` - Delete data tables\n- `dataTable:listProject` - View data tables in project\n- `dataTable:readRow` - Read rows from data tables\n- `dataTable:writeRow` - Insert or update rows in data tables\n\n### Project variable scopes\n\n- `projectVariable:list` - View project variables\n- `projectVariable:read` - View variable values\n- `projectVariable:create` - Create new variables\n- `projectVariable:update` - Edit variable values\n- `projectVariable:delete` - Delete variables\n\n### Secret vault scopes\n\n- `secretsVaults:view` - View secret vaults in a project\n- `secretsVaults:create` - Create new secret vaults within project\n- `secretsVaults:edit` - Edit secret vault configuration\n- `secretsVaults:delete` - Delete secret vaults of a project\n- `secretsVaults:sync` - Reload a vault's secrets\n- `secrets:list` - Use secrets in credentials\n\n### Source control scopes\n\n- `sourceControl:push` - Push changes to source control\n\n## Common custom role examples\n\nThese are example custom project roles you can create for common use cases. Remember that these roles apply within individual projects, not across your entire n8n instance.\n\n### Workflow Developer\n\nA role for users who work only with workflows: * `workflow:create`, `workflow:read`, `workflow:update`, `workflow:delete`, `workflow:list` * `credential:read`, `credential:list` (view credentials but not modify) * `project:list`, `project:read`\n\n### Credential Manager\n\nA role for users who manage credentials: * `credential:create`, `credential:read`, `credential:update`, `credential:delete`, `credential:list`, `credential:share` * `workflow:read`, `workflow:list` (view workflows to understand credential usage) * `project:list`, `project:read`\n\n### Secrets User\n\nA role for users who need to use external secrets in credentials but not manage vaults: * `secrets:list` (use secrets in credentials expressions) * `credential:create`, `credential:read`, `credential:update`, `credential:list` (manage credentials with secrets) * `workflow:read`, `workflow:list` * `project:list`, `project:read`\n\n### Workflow Publisher\n\nA role for users who can publish workflows without full edit access: * `workflow:read`, `workflow:list`, `workflow:publish`, `workflow:unpublish` * `credential:read`, `credential:list` * `project:list`, `project:read`\n\nCombining scopes\n\nYou can combine any scopes to create roles that match your specific needs. Consider the principle of least privilege: grant only the permissions users need to perform their tasks.\n",
90114
90116
  "excerpt": "# Custom project roles Feature availability Custom roles are available on Self-hosted Enterprise and Cloud Enterprise plans. Refer to n8n's [pricing page](https://n8n.io/pricing/) for plan details. **Available from:** n8n version 1.122.0 (released November 24, 2025) Secret vault scopes are available from n8n version `2.13.0` Instance roles vs project roles n8n has two types of roles: * **Instance roles** ([account types](../../account-types/)): Owner, Admin, and Member roles that span the...",
90115
90117
  "sections": [
90116
90118
  {
@@ -90136,6 +90138,7 @@
90136
90138
  "scopes",
90137
90139
  "reference",
90138
90140
  "workflow",
90141
+ "execution",
90139
90142
  "credential",
90140
90143
  "folder",
90141
90144
  "data",
@@ -90158,36 +90161,36 @@
90158
90161
  "codeExamples": 0,
90159
90162
  "complexity": "beginner",
90160
90163
  "readingTime": "6 min",
90161
- "contentLength": 8028,
90164
+ "contentLength": 8285,
90162
90165
  "relatedPages": []
90163
90166
  },
90164
90167
  "searchIndex": {
90165
- "fullText": "custom roles # custom project roles\n\nfeature availability\n\ncustom roles are available on self-hosted enterprise and cloud enterprise plans. refer to n8n's [pricing page](https://n8n.io/pricing/) for plan details.\n\n**available from:** n8n version 1.122.0 (released november 24, 2025)\n\nsecret vault scopes are available from n8n version `2.13.0`\n\ninstance roles vs project roles\n\nn8n has two types of roles: * **instance roles** ([account types](../../account-types/)): owner, admin, and member roles that span the entire n8n instance and all projects * **project roles**: roles that apply within a specific project (admin, editor, viewer, and custom roles)\n\ncustom roles are project-level roles. they define permissions within individual projects, not across the entire instance.\n\ncustom project roles allow you to create roles with specific permissions tailored to your team's needs. unlike the built-in project roles (admin, editor, viewer), custom roles let you define granular access to workflows, credentials, and other project resources.\n\n## create a custom role\n\ninstance owners and instance admins can create custom roles.\n\nto create a custom role:\n\n1. go to **settings** > **project roles**.\n1. select **create role**.\n1. enter a role name and optional description.\n1. select the permissions (scopes) for this role:\n - **workflow permissions**: create, read, update, publish, delete, list, execute, move, or share workflows\n - **credential permissions**: create, read, update, delete, list, move, or share credentials\n - **project permissions**: list, read, update, or delete projects\n - **folder permissions**: create, read, update, delete, list, or move folders\n - **data table permissions**: create, read, update, delete, list project tables, read/write rows\n - **project variable permissions**: create, read, update, delete, or list project variables\n - **secret vault permissions**: create, view, update, delete, and sync (reload) vaults of a project\n - **secrets permission**: use secrets in credentials\n - **source control**: push to source control\n1. select **create role**.\n\n## assign a custom role to users\n\nproject admins can assign custom roles to project members. custom roles apply only within the specific project where they're assigned. a user can have different roles in different projects.\n\nto assign a custom role:\n\n1. select the project.\n1. select **project settings**.\n1. under **project members**, browse or search for users.\n1. select the user and choose the custom role from the dropdown.\n1. select **save**.\n\nproject-level permissions\n\ncustom role permissions only apply within the project where the role is assigned. to grant the same permissions across multiple projects, assign the custom role in each project individually.\n\n## edit a custom role\n\nto modify an existing custom role:\n\n1. go to **settings** > **project roles**.\n1. find the custom role you want to edit.\n1. select the **three-dot menu** > **edit**.\n1. update the role name, description, or permissions.\n1. select **save changes**.\n\nediting affects all assigned users\n\nchanges to a custom role immediately affect all users assigned to that role in any project. if the role is used across multiple projects, the permission changes apply everywhere the role is assigned.\n\n## duplicate a custom role\n\nto create a new role based on an existing one:\n\n1. go to **settings** > **project roles**.\n1. find the role you want to duplicate.\n1. select the **three-dot menu** > **duplicate**.\n1. modify the role name and permissions as needed.\n1. select **create role**.\n\n## delete a custom role\n\nto delete a custom role:\n\n1. go to **settings** > **project roles**.\n1. find the role you want to delete.\n1. select the **three-dot menu** > **delete**.\n1. confirm the deletion.\n\nreassign users before deletion\n\nif users are assigned to this role, you must first reassign them to a different role before deleting it.\n\n## permission scopes reference\n\ncustom roles use permission scopes to define what users can do within a project. here are the available scopes by resource:\n\n### workflow scopes\n\n- `workflow:create` - create new workflows\n- `workflow:read` - view workflow details\n- `workflow:update` - edit workflows\n- `workflow:publish` - publish workflows\n- `workflow:unpublish` - unpublish workflows\n- `workflow:delete` - delete workflows\n- `workflow:list` - view workflows in project\n- `workflow:execute-chat` - execute workflows via chat interface\n- `workflow:move` - move workflows between projects\n- `workflow:share` - share workflows with other users\n\n### credential scopes\n\n- `credential:create` - create new credentials\n- `credential:read` - view credential details\n- `credential:update` - edit credentials\n- `credential:delete` - delete credentials\n- `credential:list` - view credentials in project\n- `credential:move` - move credentials between projects\n- `credential:share` - share credentials with other users\n\n### project scopes\n\n- `project:list` - view available projects\n- `project:read` - view project details\n- `project:update` - edit project settings (admin only)\n- `project:delete` - delete projects (admin only)\n\n### folder scopes\n\n- `folder:create` - create new folders\n- `folder:read` - view folder contents\n- `folder:update` - rename folders\n- `folder:delete` - delete folders\n- `folder:list` - view folders in project\n- `folder:move` - move folders\n\n### data table scopes\n\n- `datatable:create` - create new data tables\n- `datatable:read` - view data table schema\n- `datatable:update` - modify data table schema\n- `datatable:delete` - delete data tables\n- `datatable:listproject` - view data tables in project\n- `datatable:readrow` - read rows from data tables\n- `datatable:writerow` - insert or update rows in data tables\n\n### project variable scopes\n\n- `projectvariable:list` - view project variables\n- `projectvariable:read` - view variable values\n- `projectvariable:create` - create new variables\n- `projectvariable:update` - edit variable values\n- `projectvariable:delete` - delete variables\n\n### secret vault scopes\n\n- `secretsvaults:view` - view secret vaults in a project\n- `secretsvaults:create` - create new secret vaults within project\n- `secretsvaults:edit` - edit secret vault configuration\n- `secretsvaults:delete` - delete secret vaults of a project\n- `secretsvaults:sync` - reload a vault's secrets\n- `secrets:list` - use secrets in credentials\n\n### source control scopes\n\n- `sourcecontrol:push` - push changes to source control\n\n## common custom role examples\n\nthese are example custom project roles you can create for common use cases. remember that these roles apply within individual projects, not across your entire n8n instance.\n\n### workflow developer\n\na role for users who work only with workflows: * `workflow:create`, `workflow:read`, `workflow:update`, `workflow:delete`, `workflow:list` * `credential:read`, `credential:list` (view credentials but not modify) * `project:list`, `project:read`\n\n### credential manager\n\na role for users who manage credentials: * `credential:create`, `credential:read`, `credential:update`, `credential:delete`, `credential:list`, `credential:share` * `workflow:read`, `workflow:list` (view workflows to understand credential usage) * `project:list`, `project:read`\n\n### secrets user\n\na role for users who need to use external secrets in credentials but not manage vaults: * `secrets:list` (use secrets in credentials expressions) * `credential:create`, `credential:read`, `credential:update`, `credential:list` (manage credentials with secrets) * `workflow:read`, `workflow:list` * `project:list`, `project:read`\n\n### workflow publisher\n\na role for users who can publish workflows without full edit access: * `workflow:read`, `workflow:list`, `workflow:publish`, `workflow:unpublish` * `credential:read`, `credential:list` * `project:list`, `project:read`\n\ncombining scopes\n\nyou can combine any scopes to create roles that match your specific needs. consider the principle of least privilege: grant only the permissions users need to perform their tasks.\n custom project roles",
90168
+ "fullText": "custom roles # custom project roles\n\nfeature availability\n\ncustom roles are available on self-hosted enterprise and cloud enterprise plans. refer to n8n's [pricing page](https://n8n.io/pricing/) for plan details.\n\n**available from:** n8n version 1.122.0 (released november 24, 2025)\n\nsecret vault scopes are available from n8n version `2.13.0`\n\ninstance roles vs project roles\n\nn8n has two types of roles: * **instance roles** ([account types](../../account-types/)): owner, admin, and member roles that span the entire n8n instance and all projects * **project roles**: roles that apply within a specific project (admin, editor, viewer, and custom roles)\n\ncustom roles are project-level roles. they define permissions within individual projects, not across the entire instance.\n\ncustom project roles allow you to create roles with specific permissions tailored to your team's needs. unlike the built-in project roles (admin, editor, viewer), custom roles let you define granular access to workflows, credentials, and other project resources.\n\n## create a custom role\n\ninstance owners and instance admins can create custom roles.\n\nto create a custom role:\n\n1. go to **settings** > **project roles**.\n1. select **create role**.\n1. enter a role name and optional description.\n1. select the permissions (scopes) for this role:\n - **workflow permissions**: create, read, update, publish, delete, list, execute, move, or share workflows\n - **credential permissions**: create, read, update, delete, list, move, or share credentials\n - **project permissions**: list, read, update, or delete projects\n - **folder permissions**: create, read, update, delete, list, or move folders\n - **data table permissions**: create, read, update, delete, list project tables, read/write rows\n - **project variable permissions**: create, read, update, delete, or list project variables\n - **secret vault permissions**: create, view, update, delete, and sync (reload) vaults of a project\n - **secrets permission**: use secrets in credentials\n - **source control**: push to source control\n1. select **create role**.\n\n## assign a custom role to users\n\nproject admins can assign custom roles to project members. custom roles apply only within the specific project where they're assigned. a user can have different roles in different projects.\n\nto assign a custom role:\n\n1. select the project.\n1. select **project settings**.\n1. under **project members**, browse or search for users.\n1. select the user and choose the custom role from the dropdown.\n1. select **save**.\n\nproject-level permissions\n\ncustom role permissions only apply within the project where the role is assigned. to grant the same permissions across multiple projects, assign the custom role in each project individually.\n\n## edit a custom role\n\nto modify an existing custom role:\n\n1. go to **settings** > **project roles**.\n1. find the custom role you want to edit.\n1. select the **three-dot menu** > **edit**.\n1. update the role name, description, or permissions.\n1. select **save changes**.\n\nediting affects all assigned users\n\nchanges to a custom role immediately affect all users assigned to that role in any project. if the role is used across multiple projects, the permission changes apply everywhere the role is assigned.\n\n## duplicate a custom role\n\nto create a new role based on an existing one:\n\n1. go to **settings** > **project roles**.\n1. find the role you want to duplicate.\n1. select the **three-dot menu** > **duplicate**.\n1. modify the role name and permissions as needed.\n1. select **create role**.\n\n## delete a custom role\n\nto delete a custom role:\n\n1. go to **settings** > **project roles**.\n1. find the role you want to delete.\n1. select the **three-dot menu** > **delete**.\n1. confirm the deletion.\n\nreassign users before deletion\n\nif users are assigned to this role, you must first reassign them to a different role before deleting it.\n\n## permission scopes reference\n\ncustom roles use permission scopes to define what users can do within a project. here are the available scopes by resource:\n\n### workflow scopes\n\n- `workflow:create` - create new workflows\n- `workflow:read` - view workflow details\n- `workflow:update` - edit workflows\n- `workflow:publish` - publish workflows\n- `workflow:unpublish` - unpublish workflows\n- `workflow:delete` - delete workflows\n- `workflow:list` - view workflows in project\n- `workflow:execute-chat` - execute workflows via chat interface\n- `workflow:move` - move workflows between projects\n- `workflow:share` - share workflows with other users\n- `workflow:updateredactionsetting` - manage the data redaction policy for workflows\n\n### execution scopes\n\n- `execution:reveal` - reveal redacted execution data (refer to [execution data redaction](../../../workflows/executions/execution-data-redaction/))\n\n### credential scopes\n\n- `credential:create` - create new credentials\n- `credential:read` - view credential details\n- `credential:update` - edit credentials\n- `credential:delete` - delete credentials\n- `credential:list` - view credentials in project\n- `credential:move` - move credentials between projects\n- `credential:share` - share credentials with other users\n\n### project scopes\n\n- `project:list` - view available projects\n- `project:read` - view project details\n- `project:update` - edit project settings (admin only)\n- `project:delete` - delete projects (admin only)\n\n### folder scopes\n\n- `folder:create` - create new folders\n- `folder:read` - view folder contents\n- `folder:update` - rename folders\n- `folder:delete` - delete folders\n- `folder:list` - view folders in project\n- `folder:move` - move folders\n\n### data table scopes\n\n- `datatable:create` - create new data tables\n- `datatable:read` - view data table schema\n- `datatable:update` - modify data table schema\n- `datatable:delete` - delete data tables\n- `datatable:listproject` - view data tables in project\n- `datatable:readrow` - read rows from data tables\n- `datatable:writerow` - insert or update rows in data tables\n\n### project variable scopes\n\n- `projectvariable:list` - view project variables\n- `projectvariable:read` - view variable values\n- `projectvariable:create` - create new variables\n- `projectvariable:update` - edit variable values\n- `projectvariable:delete` - delete variables\n\n### secret vault scopes\n\n- `secretsvaults:view` - view secret vaults in a project\n- `secretsvaults:create` - create new secret vaults within project\n- `secretsvaults:edit` - edit secret vault configuration\n- `secretsvaults:delete` - delete secret vaults of a project\n- `secretsvaults:sync` - reload a vault's secrets\n- `secrets:list` - use secrets in credentials\n\n### source control scopes\n\n- `sourcecontrol:push` - push changes to source control\n\n## common custom role examples\n\nthese are example custom project roles you can create for common use cases. remember that these roles apply within individual projects, not across your entire n8n instance.\n\n### workflow developer\n\na role for users who work only with workflows: * `workflow:create`, `workflow:read`, `workflow:update`, `workflow:delete`, `workflow:list` * `credential:read`, `credential:list` (view credentials but not modify) * `project:list`, `project:read`\n\n### credential manager\n\na role for users who manage credentials: * `credential:create`, `credential:read`, `credential:update`, `credential:delete`, `credential:list`, `credential:share` * `workflow:read`, `workflow:list` (view workflows to understand credential usage) * `project:list`, `project:read`\n\n### secrets user\n\na role for users who need to use external secrets in credentials but not manage vaults: * `secrets:list` (use secrets in credentials expressions) * `credential:create`, `credential:read`, `credential:update`, `credential:list` (manage credentials with secrets) * `workflow:read`, `workflow:list` * `project:list`, `project:read`\n\n### workflow publisher\n\na role for users who can publish workflows without full edit access: * `workflow:read`, `workflow:list`, `workflow:publish`, `workflow:unpublish` * `credential:read`, `credential:list` * `project:list`, `project:read`\n\ncombining scopes\n\nyou can combine any scopes to create roles that match your specific needs. consider the principle of least privilege: grant only the permissions users need to perform their tasks.\n custom project roles",
90166
90169
  "importantTerms": [
90167
90170
  "project",
90168
90171
  "role",
90169
90172
  "create",
90170
90173
  "roles",
90171
- "custom",
90172
90174
  "workflow",
90175
+ "custom",
90173
90176
  "delete",
90174
90177
  "read",
90175
90178
  "credential",
90176
90179
  "list",
90177
90180
  "update",
90178
90181
  "view",
90179
- "permissions",
90180
90182
  "scopes",
90181
- "credentials",
90183
+ "permissions",
90182
90184
  "workflows",
90185
+ "credentials",
90183
90186
  "users",
90187
+ "data",
90184
90188
  "select",
90185
90189
  "projects",
90186
90190
  "secrets",
90187
90191
  "edit",
90188
90192
  "move",
90189
90193
  "folder",
90190
- "data",
90191
90194
  "secret",
90192
90195
  "instance",
90193
90196
  "within",
@@ -90206,14 +90209,14 @@
90206
90209
  "with",
90207
90210
  "publish",
90208
90211
  "vaults",
90212
+ "execution",
90209
90213
  "projectvariable",
90210
90214
  "secretsvaults",
90211
90215
  "details",
90212
90216
  "from",
90213
90217
  "specific",
90214
90218
  "across",
90215
- "table",
90216
- "variable"
90219
+ "table"
90217
90220
  ]
90218
90221
  }
90219
90222
  },
@@ -91132,7 +91135,7 @@
91132
91135
  "nodeName": null,
91133
91136
  "nodeType": null,
91134
91137
  "content": {
91135
- "markdown": "# Workflow settings\n\nYou can customize workflow behavior for individual workflows using workflow settings.\n\n## Access workflow settings\n\nTo open the settings:\n\n1. Open your workflow.\n1. Select the **three dots icon** in the upper-right corner.\n1. Select **Settings**. n8n opens the **Workflow settings** modal.\n\n## Available settings\n\nThe following settings are available:\n\n### Execution order\n\nChoose the execution order for multi-branch workflows:\n\n**v1 (recommended)** executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the [canvas](../../glossary/#canvas-n8n), from topmost to bottommost. If two branches are at the same height, the leftmost branch executes first.\n\n**v0 (legacy)** executes the first node of each branch, then the second node of each branch, and so on.\n\n### Error Workflow (to notify when this one errors)\n\nSelect a workflow to trigger if the current workflow fails. See [error workflows](../../flow-logic/error-handling/) for more details.\n\n### This workflow can be called by\n\nChoose which other workflows can call this workflow.\n\n### Timezone\n\nSets the timezone for this workflow. The timezone setting is important for the Schedule Trigger node.\n\nYou can set your n8n instance's timezone to configure the default timezone workflows use:\n\n- [Set a n8n Cloud instance timezone](../../manage-cloud/set-cloud-timezone/)\n- [Configure the timezone for self-hosted instances](../../hosting/configuration/environment-variables/timezone-localization/)\n\nIf you don't configure the workflow or instance timezone, n8n defaults to the EDT (New York) timezone.\n\n### Save failed production executions\n\nWhether n8n should save failed executions for active workflows.\n\n### Save successful production executions\n\nWhether n8n should save successful executions for active workflows.\n\n### Save manual executions\n\nWhether n8n should save executions for workflows started by the user in the editor.\n\n### Save execution progress\n\nWhether n8n should save execution data for each node.\n\nIf set to **Save**, the workflow resumes from where it stopped in case of an error. This may increase latency.\n\n### Timeout Workflow\n\nWhether n8n should cancel the current workflow execution after a certain amount of time elapses.\n\nWhen enabled, the **Timeout After** option appears. Here, you can set the time (in hours, minutes, and seconds) after which the workflow should timeout. For n8n Cloud users, n8n enforces a maximum available timeout for each plan.\n\n### Estimated time saved\n\nAn estimate of the number of minutes each of execution of this workflow saves you.\n\nSetting this lets n8n calculate the amount of time saved for [insights](../../insights/).\n",
91138
+ "markdown": "# Workflow settings\n\nYou can customize workflow behavior for individual workflows using workflow settings.\n\n## Access workflow settings\n\nTo open the settings:\n\n1. Open your workflow.\n1. Select the **three dots icon** in the upper-right corner.\n1. Select **Settings**. n8n opens the **Workflow settings** modal.\n\n## Available settings\n\nThe following settings are available:\n\n### Execution order\n\nChoose the execution order for multi-branch workflows:\n\n**v1 (recommended)** executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the [canvas](../../glossary/#canvas-n8n), from topmost to bottommost. If two branches are at the same height, the leftmost branch executes first.\n\n**v0 (legacy)** executes the first node of each branch, then the second node of each branch, and so on.\n\n### Error Workflow (to notify when this one errors)\n\nSelect a workflow to trigger if the current workflow fails. See [error workflows](../../flow-logic/error-handling/) for more details.\n\n### This workflow can be called by\n\nChoose which other workflows can call this workflow.\n\n### Timezone\n\nSets the timezone for this workflow. The timezone setting is important for the Schedule Trigger node.\n\nYou can set your n8n instance's timezone to configure the default timezone workflows use:\n\n- [Set a n8n Cloud instance timezone](../../manage-cloud/set-cloud-timezone/)\n- [Configure the timezone for self-hosted instances](../../hosting/configuration/environment-variables/timezone-localization/)\n\nIf you don't configure the workflow or instance timezone, n8n defaults to the EDT (New York) timezone.\n\n### Save failed production executions\n\nWhether n8n should save failed executions for active workflows.\n\n### Save successful production executions\n\nWhether n8n should save successful executions for active workflows.\n\n### Save manual executions\n\nWhether n8n should save executions for workflows started by the user in the editor.\n\n### Save execution progress\n\nWhether n8n should save execution data for each node.\n\nIf set to **Save**, the workflow resumes from where it stopped in case of an error. This may increase latency.\n\n### Timeout Workflow\n\nWhether n8n should cancel the current workflow execution after a certain amount of time elapses.\n\nWhen enabled, the **Timeout After** option appears. Here, you can set the time (in hours, minutes, and seconds) after which the workflow should timeout. For n8n Cloud users, n8n enforces a maximum available timeout for each plan.\n\n### Redact production execution data\n\nControls whether n8n redacts execution data from production (non-manually triggered) executions. When set to **Redact**, n8n hides the input and output data of each node and replaces it with a redacted indicator.\n\n### Redact manual execution data\n\nControls whether n8n redacts execution data from manually triggered executions. When set to **Redact**, n8n hides the input and output data of each node and replaces it with a redacted indicator.\n\nRefer to [Execution data redaction](../executions/execution-data-redaction/) for details on redaction policies, revealing data, and permission requirements.\n\n### Estimated time saved\n\nAn estimate of the number of minutes each of execution of this workflow saves you.\n\nSetting this lets n8n calculate the amount of time saved for [insights](../../insights/).\n",
91136
91139
  "excerpt": "# Workflow settings You can customize workflow behavior for individual workflows using workflow settings. ## Access workflow settings To open the settings: 1. Open your workflow. 1. Select the **three dots icon** in the upper-right corner. 1. Select **Settings**. n8n opens the **Workflow settings** modal. ## Available settings The following settings are available: ### Execution order Choose the execution order for multi-branch workflows: **v1 (recommended)** executes each branch in turn...",
91137
91140
  "sections": [
91138
91141
  {
@@ -91165,6 +91168,8 @@
91165
91168
  "manual",
91166
91169
  "progress",
91167
91170
  "timeout",
91171
+ "redact",
91172
+ "data",
91168
91173
  "estimated",
91169
91174
  "time",
91170
91175
  "saved"
@@ -91173,36 +91178,42 @@
91173
91178
  "operations": [],
91174
91179
  "codeExamples": 0,
91175
91180
  "complexity": "beginner",
91176
- "readingTime": "2 min",
91177
- "contentLength": 2724,
91181
+ "readingTime": "3 min",
91182
+ "contentLength": 3365,
91178
91183
  "relatedPages": []
91179
91184
  },
91180
91185
  "searchIndex": {
91181
- "fullText": "settings # workflow settings\n\nyou can customize workflow behavior for individual workflows using workflow settings.\n\n## access workflow settings\n\nto open the settings:\n\n1. open your workflow.\n1. select the **three dots icon** in the upper-right corner.\n1. select **settings**. n8n opens the **workflow settings** modal.\n\n## available settings\n\nthe following settings are available:\n\n### execution order\n\nchoose the execution order for multi-branch workflows:\n\n**v1 (recommended)** executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the [canvas](../../glossary/#canvas-n8n), from topmost to bottommost. if two branches are at the same height, the leftmost branch executes first.\n\n**v0 (legacy)** executes the first node of each branch, then the second node of each branch, and so on.\n\n### error workflow (to notify when this one errors)\n\nselect a workflow to trigger if the current workflow fails. see [error workflows](../../flow-logic/error-handling/) for more details.\n\n### this workflow can be called by\n\nchoose which other workflows can call this workflow.\n\n### timezone\n\nsets the timezone for this workflow. the timezone setting is important for the schedule trigger node.\n\nyou can set your n8n instance's timezone to configure the default timezone workflows use:\n\n- [set a n8n cloud instance timezone](../../manage-cloud/set-cloud-timezone/)\n- [configure the timezone for self-hosted instances](../../hosting/configuration/environment-variables/timezone-localization/)\n\nif you don't configure the workflow or instance timezone, n8n defaults to the edt (new york) timezone.\n\n### save failed production executions\n\nwhether n8n should save failed executions for active workflows.\n\n### save successful production executions\n\nwhether n8n should save successful executions for active workflows.\n\n### save manual executions\n\nwhether n8n should save executions for workflows started by the user in the editor.\n\n### save execution progress\n\nwhether n8n should save execution data for each node.\n\nif set to **save**, the workflow resumes from where it stopped in case of an error. this may increase latency.\n\n### timeout workflow\n\nwhether n8n should cancel the current workflow execution after a certain amount of time elapses.\n\nwhen enabled, the **timeout after** option appears. here, you can set the time (in hours, minutes, and seconds) after which the workflow should timeout. for n8n cloud users, n8n enforces a maximum available timeout for each plan.\n\n### estimated time saved\n\nan estimate of the number of minutes each of execution of this workflow saves you.\n\nsetting this lets n8n calculate the amount of time saved for [insights](../../insights/).\n workflow settings",
91186
+ "fullText": "settings # workflow settings\n\nyou can customize workflow behavior for individual workflows using workflow settings.\n\n## access workflow settings\n\nto open the settings:\n\n1. open your workflow.\n1. select the **three dots icon** in the upper-right corner.\n1. select **settings**. n8n opens the **workflow settings** modal.\n\n## available settings\n\nthe following settings are available:\n\n### execution order\n\nchoose the execution order for multi-branch workflows:\n\n**v1 (recommended)** executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the [canvas](../../glossary/#canvas-n8n), from topmost to bottommost. if two branches are at the same height, the leftmost branch executes first.\n\n**v0 (legacy)** executes the first node of each branch, then the second node of each branch, and so on.\n\n### error workflow (to notify when this one errors)\n\nselect a workflow to trigger if the current workflow fails. see [error workflows](../../flow-logic/error-handling/) for more details.\n\n### this workflow can be called by\n\nchoose which other workflows can call this workflow.\n\n### timezone\n\nsets the timezone for this workflow. the timezone setting is important for the schedule trigger node.\n\nyou can set your n8n instance's timezone to configure the default timezone workflows use:\n\n- [set a n8n cloud instance timezone](../../manage-cloud/set-cloud-timezone/)\n- [configure the timezone for self-hosted instances](../../hosting/configuration/environment-variables/timezone-localization/)\n\nif you don't configure the workflow or instance timezone, n8n defaults to the edt (new york) timezone.\n\n### save failed production executions\n\nwhether n8n should save failed executions for active workflows.\n\n### save successful production executions\n\nwhether n8n should save successful executions for active workflows.\n\n### save manual executions\n\nwhether n8n should save executions for workflows started by the user in the editor.\n\n### save execution progress\n\nwhether n8n should save execution data for each node.\n\nif set to **save**, the workflow resumes from where it stopped in case of an error. this may increase latency.\n\n### timeout workflow\n\nwhether n8n should cancel the current workflow execution after a certain amount of time elapses.\n\nwhen enabled, the **timeout after** option appears. here, you can set the time (in hours, minutes, and seconds) after which the workflow should timeout. for n8n cloud users, n8n enforces a maximum available timeout for each plan.\n\n### redact production execution data\n\ncontrols whether n8n redacts execution data from production (non-manually triggered) executions. when set to **redact**, n8n hides the input and output data of each node and replaces it with a redacted indicator.\n\n### redact manual execution data\n\ncontrols whether n8n redacts execution data from manually triggered executions. when set to **redact**, n8n hides the input and output data of each node and replaces it with a redacted indicator.\n\nrefer to [execution data redaction](../executions/execution-data-redaction/) for details on redaction policies, revealing data, and permission requirements.\n\n### estimated time saved\n\nan estimate of the number of minutes each of execution of this workflow saves you.\n\nsetting this lets n8n calculate the amount of time saved for [insights](../../insights/).\n workflow settings",
91182
91187
  "importantTerms": [
91183
91188
  "workflow",
91189
+ "execution",
91184
91190
  "timezone",
91185
91191
  "settings",
91192
+ "data",
91186
91193
  "save",
91194
+ "executions",
91187
91195
  "workflows",
91188
- "this",
91189
- "execution",
91190
- "branch",
91191
91196
  "each",
91192
- "executions",
91193
- "should",
91197
+ "this",
91194
91198
  "whether",
91199
+ "branch",
91195
91200
  "node",
91201
+ "should",
91202
+ "from",
91196
91203
  "error",
91204
+ "when",
91197
91205
  "cloud",
91206
+ "production",
91198
91207
  "timeout",
91199
91208
  "time",
91209
+ "redact",
91200
91210
  "select",
91201
91211
  "available",
91202
91212
  "executes",
91203
91213
  "instance",
91204
91214
  "configure",
91205
- "after"
91215
+ "after",
91216
+ "redaction"
91206
91217
  ]
91207
91218
  }
91208
91219
  },
@@ -91887,7 +91898,7 @@
91887
91898
  "nodeName": null,
91888
91899
  "nodeType": null,
91889
91900
  "content": {
91890
- "markdown": "# Executions\n\nAn execution is a single run of a workflow.\n\n## Execution modes\n\nThere are two execution modes:\n\n- Manual: run workflows manually when testing. Select **Execute Workflow** to start a manual execution. You can do manual executions of active workflows, but n8n recommends keeping your workflow set to **Inactive** while developing and testing.\n- Production: a production workflow is one that runs automatically. To enable this, set the workflow to **Active**.\n\n## How executions count towards quotas:\n\n[Paid plans](https://n8n.io/pricing/), whether cloud or self-hosted, have an execution limit quota. Only production executions count towards this quota. These are executions started automatically by triggers, schedules, or polling. Manual executions aren't counted. This distinction applies regardless of the instance environment, such as development or production.\n\n## Execution lists\n\nn8n provides two execution lists:\n\n- [Workflow-level executions](single-workflow-executions/): this execution list shows the executions for a single workflow.\n- [All executions](all-executions/): this list shows all executions for all your workflows.\n\nn8n supports [adding custom data to executions](custom-executions-data/).\n",
91901
+ "markdown": "# Executions\n\nAn execution is a single run of a workflow.\n\n## Execution modes\n\nThere are two execution modes:\n\n- Manual: run workflows manually when testing. Select **Execute Workflow** to start a manual execution. You can do manual executions of active workflows, but n8n recommends keeping your workflow set to **Inactive** while developing and testing.\n- Production: a production workflow is one that runs automatically. To enable this, set the workflow to **Active**.\n\n## How executions count towards quotas:\n\n[Paid plans](https://n8n.io/pricing/), whether cloud or self-hosted, have an execution limit quota. Only production executions count towards this quota. These are executions started automatically by triggers, schedules, or polling. Manual executions aren't counted. This distinction applies regardless of the instance environment, such as development or production.\n\n## Execution lists\n\nn8n provides two execution lists:\n\n- [Workflow-level executions](single-workflow-executions/): this execution list shows the executions for a single workflow.\n- [All executions](all-executions/): this list shows all executions for all your workflows.\n\nn8n supports [adding custom data to executions](custom-executions-data/).\n\n## Execution data redaction\n\nYou can redact execution data to protect sensitive information. Redaction hides the input and output data of workflow executions while preserving execution metadata like status, timing, and node names. Refer to [Execution data redaction](execution-data-redaction/) for details.\n",
91891
91902
  "excerpt": "# Executions An execution is a single run of a workflow. ## Execution modes There are two execution modes: - Manual: run workflows manually when testing. Select **Execute Workflow** to start a manual execution. You can do manual executions of active workflows, but n8n recommends keeping your workflow set to **Inactive** while developing and testing. - Production: a production workflow is one that runs automatically. To enable this, set the workflow to **Active**. ## How executions count tow...",
91892
91903
  "sections": [
91893
91904
  {
@@ -91905,25 +91916,31 @@
91905
91916
  "count",
91906
91917
  "towards",
91907
91918
  "quotas:",
91908
- "lists"
91919
+ "lists",
91920
+ "data",
91921
+ "redaction"
91909
91922
  ],
91910
91923
  "useCases": [],
91911
- "operations": [],
91924
+ "operations": [
91925
+ "execution data red"
91926
+ ],
91912
91927
  "codeExamples": 0,
91913
91928
  "complexity": "beginner",
91914
- "readingTime": "1 min",
91915
- "contentLength": 1227,
91929
+ "readingTime": "2 min",
91930
+ "contentLength": 1535,
91916
91931
  "relatedPages": []
91917
91932
  },
91918
91933
  "searchIndex": {
91919
- "fullText": "executions # executions\n\nan execution is a single run of a workflow.\n\n## execution modes\n\nthere are two execution modes:\n\n- manual: run workflows manually when testing. select **execute workflow** to start a manual execution. you can do manual executions of active workflows, but n8n recommends keeping your workflow set to **inactive** while developing and testing.\n- production: a production workflow is one that runs automatically. to enable this, set the workflow to **active**.\n\n## how executions count towards quotas:\n\n[paid plans](https://n8n.io/pricing/), whether cloud or self-hosted, have an execution limit quota. only production executions count towards this quota. these are executions started automatically by triggers, schedules, or polling. manual executions aren't counted. this distinction applies regardless of the instance environment, such as development or production.\n\n## execution lists\n\nn8n provides two execution lists:\n\n- [workflow-level executions](single-workflow-executions/): this execution list shows the executions for a single workflow.\n- [all executions](all-executions/): this list shows all executions for all your workflows.\n\nn8n supports [adding custom data to executions](custom-executions-data/).\n executions",
91934
+ "fullText": "executions # executions\n\nan execution is a single run of a workflow.\n\n## execution modes\n\nthere are two execution modes:\n\n- manual: run workflows manually when testing. select **execute workflow** to start a manual execution. you can do manual executions of active workflows, but n8n recommends keeping your workflow set to **inactive** while developing and testing.\n- production: a production workflow is one that runs automatically. to enable this, set the workflow to **active**.\n\n## how executions count towards quotas:\n\n[paid plans](https://n8n.io/pricing/), whether cloud or self-hosted, have an execution limit quota. only production executions count towards this quota. these are executions started automatically by triggers, schedules, or polling. manual executions aren't counted. this distinction applies regardless of the instance environment, such as development or production.\n\n## execution lists\n\nn8n provides two execution lists:\n\n- [workflow-level executions](single-workflow-executions/): this execution list shows the executions for a single workflow.\n- [all executions](all-executions/): this list shows all executions for all your workflows.\n\nn8n supports [adding custom data to executions](custom-executions-data/).\n\n## execution data redaction\n\nyou can redact execution data to protect sensitive information. redaction hides the input and output data of workflow executions while preserving execution metadata like status, timing, and node names. refer to [execution data redaction](execution-data-redaction/) for details.\n executions",
91920
91935
  "importantTerms": [
91921
91936
  "executions",
91922
91937
  "execution",
91923
91938
  "workflow",
91939
+ "data",
91924
91940
  "this",
91925
91941
  "manual",
91926
91942
  "production",
91943
+ "redaction",
91927
91944
  "single",
91928
91945
  "workflows"
91929
91946
  ]
@@ -92205,6 +92222,126 @@
92205
92222
  },
92206
92223
  {
92207
92224
  "id": "page-1260",
92225
+ "title": "Redact execution data",
92226
+ "url": "https://docs.n8n.io/workflows/executions/execution-data-redaction/index.md",
92227
+ "urlPath": "workflows/executions/execution-data-redaction/index.md",
92228
+ "category": "workflows",
92229
+ "subcategory": null,
92230
+ "nodeName": null,
92231
+ "nodeType": null,
92232
+ "content": {
92233
+ "markdown": "# Execution data redaction\n\nFeature availability\n\nData redaction is available on Enterprise Self-hosted and Enterprise Cloud plans.\n\n**Available from:** n8n version 2.16.0\n\nExecution data redaction lets you hide the input and output data of workflow executions. This helps protect sensitive information like personal data, authentication tokens, and financial records from users who can view the workflow but don't need to see the underlying data.\n\nWhen you enable redaction, execution metadata (status, timing, node names) remains visible, but n8n replaces the actual data payload processed by each node with a redacted indicator.\n\n## Why use execution data redaction\n\nWorkflows often process data that the workflow builder or viewers shouldn't have access to outside of n8n. Common scenarios include:\n\n- **PII and compliance**: Workflows handling customer personal data (emails, addresses, financial records) need to meet GDPR, SOC 2, or internal security standards.\n- **Cross-department workflows**: A workflow built by one team processes sensitive data from another team that the builder wouldn't have access to otherwise.\n- **Least privilege principle**: Limiting data visibility to only those who need it, rather than everyone with workflow view access.\n\nBefore execution data redaction, the only option was to disable execution history entirely at the workflow level, which removed all visibility into workflow success or failure status. Execution data redaction preserves execution monitoring while hiding the sensitive data payload.\n\n## Configure redaction settings\n\nYou configure redaction per workflow in the workflow settings. You need the **Manage data redaction** (`workflow:updateRedactionSetting`) scope to change these settings.\n\nTo configure redaction:\n\n1. Open your workflow.\n1. Select the **three dots icon** in the upper-right corner.\n1. Select **Settings**.\n1. Find the **Redact production execution data** and **Redact manual execution data** settings.\n1. For each setting, choose either **Default - Do not redact** or **Redact**.\n1. Select **Save**.\n\n### Redaction settings explained\n\nThere are two independent toggles that control redaction:\n\n| Setting | What it controls |\n| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Redact production execution data** | Controls whether n8n redacts data from production (non-manually triggered) executions. Production executions include those triggered by webhooks, schedules, or other triggers when the workflow stays active. |\n| **Redact manual execution data** | Controls whether n8n redacts data from manually triggered executions. Manual executions include those you start by selecting **Execute Workflow** in the editor. |\n\n## What redacted data looks like\n\nWhen n8n redacts an execution:\n\n- n8n replaces all input and output data for each node with an empty object.\n- n8n removes binary data (files, images).\n- n8n redacts error messages, preserving only the error type and HTTP status code (for API errors) to aid in troubleshooting.\n- The execution viewer displays a **\"Data redacted\"** indicator with a shredder icon instead of the usual data tables.\n- Execution metadata remains visible: node names, execution status (success/failure), timing information, and the workflow structure.\n\nError information\n\nWhen n8n redacts execution data, it also redacts error details to prevent sensitive information from leaking through error messages. Only the error type (for example, `NodeApiError`) and HTTP status code remain. This provides enough information to identify the category of failure without exposing data.\n\n## Reveal redacted data\n\nUsers with the **Reveal execution data** (`execution:reveal`) scope can temporarily view redacted execution data for a specific execution. Instance owners and admins have this scope by default.\n\nTo reveal data:\n\n1. Open the execution in the execution viewer.\n1. Select the **Reveal data** button displayed in the redacted data area.\n1. Review the confirmation dialog. It explains that:\n - The system logs the action in the audit trail.\n - You should only reveal data if you have a legitimate reason.\n - Unnecessary access may violate your organization's policy.\n1. Select **Reveal data** to confirm.\n\nThe execution data becomes visible for that execution in the current session.\n\n### Audit logging\n\n[Log streaming](../../../log-streaming/) tracks all reveal actions. Two audit events are available:\n\n| Event | Description |\n| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `n8n.audit.execution.data.revealed` | n8n emits this event when a user reveals redacted execution data. Includes the user, execution ID, workflow ID, timestamp, IP address, and the redaction policy in effect. |\n| `n8n.audit.execution.data.reveal_failure` | n8n emits this event when it denies a reveal attempt (for example, due to insufficient permissions). Includes the same fields plus the rejection reason. |\n\nThese events integrate with your existing log streaming destinations (syslog, webhooks, Sentry) and support compliance reporting and access auditing.\n\n## Permission scopes\n\nExecution data redaction introduces the following permission scope that you can assign through [custom project roles](../../../user-management/rbac/custom-roles/):\n\n| Scope | Purpose |\n| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |\n| `workflow:updateRedactionSetting` | Allows modifying the redaction policy in workflow settings. Displayed as **Manage data redaction** in the role configuration UI. |\n\nBy default, instance owners, admins, and project admins have the permissions to enable or disable redaction and to reveal redacted data. You can create custom roles to give additional users, such as workflow builders, the ability to update the data redaction setting.\n\n## Best practices\n\n### Choosing the right redaction policy\n\n| Scenario | Recommended setting |\n| ------------------------------------------------------------------------------------------ | ------------------------------------------------ |\n| Workflows processing PII, financial data, or authentication tokens in production | Redact production execution data |\n| Workflows where even test data is sensitive (for example, using copies of production data) | Redact both production and manual execution data |\n| Workflows processing non-sensitive data, or during initial development | No redaction |\n\n### General recommendations\n\n- **Start with production redaction**: For most workflows handling sensitive data, redacting production executions while keeping manual executions visible provides a good balance between security and ease of debugging.\n- **Redact manual data when needed**: If your test environment uses real or production-like data, enable manual execution redaction as well.\n- **Use log streaming**: Enable [log streaming](../../../log-streaming/) to capture reveal audit events. This provides an audit trail for compliance and allows you to monitor who accesses sensitive execution data.\n- **Review redaction settings during workflow reviews**: Include redaction policy as part of your workflow review or approval process, particularly for workflows that handle cross-department or customer-facing data.\n\n## Security considerations\n\n- n8n applies redaction at the API level and never sends redacted data to the browser.\n- When you [create custom nodes](../../../integrations/creating-nodes/overview/), you can declare specific output fields as sensitive (using `sensitiveOutputFields` in the node type definition). n8n always redacts these fields and prevents revealing them, even for users with reveal access.\n- If the redaction service can't resolve a node's type definition (for example, after uninstalling a community node), n8n fully redacts all output data for that node. This fail-closed approach prevents unknown nodes from leaking sensitive fields.\n- Redaction doesn't change how execution data is stored in the database. The underlying data isn't encrypted or stored differently when redaction is enabled. Redaction controls visibility at the API layer.\n- When redaction is enabled, execution data is also automatically redacted from [log streaming](../../../log-streaming/) and logging output.\n",
92234
+ "excerpt": "# Execution data redaction Feature availability Data redaction is available on Enterprise Self-hosted and Enterprise Cloud plans. **Available from:** n8n version 2.16.0 Execution data redaction lets you hide the input and output data of workflow executions. This helps protect sensitive information like personal data, authentication tokens, and financial records from users who can view the workflow but don't need to see the underlying data. When you enable redaction, execution metadata (stat...",
92235
+ "sections": [
92236
+ {
92237
+ "title": "Execution data redaction",
92238
+ "level": 1,
92239
+ "content": "Feature availability\n\nData redaction is available on Enterprise Self-hosted and Enterprise Cloud plans.\n\n**Available from:** n8n version 2.16.0\n\nExecution data redaction lets you hide the input and output data of workflow executions. This helps protect sensitive information like personal data, authentication tokens, and financial records from users who can view the workflow but don't need to see the underlying data.\n\nWhen you enable redaction, execution metadata (status, timing, node names) remains visible, but n8n replaces the actual data payload processed by each node with a redacted indicator."
92240
+ }
92241
+ ]
92242
+ },
92243
+ "metadata": {
92244
+ "keywords": [
92245
+ "redact",
92246
+ "execution",
92247
+ "data",
92248
+ "redaction",
92249
+ "configure",
92250
+ "settings",
92251
+ "explained",
92252
+ "what",
92253
+ "redacted",
92254
+ "looks",
92255
+ "like",
92256
+ "reveal",
92257
+ "audit",
92258
+ "logging",
92259
+ "permission",
92260
+ "scopes",
92261
+ "best",
92262
+ "practices",
92263
+ "choosing",
92264
+ "right",
92265
+ "policy",
92266
+ "general",
92267
+ "recommendations",
92268
+ "security",
92269
+ "considerations"
92270
+ ],
92271
+ "useCases": [],
92272
+ "operations": [
92273
+ "1. open your workflow.",
92274
+ "setting",
92275
+ "what it controls",
92276
+ "why use execution data red",
92277
+ "configure red settings",
92278
+ "red settings explained",
92279
+ "choosing the right red policy"
92280
+ ],
92281
+ "codeExamples": 0,
92282
+ "complexity": "intermediate",
92283
+ "readingTime": "6 min",
92284
+ "contentLength": 9493,
92285
+ "relatedPages": []
92286
+ },
92287
+ "searchIndex": {
92288
+ "fullText": "redact execution data # execution data redaction\n\nfeature availability\n\ndata redaction is available on enterprise self-hosted and enterprise cloud plans.\n\n**available from:** n8n version 2.16.0\n\nexecution data redaction lets you hide the input and output data of workflow executions. this helps protect sensitive information like personal data, authentication tokens, and financial records from users who can view the workflow but don't need to see the underlying data.\n\nwhen you enable redaction, execution metadata (status, timing, node names) remains visible, but n8n replaces the actual data payload processed by each node with a redacted indicator.\n\n## why use execution data redaction\n\nworkflows often process data that the workflow builder or viewers shouldn't have access to outside of n8n. common scenarios include:\n\n- **pii and compliance**: workflows handling customer personal data (emails, addresses, financial records) need to meet gdpr, soc 2, or internal security standards.\n- **cross-department workflows**: a workflow built by one team processes sensitive data from another team that the builder wouldn't have access to otherwise.\n- **least privilege principle**: limiting data visibility to only those who need it, rather than everyone with workflow view access.\n\nbefore execution data redaction, the only option was to disable execution history entirely at the workflow level, which removed all visibility into workflow success or failure status. execution data redaction preserves execution monitoring while hiding the sensitive data payload.\n\n## configure redaction settings\n\nyou configure redaction per workflow in the workflow settings. you need the **manage data redaction** (`workflow:updateredactionsetting`) scope to change these settings.\n\nto configure redaction:\n\n1. open your workflow.\n1. select the **three dots icon** in the upper-right corner.\n1. select **settings**.\n1. find the **redact production execution data** and **redact manual execution data** settings.\n1. for each setting, choose either **default - do not redact** or **redact**.\n1. select **save**.\n\n### redaction settings explained\n\nthere are two independent toggles that control redaction:\n\n| setting | what it controls |\n| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **redact production execution data** | controls whether n8n redacts data from production (non-manually triggered) executions. production executions include those triggered by webhooks, schedules, or other triggers when the workflow stays active. |\n| **redact manual execution data** | controls whether n8n redacts data from manually triggered executions. manual executions include those you start by selecting **execute workflow** in the editor. |\n\n## what redacted data looks like\n\nwhen n8n redacts an execution:\n\n- n8n replaces all input and output data for each node with an empty object.\n- n8n removes binary data (files, images).\n- n8n redacts error messages, preserving only the error type and http status code (for api errors) to aid in troubleshooting.\n- the execution viewer displays a **\"data redacted\"** indicator with a shredder icon instead of the usual data tables.\n- execution metadata remains visible: node names, execution status (success/failure), timing information, and the workflow structure.\n\nerror information\n\nwhen n8n redacts execution data, it also redacts error details to prevent sensitive information from leaking through error messages. only the error type (for example, `nodeapierror`) and http status code remain. this provides enough information to identify the category of failure without exposing data.\n\n## reveal redacted data\n\nusers with the **reveal execution data** (`execution:reveal`) scope can temporarily view redacted execution data for a specific execution. instance owners and admins have this scope by default.\n\nto reveal data:\n\n1. open the execution in the execution viewer.\n1. select the **reveal data** button displayed in the redacted data area.\n1. review the confirmation dialog. it explains that:\n - the system logs the action in the audit trail.\n - you should only reveal data if you have a legitimate reason.\n - unnecessary access may violate your organization's policy.\n1. select **reveal data** to confirm.\n\nthe execution data becomes visible for that execution in the current session.\n\n### audit logging\n\n[log streaming](../../../log-streaming/) tracks all reveal actions. two audit events are available:\n\n| event | description |\n| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `n8n.audit.execution.data.revealed` | n8n emits this event when a user reveals redacted execution data. includes the user, execution id, workflow id, timestamp, ip address, and the redaction policy in effect. |\n| `n8n.audit.execution.data.reveal_failure` | n8n emits this event when it denies a reveal attempt (for example, due to insufficient permissions). includes the same fields plus the rejection reason. |\n\nthese events integrate with your existing log streaming destinations (syslog, webhooks, sentry) and support compliance reporting and access auditing.\n\n## permission scopes\n\nexecution data redaction introduces the following permission scope that you can assign through [custom project roles](../../../user-management/rbac/custom-roles/):\n\n| scope | purpose |\n| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |\n| `workflow:updateredactionsetting` | allows modifying the redaction policy in workflow settings. displayed as **manage data redaction** in the role configuration ui. |\n\nby default, instance owners, admins, and project admins have the permissions to enable or disable redaction and to reveal redacted data. you can create custom roles to give additional users, such as workflow builders, the ability to update the data redaction setting.\n\n## best practices\n\n### choosing the right redaction policy\n\n| scenario | recommended setting |\n| ------------------------------------------------------------------------------------------ | ------------------------------------------------ |\n| workflows processing pii, financial data, or authentication tokens in production | redact production execution data |\n| workflows where even test data is sensitive (for example, using copies of production data) | redact both production and manual execution data |\n| workflows processing non-sensitive data, or during initial development | no redaction |\n\n### general recommendations\n\n- **start with production redaction**: for most workflows handling sensitive data, redacting production executions while keeping manual executions visible provides a good balance between security and ease of debugging.\n- **redact manual data when needed**: if your test environment uses real or production-like data, enable manual execution redaction as well.\n- **use log streaming**: enable [log streaming](../../../log-streaming/) to capture reveal audit events. this provides an audit trail for compliance and allows you to monitor who accesses sensitive execution data.\n- **review redaction settings during workflow reviews**: include redaction policy as part of your workflow review or approval process, particularly for workflows that handle cross-department or customer-facing data.\n\n## security considerations\n\n- n8n applies redaction at the api level and never sends redacted data to the browser.\n- when you [create custom nodes](../../../integrations/creating-nodes/overview/), you can declare specific output fields as sensitive (using `sensitiveoutputfields` in the node type definition). n8n always redacts these fields and prevents revealing them, even for users with reveal access.\n- if the redaction service can't resolve a node's type definition (for example, after uninstalling a community node), n8n fully redacts all output data for that node. this fail-closed approach prevents unknown nodes from leaking sensitive fields.\n- redaction doesn't change how execution data is stored in the database. the underlying data isn't encrypted or stored differently when redaction is enabled. redaction controls visibility at the api layer.\n- when redaction is enabled, execution data is also automatically redacted from [log streaming](../../../log-streaming/) and logging output.\n execution data redaction",
92289
+ "importantTerms": [
92290
+ "data",
92291
+ "execution",
92292
+ "redaction",
92293
+ "workflow",
92294
+ "reveal",
92295
+ "production",
92296
+ "redact",
92297
+ "sensitive",
92298
+ "when",
92299
+ "redacted",
92300
+ "from",
92301
+ "node",
92302
+ "with",
92303
+ "workflows",
92304
+ "that",
92305
+ "settings",
92306
+ "redacts",
92307
+ "streaming",
92308
+ "executions",
92309
+ "this",
92310
+ "manual",
92311
+ "audit",
92312
+ "access",
92313
+ "error",
92314
+ "output",
92315
+ "information",
92316
+ "status",
92317
+ "have",
92318
+ "only",
92319
+ "scope",
92320
+ "your",
92321
+ "select",
92322
+ "policy",
92323
+ "users",
92324
+ "need",
92325
+ "enable",
92326
+ "visible",
92327
+ "include",
92328
+ "setting",
92329
+ "controls",
92330
+ "type",
92331
+ "example",
92332
+ "fields",
92333
+ "custom",
92334
+ "available",
92335
+ "like",
92336
+ "financial",
92337
+ "view",
92338
+ "each",
92339
+ "compliance"
92340
+ ]
92341
+ }
92342
+ },
92343
+ {
92344
+ "id": "page-1261",
92208
92345
  "title": "Manual, partial, and production executions",
92209
92346
  "url": "https://docs.n8n.io/workflows/executions/manual-partial-and-production-executions/index.md",
92210
92347
  "urlPath": "workflows/executions/manual-partial-and-production-executions/index.md",
@@ -92287,7 +92424,7 @@
92287
92424
  }
92288
92425
  },
92289
92426
  {
92290
- "id": "page-1261",
92427
+ "id": "page-1262",
92291
92428
  "title": "Workflow-level executions",
92292
92429
  "url": "https://docs.n8n.io/workflows/executions/single-workflow-executions/index.md",
92293
92430
  "urlPath": "workflows/executions/single-workflow-executions/index.md",
@@ -93133,9 +93270,11 @@
93133
93270
  "page-1191",
93134
93271
  "page-1203",
93135
93272
  "page-1204",
93273
+ "page-1230",
93136
93274
  "page-1244",
93137
93275
  "page-1255",
93138
- "page-1257"
93276
+ "page-1257",
93277
+ "page-1260"
93139
93278
  ],
93140
93279
  "order": [
93141
93280
  "page-0002",
@@ -93174,8 +93313,8 @@
93174
93313
  "page-1256",
93175
93314
  "page-1257",
93176
93315
  "page-1258",
93177
- "page-1260",
93178
- "page-1261"
93316
+ "page-1261",
93317
+ "page-1262"
93179
93318
  ],
93180
93319
  "process": [
93181
93320
  "page-0002",
@@ -93370,7 +93509,7 @@
93370
93509
  "page-1251",
93371
93510
  "page-1253",
93372
93511
  "page-1256",
93373
- "page-1261"
93512
+ "page-1262"
93374
93513
  ],
93375
93514
  "failures": [
93376
93515
  "page-0002"
@@ -93667,10 +93806,13 @@
93667
93806
  "page-1215",
93668
93807
  "page-1218",
93669
93808
  "page-1230",
93809
+ "page-1244",
93810
+ "page-1255",
93670
93811
  "page-1256",
93671
93812
  "page-1257",
93672
93813
  "page-1258",
93673
- "page-1259"
93814
+ "page-1259",
93815
+ "page-1260"
93674
93816
  ],
93675
93817
  "retention": [
93676
93818
  "page-0002",
@@ -94048,7 +94190,7 @@
94048
94190
  "page-1243",
94049
94191
  "page-1245",
94050
94192
  "page-1256",
94051
- "page-1261"
94193
+ "page-1262"
94052
94194
  ],
94053
94195
  "retired": [
94054
94196
  "page-0003"
@@ -94083,7 +94225,8 @@
94083
94225
  "page-1199",
94084
94226
  "page-1203",
94085
94227
  "page-1204",
94086
- "page-1233"
94228
+ "page-1233",
94229
+ "page-1260"
94087
94230
  ],
94088
94231
  "block": [
94089
94232
  "page-0003",
@@ -94239,7 +94382,8 @@
94239
94382
  "page-0160",
94240
94383
  "page-0873",
94241
94384
  "page-1244",
94242
- "page-1253"
94385
+ "page-1253",
94386
+ "page-1260"
94243
94387
  ],
94244
94388
  "file": [
94245
94389
  "page-0003",
@@ -95382,7 +95526,7 @@
95382
95526
  "page-1191",
95383
95527
  "page-1203",
95384
95528
  "page-1244",
95385
- "page-1260"
95529
+ "page-1261"
95386
95530
  ],
95387
95531
  "mount": [
95388
95532
  "page-0005"
@@ -95409,7 +95553,7 @@
95409
95553
  "page-0663",
95410
95554
  "page-0705",
95411
95555
  "page-1204",
95412
- "page-1261"
95556
+ "page-1262"
95413
95557
  ],
95414
95558
  "\"secret/\"": [
95415
95559
  "page-0005"
@@ -96252,7 +96396,7 @@
96252
96396
  "page-1228",
96253
96397
  "page-1234",
96254
96398
  "page-1238",
96255
- "page-1260"
96399
+ "page-1261"
96256
96400
  ],
96257
96401
  "don't": [
96258
96402
  "page-0005",
@@ -96278,7 +96422,7 @@
96278
96422
  "page-1143",
96279
96423
  "page-1206",
96280
96424
  "page-1244",
96281
- "page-1260"
96425
+ "page-1261"
96282
96426
  ],
96283
96427
  "glossary": [
96284
96428
  "page-0006"
@@ -96791,7 +96935,8 @@
96791
96935
  "page-1110",
96792
96936
  "page-1206",
96793
96937
  "page-1207",
96794
- "page-1246"
96938
+ "page-1246",
96939
+ "page-1260"
96795
96940
  ],
96796
96941
  "metrics": [
96797
96942
  "page-0007",
@@ -97670,7 +97815,8 @@
97670
97815
  "permission": [
97671
97816
  "page-0013",
97672
97817
  "page-0204",
97673
- "page-1230"
97818
+ "page-1230",
97819
+ "page-1260"
97674
97820
  ],
97675
97821
  "scope": [
97676
97822
  "page-0013"
@@ -97975,7 +98121,8 @@
97975
98121
  "page-1202",
97976
98122
  "page-1209",
97977
98123
  "page-1215",
97978
- "page-1234"
98124
+ "page-1234",
98125
+ "page-1260"
97979
98126
  ],
97980
98127
  "chat": [
97981
98128
  "page-0013",
@@ -98044,7 +98191,8 @@
98044
98191
  "page-0144",
98045
98192
  "page-0223",
98046
98193
  "page-0674",
98047
- "page-1203"
98194
+ "page-1203",
98195
+ "page-1260"
98048
98196
  ],
98049
98197
  "observability": [
98050
98198
  "page-0013",
@@ -98463,7 +98611,8 @@
98463
98611
  "page-0467"
98464
98612
  ],
98465
98613
  "policy": [
98466
- "page-0015"
98614
+ "page-0015",
98615
+ "page-1260"
98467
98616
  ],
98468
98617
  "against": [
98469
98618
  "page-0015"
@@ -100133,14 +100282,15 @@
100133
100282
  "page-0701",
100134
100283
  "page-1204",
100135
100284
  "page-1254",
100136
- "page-1261"
100285
+ "page-1262"
100137
100286
  ],
100138
100287
  "considerations": [
100139
100288
  "page-0018",
100140
100289
  "page-0020",
100141
100290
  "page-0099",
100142
100291
  "page-0209",
100143
- "page-0545"
100292
+ "page-0545",
100293
+ "page-1260"
100144
100294
  ],
100145
100295
  "enabling": [
100146
100296
  "page-0018",
@@ -101238,7 +101388,8 @@
101238
101388
  "page-1165",
101239
101389
  "page-1170",
101240
101390
  "page-1198",
101241
- "page-1221"
101391
+ "page-1221",
101392
+ "page-1260"
101242
101393
  ],
101243
101394
  "practices": [
101244
101395
  "page-0021",
@@ -101246,7 +101397,8 @@
101246
101397
  "page-0735",
101247
101398
  "page-1170",
101248
101399
  "page-1198",
101249
- "page-1221"
101400
+ "page-1221",
101401
+ "page-1260"
101250
101402
  ],
101251
101403
  "chaining": [
101252
101404
  "page-0021"
@@ -101414,7 +101566,8 @@
101414
101566
  "right": [
101415
101567
  "page-0023",
101416
101568
  "page-0070",
101417
- "page-0085"
101569
+ "page-0085",
101570
+ "page-1260"
101418
101571
  ],
101419
101572
  "model?": [
101420
101573
  "page-0023"
@@ -101489,7 +101642,7 @@
101489
101642
  "page-1213",
101490
101643
  "page-1242",
101491
101644
  "page-1245",
101492
- "page-1261"
101645
+ "page-1262"
101493
101646
  ],
101494
101647
  "results": [
101495
101648
  "page-0025",
@@ -102121,7 +102274,8 @@
102121
102274
  "page-0971",
102122
102275
  "page-1026",
102123
102276
  "page-1104",
102124
- "page-1230"
102277
+ "page-1230",
102278
+ "page-1260"
102125
102279
  ],
102126
102280
  "delete": [
102127
102281
  "page-0046",
@@ -103335,7 +103489,7 @@
103335
103489
  "page-0637",
103336
103490
  "page-1027",
103337
103491
  "page-1214",
103338
- "page-1261"
103492
+ "page-1262"
103339
103493
  ],
103340
103494
  "object": [
103341
103495
  "page-0060",
@@ -103883,7 +104037,7 @@
103883
104037
  "page-0164",
103884
104038
  "page-1244",
103885
104039
  "page-1256",
103886
- "page-1261"
104040
+ "page-1262"
103887
104041
  ],
103888
104042
  "catching": [
103889
104043
  "page-0089"
@@ -104241,7 +104395,7 @@
104241
104395
  "page-1204",
104242
104396
  "page-1248",
104243
104397
  "page-1256",
104244
- "page-1261"
104398
+ "page-1262"
104245
104399
  ],
104246
104400
  "visually": [
104247
104401
  "page-0096"
@@ -107124,7 +107278,8 @@
107124
107278
  "page-0204"
107125
107279
  ],
107126
107280
  "logging": [
107127
- "page-0205"
107281
+ "page-0205",
107282
+ "page-1260"
107128
107283
  ],
107129
107284
  "'debug'": [
107130
107285
  "page-0205"
@@ -107171,7 +107326,8 @@
107171
107326
  ],
107172
107327
  "recommendations": [
107173
107328
  "page-0209",
107174
- "page-0217"
107329
+ "page-0217",
107330
+ "page-1260"
107175
107331
  ],
107176
107332
  "backups": [
107177
107333
  "page-0209"
@@ -107802,7 +107958,7 @@
107802
107958
  "page-0232",
107803
107959
  "page-0709",
107804
107960
  "page-1256",
107805
- "page-1261"
107961
+ "page-1262"
107806
107962
  ],
107807
107963
  "fail": [
107808
107964
  "page-0232",
@@ -111707,7 +111863,8 @@
111707
111863
  ],
111708
111864
  "general": [
111709
111865
  "page-1169",
111710
- "page-1204"
111866
+ "page-1204",
111867
+ "page-1260"
111711
111868
  ],
111712
111869
  "philosophy": [
111713
111870
  "page-1169"
@@ -112066,7 +112223,7 @@
112066
112223
  ],
112067
112224
  "partial": [
112068
112225
  "page-1204",
112069
- "page-1260"
112226
+ "page-1261"
112070
112227
  ],
112071
112228
  "breadcrumb": [
112072
112229
  "page-1204"
@@ -112349,6 +112506,10 @@
112349
112506
  "called": [
112350
112507
  "page-1244"
112351
112508
  ],
112509
+ "redact": [
112510
+ "page-1244",
112511
+ "page-1260"
112512
+ ],
112352
112513
  "estimated": [
112353
112514
  "page-1244"
112354
112515
  ],
@@ -112379,6 +112540,10 @@
112379
112540
  "quotas:": [
112380
112541
  "page-1255"
112381
112542
  ],
112543
+ "redaction": [
112544
+ "page-1255",
112545
+ "page-1260"
112546
+ ],
112382
112547
  "past": [
112383
112548
  "page-1258"
112384
112549
  ],
@@ -112391,11 +112556,29 @@
112391
112556
  "marks": [
112392
112557
  "page-1259"
112393
112558
  ],
112394
- "manual,": [
112559
+ "explained": [
112395
112560
  "page-1260"
112396
112561
  ],
112397
- "partial,": [
112562
+ "redacted": [
112398
112563
  "page-1260"
112564
+ ],
112565
+ "looks": [
112566
+ "page-1260"
112567
+ ],
112568
+ "like": [
112569
+ "page-1260"
112570
+ ],
112571
+ "reveal": [
112572
+ "page-1260"
112573
+ ],
112574
+ "choosing": [
112575
+ "page-1260"
112576
+ ],
112577
+ "manual,": [
112578
+ "page-1261"
112579
+ ],
112580
+ "partial,": [
112581
+ "page-1261"
112399
112582
  ]
112400
112583
  },
112401
112584
  "byCategory": {
@@ -113684,7 +113867,8 @@
113684
113867
  "page-1258",
113685
113868
  "page-1259",
113686
113869
  "page-1260",
113687
- "page-1261"
113870
+ "page-1261",
113871
+ "page-1262"
113688
113872
  ]
113689
113873
  },
113690
113874
  "byNodeName": {