From c98686b543b7c0ff90bb9620d347b76685126218 Mon Sep 17 00:00:00 2001 From: Harshil Date: Fri, 26 Mar 2021 12:59:40 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9A=A1Add=20changelog=20for=200.113.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index c8f8c4e7e..8cab97429 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,6 +2,31 @@ 🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md). +🧡 = Contributions made by the community + +## n8n@0.113.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.112.0...n8n@0.113.0) for this version.
+**Release date:** 2021-03-26 + +- New nodes + - Activation Trigger 🧡 + - Plivo 🧡 +- Enhanced nodes + - ClickUp: Added Space Tag, Task List, and Task Tag resource + - GitHub: Added pagination to Get Issues and Get Repositories operations + - Mattermost: Added Reaction resource and Post Ephemeral operation + - Move Binary Data: Added Encoding and Add BOM option to JSON to Binary mode and Strip BOM to Binary to JSON mode 🧡 + - SendGrid: Added Mail resource + - Spotify: Added Library resource 🧡 + - Telegram: Added Answer Inline Query operation to the Callback resource 🧡 + - uProc: Added Get ASIN code by EAN code, Get EAN code by ASIN code, Get Email by Social Profile, Get Email by Fullname and Company's domain, and Get Email by Fullname and Company's name operations 🧡 +- Bug fixes + - Clearbit: Fixed an issue with the autocomplete URI 🧡 + - Dropbox: Fixed an issue with the Dropbox credentials by adding the APP Access Type parameter in the credentials + - Spotify: Fixed an issue with the Delete operation of the Playlist resource 🧡 +- The variable selector now displays empty arrays +- Fixed a permission issue with the Raspberry Pi Docker image 🧡 + ## n8n@0.112.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.111.0...n8n@0.112.0) for this version.
**Release date:** 2021-03-19 From 0dd8970b9ffecba909d4b2669859023cb336361f Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 29 Mar 2021 10:17:15 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=A8=20Minor=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 8cab97429..4e4953515 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,30 +2,28 @@ 🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md). -🧡 = Contributions made by the community - ## n8n@0.113.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.112.0...n8n@0.113.0) for this version.
**Release date:** 2021-03-26 - New nodes - - Activation Trigger 🧡 - - Plivo 🧡 + - Activation Trigger + - Plivo - Enhanced nodes - ClickUp: Added Space Tag, Task List, and Task Tag resource - GitHub: Added pagination to Get Issues and Get Repositories operations - Mattermost: Added Reaction resource and Post Ephemeral operation - - Move Binary Data: Added Encoding and Add BOM option to JSON to Binary mode and Strip BOM to Binary to JSON mode 🧡 + - Move Binary Data: Added Encoding and Add BOM option to JSON to Binary mode and Strip BOM to Binary to JSON mode - SendGrid: Added Mail resource - - Spotify: Added Library resource 🧡 - - Telegram: Added Answer Inline Query operation to the Callback resource 🧡 - - uProc: Added Get ASIN code by EAN code, Get EAN code by ASIN code, Get Email by Social Profile, Get Email by Fullname and Company's domain, and Get Email by Fullname and Company's name operations 🧡 + - Spotify: Added Library resource + - Telegram: Added Answer Inline Query operation to the Callback resource + - uProc: Added Get ASIN code by EAN code, Get EAN code by ASIN code, Get Email by Social Profile, Get Email by Fullname and Company's domain, and Get Email by Fullname and Company's name operations - Bug fixes - - Clearbit: Fixed an issue with the autocomplete URI 🧡 + - Clearbit: Fixed an issue with the autocomplete URI - Dropbox: Fixed an issue with the Dropbox credentials by adding the APP Access Type parameter in the credentials - - Spotify: Fixed an issue with the Delete operation of the Playlist resource 🧡 + - Spotify: Fixed an issue with the Delete operation of the Playlist resource - The variable selector now displays empty arrays -- Fixed a permission issue with the Raspberry Pi Docker image 🧡 +- Fixed a permission issue with the Raspberry Pi Docker image ## n8n@0.112.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.111.0...n8n@0.112.0) for this version.
From 6356edde024a520b61aab758e3dd1c886ed70268 Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 29 Mar 2021 10:37:48 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=E2=9A=A1Add=20breaking=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 4e4953515..9ab735773 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,7 +2,7 @@ 🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md). -## n8n@0.113.0 +## n8n@0.113.0 🛠 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.112.0...n8n@0.113.0) for this version.
**Release date:** 2021-03-26 @@ -20,7 +20,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - uProc: Added Get ASIN code by EAN code, Get EAN code by ASIN code, Get Email by Social Profile, Get Email by Fullname and Company's domain, and Get Email by Fullname and Company's name operations - Bug fixes - Clearbit: Fixed an issue with the autocomplete URI - - Dropbox: Fixed an issue with the Dropbox credentials by adding the APP Access Type parameter in the credentials + - Dropbox: Fixed an issue with the Dropbox credentials by adding the APP Access Type parameter in the credentials. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01130) page - Spotify: Fixed an issue with the Delete operation of the Playlist resource - The variable selector now displays empty arrays - Fixed a permission issue with the Raspberry Pi Docker image