From 5097bdb55758c0075cb5bb0bb238ba43950aefd4 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 30 Oct 2020 11:25:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20changelog=20for=200.91.0=20(#?= =?UTF-8?q?251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index e5b3fcd66..f9b5aa60d 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,36 @@ # Changelog +## n8n@0.91.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.90.0...n8n@0.91.0) for this version.
+**Release date:** 2020-10-23 + +- New nodes + - Kafka + - MailerLite + - MailerLite Trigger + - Pushbullet +- Enhanced nodes + - Airtable: Added Ignore Fields option for the Update operation + - AMQP Sender: Added Azure Service Bus support + - Google Calendar: Added Calendar resource and added an option to add a conference link + - G Suite Admin: Added Group resource + - HTTP Request: Added Batch Size and Batch Interval option + - Mautic: Added Company resource + - Salesforce: Added OAuth 2.0 JWT authentication method +- Bug Fixes + - IF: Fixed an issue with undefined expression + - Paddle: Fixed an issue with the Return All parameter + - Switch: Fixed an issue with undefined expression +- Added CLI commands to deactivate the workflow +- Added an option to get the full execution data from the server +- The Editor UI gives an alert if you redirect without saving a workflow +- The Editor UI now indicates if a workflow is saved or not +- Added a check for the Node.js version on startup +- Improved support for touch devices +- Node properties now load on demand +- Updated the Node.js version for the Docker images + + ## n8n@0.90.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.2...n8n@0.90.0) for this version.
**Release date:** 2020-10-23