diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c765cb5e6fa..5b2ee38d1abda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [0.227.1](https://github.com/n8n-io/n8n/compare/n8n@0.227.0...n8n@0.227.1) (2023-05-15) + + +### Bug Fixes + +* **AWS Rekognition Node:** Fix all different action type ([#6136](https://github.com/n8n-io/n8n/issues/6136)) ([b8a4512](https://github.com/n8n-io/n8n/commit/b8a4512abccad592054cb5c39e621c63b23c016a)) +* **core:** Make sure that special polling parameters are available on community nodes as well ([#6230](https://github.com/n8n-io/n8n/issues/6230)) ([7cb8725](https://github.com/n8n-io/n8n/commit/7cb87254ca24fd2aa0f7b638b00b7427d08ac5fe)) +* **core:** Move nodeExecute InternalHook calls to hookFunctionsSave ([#6193](https://github.com/n8n-io/n8n/issues/6193)) ([c4a9499](https://github.com/n8n-io/n8n/commit/c4a949903d484e8f3ac2c994722b7130a88c7f2d)) +* Correctly save executions that failed when polling as error instead of new ([#6192](https://github.com/n8n-io/n8n/issues/6192)) ([7de0105](https://github.com/n8n-io/n8n/commit/7de0105b5802848a8b33810a7046f1c40b2e5f01)) +* **editor:** Add loading skeletons to Executions list page ([#6184](https://github.com/n8n-io/n8n/issues/6184)) ([9ba13dd](https://github.com/n8n-io/n8n/commit/9ba13dd0193f64e001a8be53bbc385385dfa88cf)) +* **editor:** Display SSO entry in Settings on Cloud ([#6181](https://github.com/n8n-io/n8n/issues/6181)) ([4f16d74](https://github.com/n8n-io/n8n/commit/4f16d744d7a4780e1778515ab0499b85be675b0a)) +* **editor:** Fix polling trigger check for `runData` ([#6130](https://github.com/n8n-io/n8n/issues/6130)) ([7718c18](https://github.com/n8n-io/n8n/commit/7718c1886a27876466f32247df652e97821427d8)) +* **editor:** Fix viewing and downloading of binary data ([#6218](https://github.com/n8n-io/n8n/issues/6218)) ([110c6e2](https://github.com/n8n-io/n8n/commit/110c6e286fa452a5b92076be5e973858f17d46ce)) +* **editor:** Flag issues only on workflow activation ([#6127](https://github.com/n8n-io/n8n/issues/6127)) ([8b9831a](https://github.com/n8n-io/n8n/commit/8b9831a07718473eebb0a4d2f1e4256f20578657)) +* **editor:** Remove duplicate mapping of `item.json` key in data pinning ([#6135](https://github.com/n8n-io/n8n/issues/6135)) ([a7f3b81](https://github.com/n8n-io/n8n/commit/a7f3b818802a4d254ec33e326ec53aeb322a3ac6)) +* **editor:** Show the correct actions count in the nodes list ([#6183](https://github.com/n8n-io/n8n/issues/6183)) ([1403333](https://github.com/n8n-io/n8n/commit/14033335af646e318286231f06f194e22502a869)) +* **FTP Node:** Use filename instead of remote filepath for downloaded binary data ([#6170](https://github.com/n8n-io/n8n/issues/6170)) ([4993212](https://github.com/n8n-io/n8n/commit/49932125066d61cedb7dd21ba6c7e575ed9b3c3e)) +* **Google Sheets Node:** Upgrade xlsx to address CVE-2023-30533 ([#6172](https://github.com/n8n-io/n8n/issues/6172)) ([c786525](https://github.com/n8n-io/n8n/commit/c786525afc05abc57748a4ecc1b1da6d6caa8cb3)) +* **HTTP Request Node:** Correctly doesn't redirect on non GET method ([#6132](https://github.com/n8n-io/n8n/issues/6132)) ([e281890](https://github.com/n8n-io/n8n/commit/e281890a5a651456f50caa101c24819bd39cca29)) +* **MySQL Node:** Node should return date types as strings ([#6169](https://github.com/n8n-io/n8n/issues/6169)) ([57d3483](https://github.com/n8n-io/n8n/commit/57d3483a2416360a176ce1a625702b50dc73901d)) +* **Postgres Node:** Always return TIMESTAMP and TIMESTAMPZ as ISO string ([#6145](https://github.com/n8n-io/n8n/issues/6145)) ([528d6e7](https://github.com/n8n-io/n8n/commit/528d6e7e6b650d6de62e89a9f85b640b9051fde8)) +* Prevent overflow when rendering expression hints ([#6214](https://github.com/n8n-io/n8n/issues/6214)) ([80b6ec1](https://github.com/n8n-io/n8n/commit/80b6ec19d2d70c098722f1e4e91b9c7bbba13fa6)) +* Prevent unnecessary error messages also for data loaded flag ([#6201](https://github.com/n8n-io/n8n/issues/6201)) ([85b9b3f](https://github.com/n8n-io/n8n/commit/85b9b3f5dd749290297df25ba778852731465fe1)) + + + # [0.227.0](https://github.com/n8n-io/n8n/compare/n8n@0.226.0...n8n@0.227.0) (2023-05-03) diff --git a/package.json b/package.json index 7bbcaa3420f48..c814e14ab6cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.227.0", + "version": "0.227.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 39112605e2851..23d05955c9dbb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.227.0", + "version": "0.227.1", "description": "n8n Workflow Automation Tool", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/cli/src/AbstractServer.ts b/packages/cli/src/AbstractServer.ts index 4145fbca745b9..55eae9376a520 100644 --- a/packages/cli/src/AbstractServer.ts +++ b/packages/cli/src/AbstractServer.ts @@ -10,7 +10,7 @@ import parseUrl from 'parseurl'; import type { RedisOptions } from 'ioredis'; import type { WebhookHttpMethod } from 'n8n-workflow'; -import { LoggerProxy as Logger } from 'n8n-workflow'; +import { ErrorReporterProxy as ErrorReporter, LoggerProxy as Logger } from 'n8n-workflow'; import config from '@/config'; import { N8N_VERSION, inDevelopment } from '@/constants'; import { ActiveWorkflowRunner } from '@/ActiveWorkflowRunner'; diff --git a/packages/core/package.json b/packages/core/package.json index 699e12149c62b..64a1fd846665c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "0.166.0", + "version": "0.166.1", "description": "Core functionality of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index de946ffa6e6c8..b239004f9c73b 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "0.193.0", + "version": "0.193.1", "description": "Workflow Editor UI for n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/node-dev/package.json b/packages/node-dev/package.json index 486567674f0a2..ddd0f47a1315d 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -1,6 +1,6 @@ { "name": "n8n-node-dev", - "version": "0.105.0", + "version": "0.105.1", "description": "CLI to simplify n8n credentials/node development", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index d451040c769e4..a1ff364abf454 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "0.225.0", + "version": "0.225.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",