Skip to content

Commit 53d2917

Browse files
🚀 Release 2.11.0 (#26426)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
1 parent eb19e00 commit 53d2917

File tree

30 files changed

+99
-29
lines changed

30 files changed

+99
-29
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
# [2.11.0](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.11.0) (2026-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Add missing chat tool input logs ([#26229](https://github.com/n8n-io/n8n/issues/26229)) ([c3ddc49](https://github.com/n8n-io/n8n/commit/c3ddc49d857d0dd68c88829368afc62b26bcaf14))
7+
* Admin should be able to install community nodes ([#26296](https://github.com/n8n-io/n8n/issues/26296)) ([e01ce10](https://github.com/n8n-io/n8n/commit/e01ce10f206cdbbfce531d34ab83b06dc26cac68))
8+
* **ai-builder:** Fix chat fade, keyboard shortcuts, node tidy-up, and feedback styling ([#26200](https://github.com/n8n-io/n8n/issues/26200)) ([c30870c](https://github.com/n8n-io/n8n/commit/c30870ca34f41f6dd1f25b7c394944082ac02926))
9+
* Assignments control buttons top padding fix ([#26165](https://github.com/n8n-io/n8n/issues/26165)) ([265aea3](https://github.com/n8n-io/n8n/commit/265aea30d49ba5f56972bc801256e5a128e5648c))
10+
* **core:** Disallow file uploads on Chat hub when chat trigger doesn't permit them ([#25714](https://github.com/n8n-io/n8n/issues/25714)) ([218569c](https://github.com/n8n-io/n8n/commit/218569c70a0f81616fc36266d844ddf0421264ae))
11+
* **core:** Dispatch composite targets in onError() instead of dropping them ([#25981](https://github.com/n8n-io/n8n/issues/25981)) ([b585be5](https://github.com/n8n-io/n8n/commit/b585be51887f7d553686607af859fab04d0dcc0b))
12+
* **core:** Don't show setup in demo mode ([#26233](https://github.com/n8n-io/n8n/issues/26233)) ([36bde68](https://github.com/n8n-io/n8n/commit/36bde68eccb199ff70a2df76964d8332ea08a235))
13+
* **core:** Increase timeout for workflow execution tests ([#26150](https://github.com/n8n-io/n8n/issues/26150)) ([7af85fc](https://github.com/n8n-io/n8n/commit/7af85fc29782ea0acf6d2dc7cf7c1e4f305bb06e))
14+
* **core:** Make n8n-workflow a peer dependency in ai-utilities ([#26404](https://github.com/n8n-io/n8n/issues/26404)) ([b62d857](https://github.com/n8n-io/n8n/commit/b62d857646cce42cf057ba36757a26a25fb2f820))
15+
* **core:** Resolve multi-main startup race condition in AuthRolesService ([#26176](https://github.com/n8n-io/n8n/issues/26176)) ([5a85a4f](https://github.com/n8n-io/n8n/commit/5a85a4f908c9eea93e10513bcffdbe2a53fe8712))
16+
* **core:** Skip onboarding screen for SAML users with IdP-provided names ([#26245](https://github.com/n8n-io/n8n/issues/26245)) ([e9627a6](https://github.com/n8n-io/n8n/commit/e9627a640ef4ba43a8a6756feca1943cf25d08d7))
17+
* Dependency bumps in transitive dependencies ([#26149](https://github.com/n8n-io/n8n/issues/26149)) ([4f4644b](https://github.com/n8n-io/n8n/commit/4f4644b82225abc4416242557d745709d92ff2ad))
18+
* **editor:** Add aria-label to icon-only buttons missing accessible labels ([#26145](https://github.com/n8n-io/n8n/issues/26145)) ([3bcc76e](https://github.com/n8n-io/n8n/commit/3bcc76e406a99f7deb9ace68b2864f03930404f2))
19+
* **editor:** Allow clearing credential resolver in workflow settings ([#26343](https://github.com/n8n-io/n8n/issues/26343)) ([c2e31e9](https://github.com/n8n-io/n8n/commit/c2e31e9fe6335282433bbc3cff7899e1bc94e629))
20+
* **editor:** Batch community node requests to respect strapi `arraySize` ([#26168](https://github.com/n8n-io/n8n/issues/26168)) ([a3d5937](https://github.com/n8n-io/n8n/commit/a3d5937495ead7eb0da3d011181a6efde20eb22f))
21+
* **editor:** Change node list shortcut from Tab to N to unlock keyboard navigation ([#26148](https://github.com/n8n-io/n8n/issues/26148)) ([0243412](https://github.com/n8n-io/n8n/commit/0243412ba76fd869c9d4d580ae66bdce329535ea))
22+
* **editor:** Compact i18n secrets count ([#25883](https://github.com/n8n-io/n8n/issues/25883)) ([fa46fc4](https://github.com/n8n-io/n8n/commit/fa46fc46be0147376bd32e511b620c5d537b3e06))
23+
* **editor:** Custom sticky text color ([#25961](https://github.com/n8n-io/n8n/issues/25961)) ([b298a5d](https://github.com/n8n-io/n8n/commit/b298a5d018e966eb2de3738cbea9aaeb9614c7b6))
24+
* **editor:** Fix `shift+space` key combo in canvas ([#26169](https://github.com/n8n-io/n8n/issues/26169)) ([8803226](https://github.com/n8n-io/n8n/commit/8803226f725a4a5e4b56c5341f587a433475b255))
25+
* **editor:** Fix CSV export for data tables downloading wrong table ([#26325](https://github.com/n8n-io/n8n/issues/26325)) ([470fc50](https://github.com/n8n-io/n8n/commit/470fc503a02ba459c000ec2a8ac1557ef53bdf12))
26+
* **editor:** Fix grid alignment on Safari 18.6 ([#26234](https://github.com/n8n-io/n8n/issues/26234)) ([4e489a6](https://github.com/n8n-io/n8n/commit/4e489a6884dec1bbc84725f174412aef730c1bef))
27+
* **editor:** Fix input panel error output ([#23116](https://github.com/n8n-io/n8n/issues/23116)) ([e97b6b8](https://github.com/n8n-io/n8n/commit/e97b6b82ee336e0c5cd10f100cab2fce25104a5e))
28+
* **editor:** Fix workflow diff navigation left arrow hover state ([#26253](https://github.com/n8n-io/n8n/issues/26253)) ([82db0b9](https://github.com/n8n-io/n8n/commit/82db0b923d26ff50107327aadd0094a5175f9f70))
29+
* **editor:** Hide client secret field in resolver when user info endpoint is selected ([#26340](https://github.com/n8n-io/n8n/issues/26340)) ([c320383](https://github.com/n8n-io/n8n/commit/c320383f88211e1eb796ea22dde4e4a97e1d3ea9))
30+
* **editor:** Prevent scrollbar flashing when toasts are shown ([#26338](https://github.com/n8n-io/n8n/issues/26338)) ([bfa4550](https://github.com/n8n-io/n8n/commit/bfa45502003791b966796dee910da7e9ced45a08))
31+
* **editor:** Replace jsonpath with jsonpath-plus to resolve CVE ([#26399](https://github.com/n8n-io/n8n/issues/26399)) ([4e0cd02](https://github.com/n8n-io/n8n/commit/4e0cd02d5c92ace6f7615afac8f7a6cd7c5e12fc))
32+
* **editor:** Resolve credential modal expressions without workflow co… ([#26191](https://github.com/n8n-io/n8n/issues/26191)) ([e0ef26b](https://github.com/n8n-io/n8n/commit/e0ef26bf1ddeee22e22206b42df978f697c2203e))
33+
* **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([2e07bb8](https://github.com/n8n-io/n8n/commit/2e07bb8d04e7f06b2e0f52b229eef55e6f020f49))
34+
* **editor:** Stop hijacking search shortcut for layouts without search ([#26222](https://github.com/n8n-io/n8n/issues/26222)) ([4fd3fd7](https://github.com/n8n-io/n8n/commit/4fd3fd75942189ab49a8c26b92b95ed4c8cd3325))
35+
* Enable external secrets multi-connection to vault ([#26189](https://github.com/n8n-io/n8n/issues/26189)) ([fc5c842](https://github.com/n8n-io/n8n/commit/fc5c8424e285198fde1f962ae294bce427ef656f))
36+
* Fix 11 security issues in jsonpath, mailparser, mysql2 and 6 more ([#26362](https://github.com/n8n-io/n8n/issues/26362)) ([0b84e10](https://github.com/n8n-io/n8n/commit/0b84e1079d333d4e08225a601134fb543697958a))
37+
* Improve chat message button handling ([#26249](https://github.com/n8n-io/n8n/issues/26249)) ([4b9e7e3](https://github.com/n8n-io/n8n/commit/4b9e7e3739134027b8a4e7f852898a408e13f123))
38+
* **Microsoft Teams Node:** Block Teams link preview service from triggering sendAndWait approvals ([#26125](https://github.com/n8n-io/n8n/issues/26125)) ([4655a62](https://github.com/n8n-io/n8n/commit/4655a6273b32fd21eed4a8a6f62394670f1d65bc))
39+
* Remove SystemCredentials source check during AWS role assume ([#22859](https://github.com/n8n-io/n8n/issues/22859)) ([8525799](https://github.com/n8n-io/n8n/commit/852579915d60e4cdf5ca3c15d874ea08ef635c71))
40+
* **XML Node:** Invalid attributes ([#26353](https://github.com/n8n-io/n8n/issues/26353)) ([ba687da](https://github.com/n8n-io/n8n/commit/ba687dad5eb7377b43882bcb404709935cadbe6c))
41+
42+
43+
### Features
44+
45+
* Add assignments tab for custom roles with project visibility ([#25992](https://github.com/n8n-io/n8n/issues/25992)) ([c93e438](https://github.com/n8n-io/n8n/commit/c93e4380bcf5df194c8e368e764feb32cace1efa))
46+
* **ai-builder:** Implement changes list for builder and on canvas diff ([#26062](https://github.com/n8n-io/n8n/issues/26062)) ([f7c3684](https://github.com/n8n-io/n8n/commit/f7c36840fb112039ae54423c40f1976dc6cb1f19))
47+
* **Chat Trigger Node:** Add Suggested prompts, shown on Chat hub ([#26217](https://github.com/n8n-io/n8n/issues/26217)) ([a006e02](https://github.com/n8n-io/n8n/commit/a006e02759af9ded3b3ee319cc6ce3ffbcfe9d68))
48+
* **core:** Add `execution:reveal` scope ([#26252](https://github.com/n8n-io/n8n/issues/26252)) ([81ab10d](https://github.com/n8n-io/n8n/commit/81ab10d45b25ae979aa794fdfc25b6ac3963fbc9))
49+
* **core:** Add runtime bundle and extension utilities ([#26077](https://github.com/n8n-io/n8n/issues/26077)) ([776d328](https://github.com/n8n-io/n8n/commit/776d328d837bd6d7ba4c4c19d8c30f94ba917304))
50+
* **core:** Enable external secrets for projects ([#26329](https://github.com/n8n-io/n8n/issues/26329)) ([4dcc2d8](https://github.com/n8n-io/n8n/commit/4dcc2d8806a2cf1113d9a1d4b5253d3c1738695f))
51+
* **core:** Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs ([#26041](https://github.com/n8n-io/n8n/issues/26041)) ([a0664a1](https://github.com/n8n-io/n8n/commit/a0664a1addf31ced2526580c0deb5c57651cb9c8))
52+
* **core:** Split share and unshare into separate scopes ([#26011](https://github.com/n8n-io/n8n/issues/26011)) ([928242d](https://github.com/n8n-io/n8n/commit/928242dee42228cd0ce3030c9acc28b84978ea5b))
53+
* **core:** Track dynamic credential resolution per node execution in ITaskData ([#26354](https://github.com/n8n-io/n8n/issues/26354)) ([634041c](https://github.com/n8n-io/n8n/commit/634041c5c8cf2e65b7edcbe2209f93e54d08a06e))
54+
* **editor:** Add dynamic credentials UI for ChatHub ([#25685](https://github.com/n8n-io/n8n/issues/25685)) ([26b36e0](https://github.com/n8n-io/n8n/commit/26b36e0f04339ec84573fb73545326a6ed78be7e))
55+
* **editor:** Add project badge in data table overview ([#26289](https://github.com/n8n-io/n8n/issues/26289)) ([0ec749e](https://github.com/n8n-io/n8n/commit/0ec749e8dd6e3f5e258a16cd9fcdafaffb4b799d))
56+
* **editor:** Add quick connect inside the credential edit modal ([#26058](https://github.com/n8n-io/n8n/issues/26058)) ([f6836c7](https://github.com/n8n-io/n8n/commit/f6836c73d37a2925d91fddfe26ec1701d8ba3e1e))
57+
* **editor:** Add searching and sorting to data table overviews ([#25623](https://github.com/n8n-io/n8n/issues/25623)) ([1bacba3](https://github.com/n8n-io/n8n/commit/1bacba3d8b3a16eec34f510495b4807cdc4cd2ae))
58+
* **editor:** Add success button variant and fix trial banner CTA styling ([#26190](https://github.com/n8n-io/n8n/issues/26190)) ([2dcc76e](https://github.com/n8n-io/n8n/commit/2dcc76e94e0d4d16868195b660c640f88be0a397))
59+
* **editor:** Allow comparing workflow history versions ([#26060](https://github.com/n8n-io/n8n/issues/26060)) ([d3afac8](https://github.com/n8n-io/n8n/commit/d3afac8d99b4cfaaf53e06ce66657faf0bd9d095))
60+
* **editor:** Disable scope selection when opened from project settings page ([#26403](https://github.com/n8n-io/n8n/issues/26403)) ([b883b3c](https://github.com/n8n-io/n8n/commit/b883b3c41c635295047f5b2d3ec08fe59604ab68))
61+
* **editor:** Disable v2 migration report via shared target version constant ([#26244](https://github.com/n8n-io/n8n/issues/26244)) ([4aacc57](https://github.com/n8n-io/n8n/commit/4aacc574f66f7818476ef67dbef9f8daf57602db))
62+
* **editor:** Enable adding secret store from project settings page ([#26122](https://github.com/n8n-io/n8n/issues/26122)) ([25c6d14](https://github.com/n8n-io/n8n/commit/25c6d14acf284fe64b4cdf20aa35e824fb7d2dbc))
63+
* **editor:** Expose workflow:execute scope checkbox in custom role UI ([#26405](https://github.com/n8n-io/n8n/issues/26405)) ([eb19e00](https://github.com/n8n-io/n8n/commit/eb19e00b0c11e0b316bb5970f56130d2ecf93d89))
64+
* **editor:** Forward rich message types from SDK instead of flattening to text ([#26177](https://github.com/n8n-io/n8n/issues/26177)) ([ec4496d](https://github.com/n8n-io/n8n/commit/ec4496d12c3abec6c53ddbdc6ae3687c6cc9e8b6))
65+
* **editor:** Use single select dropdown for selecting scope of a secrets store ([#26146](https://github.com/n8n-io/n8n/issues/26146)) ([84966aa](https://github.com/n8n-io/n8n/commit/84966aadb23a84d3776e61dd1cb3d36e58eed098))
66+
* Initialise data redaction module, execution data redaction service ([#25975](https://github.com/n8n-io/n8n/issues/25975)) ([9edc271](https://github.com/n8n-io/n8n/commit/9edc271c09e8ec67286228f53a138de0e6d31c00))
67+
* Update Replace Me placeholder in Loop Over Items ([#23756](https://github.com/n8n-io/n8n/issues/23756)) ([27949dd](https://github.com/n8n-io/n8n/commit/27949dd87efb98ea63ab5a55c26f9681a5e4ff6b))
68+
69+
70+
171
# [2.10.0](https://github.com/n8n-io/n8n/compare/n8n@2.9.0...n8n@2.10.0) (2026-02-23)
272

373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/ai-node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-node-sdk",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "SDK for building AI nodes in n8n",
55
"types": "dist/esm/index.d.ts",
66
"module": "dist/esm/index.js",

packages/@n8n/ai-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-utilities",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Utilities for building AI nodes in n8n",
55
"types": "dist/esm/index.d.ts",
66
"module": "dist/esm/index.js",

packages/@n8n/ai-workflow-builder.ee/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-workflow-builder",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"typecheck": "tsc --noEmit",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-common",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-test-utils",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-benchmark",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Cli for running benchmark tests for n8n",
55
"main": "dist/index",
66
"scripts": {

packages/@n8n/chat-hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/chat-hub",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

0 commit comments

Comments
 (0)