From e430eddc7455385809e19a2060d4c2d9a14a4bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Tue, 20 Aug 2024 16:12:34 +0200 Subject: [PATCH] :rocket: Release 1.56.0 (#56) --- CHANGELOG.md | 36 ++++++++++++++++++++++ package.json | 2 +- packages/@n8n/config/package.json | 2 +- packages/@n8n/nodes-langchain/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/design-system/package.json | 2 +- packages/editor-ui/package.json | 2 +- packages/node-dev/package.json | 2 +- packages/nodes-base/package.json | 2 +- packages/workflow/package.json | 2 +- 11 files changed, 46 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ded0c1cad1d..845513beaaf38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [1.56.0](https://github.com/netroy/n8n/compare/n8n@1.55.0...n8n@1.56.0) (2024-08-20) + + +### Bug Fixes + +* Better errors in Switch, If and Filter nodes ([#10457](https://github.com/netroy/n8n/issues/10457)) ([aea82cb](https://github.com/netroy/n8n/commit/aea82cb74421d516919742127daf669808b57604)) +* **core:** Fix payload property in `workflow-post-execute` event ([#10413](https://github.com/netroy/n8n/issues/10413)) ([d98e29e](https://github.com/netroy/n8n/commit/d98e29e3d53de87aec276260615fa60473a2692f)) +* **core:** Fix XSS validation and separate URL validation ([#10424](https://github.com/netroy/n8n/issues/10424)) ([91467ab](https://github.com/netroy/n8n/commit/91467ab325e4c71c20c522f3143246d270101626)) +* **core:** Use explicit types in configs to ensure valid decorator metadata ([#10433](https://github.com/netroy/n8n/issues/10433)) ([2043daa](https://github.com/netroy/n8n/commit/2043daa2570bc04b0b8d41f277901a8cc8a7b98f)) +* **editor:** Add workflow scopes when initializing workflow ([#10455](https://github.com/netroy/n8n/issues/10455)) ([b857c2c](https://github.com/netroy/n8n/commit/b857c2cda0a9e4386a540d5e1e741570d9453588)) +* **editor:** Buffer json chunks in stream response ([#10439](https://github.com/netroy/n8n/issues/10439)) ([37797f3](https://github.com/netroy/n8n/commit/37797f38d81b12d030ba85034baeb49192ea575c)) +* **editor:** Fix flaky mapping tests ([#10453](https://github.com/netroy/n8n/issues/10453)) ([fc6d413](https://github.com/netroy/n8n/commit/fc6d4138d58282f676b32f1a6011b1b6d0184bf2)) +* **editor:** Highlight matching type in filter component ([#10425](https://github.com/netroy/n8n/issues/10425)) ([6bca879](https://github.com/netroy/n8n/commit/6bca879d4ae30c7f9a35e8d6672de42cf93be727)) +* **editor:** Show item count in output panel schema view ([#10426](https://github.com/netroy/n8n/issues/10426)) ([4dee7cc](https://github.com/netroy/n8n/commit/4dee7cc36e5f7768d0b71095b194bf357c92e941)) +* **editor:** Truncate long data pill labels in schema view ([#10427](https://github.com/netroy/n8n/issues/10427)) ([1bf2f4f](https://github.com/netroy/n8n/commit/1bf2f4f6171d666391bb3a3a312468bc083446e3)) +* Filter component - improve errors ([#10456](https://github.com/netroy/n8n/issues/10456)) ([61ac0c7](https://github.com/netroy/n8n/commit/61ac0c77755210f570b887951fe6bbec1a323811)) +* **Google Sheets Node:** Better error when column to match on is empty ([#10442](https://github.com/netroy/n8n/issues/10442)) ([ce46bf5](https://github.com/netroy/n8n/commit/ce46bf516a86d9779f37dd75b0c680d26d88e15d)) +* **Google Sheets Node:** Update name and hint for useAppend option ([#10443](https://github.com/netroy/n8n/issues/10443)) ([c5a0c04](https://github.com/netroy/n8n/commit/c5a0c049eaf44419c690d151de42fb0c10bd406e)) +* **Google Sheets Node:** Update to returnAllMatches option ([#10440](https://github.com/netroy/n8n/issues/10440)) ([f7fb02e](https://github.com/netroy/n8n/commit/f7fb02e92a756781f8e35bbbfc25d71c12cb70af)) +* **Invoice Ninja Node:** Fix payment types ([#10462](https://github.com/netroy/n8n/issues/10462)) ([129245d](https://github.com/netroy/n8n/commit/129245da10be1d645f61e929e40b128bd7813f17)) +* **n8n Form Trigger Node:** Show basic authentication modal on wrong credentials ([#10423](https://github.com/netroy/n8n/issues/10423)) ([0dc3e99](https://github.com/netroy/n8n/commit/0dc3e99b26bec45e747d83f383cfe5169d89e6b7)) +* **OpenAI Node:** Throw node operations error in case of openAi client error ([#10448](https://github.com/netroy/n8n/issues/10448)) ([0d3ed46](https://github.com/netroy/n8n/commit/0d3ed461996bbad06015c455f133baab6506437f)) +* Project Viewer always seeing a connection error when testing credentials ([#10417](https://github.com/netroy/n8n/issues/10417)) ([613cdd2](https://github.com/netroy/n8n/commit/613cdd2ba2c0f224c4857a5fc3eea36dbd683049)) +* Remove unimplemented Postgres credentials options ([#10461](https://github.com/netroy/n8n/issues/10461)) ([17ac784](https://github.com/netroy/n8n/commit/17ac7844f29d819b91dfaf90b9fe386d98060c42)) +* Require mfa code to change email ([#10354](https://github.com/netroy/n8n/issues/10354)) ([39c8e50](https://github.com/netroy/n8n/commit/39c8e50ad0513649f5a8cef911b7d6cdd61c2372)) +* **Respond to Webhook Node:** Fix issue preventing the chat trigger from working ([#9886](https://github.com/netroy/n8n/issues/9886)) ([9d6ad88](https://github.com/netroy/n8n/commit/9d6ad88c14a88fd0dfcb4f9981e38d19cf5f3067)) +* Show input names when node has multiple inputs ([#10434](https://github.com/netroy/n8n/issues/10434)) ([973956c](https://github.com/netroy/n8n/commit/973956cc26c78c329ff6eb6934d4f0a24060c87c)) + + +### Features + +* **core:** Support bidirectional communication between specific mains and specific workers ([#10377](https://github.com/netroy/n8n/issues/10377)) ([d0fc9de](https://github.com/netroy/n8n/commit/d0fc9dee0e17211c1ed130b19286e9573c9ebfbd)) +* **Facebook Graph API Node:** Update node to support API v18 - v20 ([#10419](https://github.com/netroy/n8n/issues/10419)) ([e7ee10f](https://github.com/netroy/n8n/commit/e7ee10f243663d899d32e61bc6264b4df444e2af)) + + + # [1.55.0](https://github.com/n8n-io/n8n/compare/n8n@1.54.0...n8n@1.55.0) (2024-08-14) diff --git a/package.json b/package.json index e7d55c64455ad..4ce266831fd61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.55.0", + "version": "1.56.0", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/@n8n/config/package.json b/packages/@n8n/config/package.json index 1ee3fb9160b9a..36d280a71f251 100644 --- a/packages/@n8n/config/package.json +++ b/packages/@n8n/config/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/config", - "version": "1.5.0", + "version": "1.6.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index acec252253c6c..28303136c215c 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "1.55.0", + "version": "1.56.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 80bf0c4e62ab5..97df996654fb8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.55.0", + "version": "1.56.0", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 24da0bf137b64..601930264b0ea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "1.55.0", + "version": "1.56.0", "description": "Core functionality of n8n", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index f6f0a128ab091..5a0353fadb889 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "n8n-design-system", - "version": "1.45.0", + "version": "1.46.0", "main": "src/main.ts", "import": "src/main.ts", "scripts": { diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 279233c94f178..00ec044bf94e4 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.55.0", + "version": "1.56.0", "description": "Workflow Editor UI for n8n", "main": "index.js", "scripts": { diff --git a/packages/node-dev/package.json b/packages/node-dev/package.json index 87083a81cd506..256b992fa2de2 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -1,6 +1,6 @@ { "name": "n8n-node-dev", - "version": "1.55.0", + "version": "1.56.0", "description": "CLI to simplify n8n credentials/node development", "main": "dist/src/index", "types": "dist/src/index.d.ts", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index b4c524520b1c3..bc4fead0ce368 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.55.0", + "version": "1.56.0", "description": "Base nodes of n8n", "main": "index.js", "scripts": { diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 49d904bdf2f79..bbddb85cd4f11 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "n8n-workflow", - "version": "1.54.0", + "version": "1.55.0", "description": "Workflow base code of n8n", "main": "dist/index.js", "module": "src/index.ts",