# Release notes πŸ›  = Version contains a breaking change. View the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md). ::: tip From 0.167.0 onwards, these release notes list release highlights and contributors. For a full changelog, refer to the [Changelog](https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md) in the GitHub repo. ::: ### n8n@0.169.0 For a comprehensive list of changes, view the [changelog](https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md) and the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.168.2...n8n@0.169.0) for this version.
**Release date:** 2022-03-20 ### New license This release changes n8n's license, from [Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/181ba3c4e236279b65d102a8a33ae6896f160487/LICENSE.md) to [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md). This change aims to clarify our license terms, and our position as a fair-code project. Read more about the new license in our [License FAQ](faq.md#license). ## n8n@0.168.2 For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.168.1...n8n@0.168.2) for this version.
**Release date:** 2022-03-16 This release contains an important bug fix for 0.168.0. Users on 0.168.0 or 0.168.1 should upgrade to this. ## n8n@0.168.1 For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.168.0...n8n@0.168.1) for this version.
**Release date:** 2022-03-15 A bug fix for user management: fixed an issue with email templates that was preventing owners from inviting members. ## n8n@0.168.0 For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.167.0...n8n@0.168.0) for this version.
**Release date:** 2022-03-14 ### New feature: user management User management in n8n allows you to invite people to work in your self-hosted n8n instance. It includes: * Login and password management * Adding and removing users * Two account types: owner and member Check out the [user management documentation](user-management.md) for more information. ## n8n@0.167.0 For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.166.0...n8n@0.167.0) for this version.
**Release date:** 2022-03-13 ### Highlights #### Luxon and JMESPath 0.167.0 adds support for two new libraries: * [Luxon](https://moment.github.io/luxon/#/): a JavaScript library for working with date and time * [JMESPath](https://jmespath.org/): a query language for JSON You can use Luxon and JMESPath in the code editor and in expressions. #### New expressions variables We've added two new variables to simplify working with date and time in expressions: * `$now`: a Luxon object containing the current timestamp. Equivalent to DateTime.now(). * `$today`: a Luxon object containing the current timestamp, rounded down to the day. Equivalent to DateTime.now().set({ hour: 0, minute: 0, second: 0, millisecond: 0 }). #### Negative operations in If and Switch nodes Made it easier to perform negative operations on strings. This release adds one new operation for numbers: * Is Not Empty And the following new operations for strings: * Not Ends With * Regex Not Match * Not Starts With * Is Not Empty Additionally, Regex is now labelled Regex Match. #### New node: Redis Trigger Added a Redis Trigger node, so you can now start workflows based on a Redis event. ### Core functionality - Added support for [Luxon](https://moment.github.io/luxon/#/) and [JMESPath](https://jmespath.org/). - Added two new expressions variables, `$now` and `$today`. - Added more negative operations for numbers and strings. - Added a link to the course from the help menu. ### Nodes
### Bugfixes - The Google Calendar node now correctly applies timezones when creating, updating, and scheduling all day events. - Fixed a bug that occasionally caused n8n to crash, or shut down workflows unexpectedly. - You can now use long credential type names with Postgres. ### Contributors * [Luiz Eduardo de Oliveira Fonseca](https://github.com/luizeof) * [Vitaliy Fratkin](https://github.com/viiy) * [sol](https://github.com/5pecia1) * [vcrwr](https://github.com/vcrwr) * [FFTDB](https://github.com/FFTDB) ## n8n@0.166.0 For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.165.1...n8n@0.166.0) for this version.
**Release date:** 2022-03-08 ### New nodes ✨
### Enhanced nodes πŸš€
### Core functionality βš™οΈ - Added new environment variable `N8N_HIRING_BANNER_ENABLED` to enable/disable the hiring banner. - Fixed a bug preventing keyboard shortcuts from working as expected. - Fixed a bug causing tooltips to be hidden behind other elements. - Fixed a bug causing some credentials to be hidden from the credentials list. ### Bug fixes πŸ›
### Contributors πŸ™Œ [pemontto](https://github.com/pemontto) ## n8n@0.165.0 πŸ›  For a comprehensive list of changes, view the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.164.1...n8n@0.165.0) for this version.
**Release date:** 2022-02-28 ::: warning ⚠️ Breaking changes Please note that this version contains breaking changes. You can read more about them [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01650). ::: ### New nodes ✨
### Enhanced nodes πŸš€
### Core functionality βš™οΈ - Added support for workflow templates. - Fixed a bug causing credentials tests to fail for versioned nodes. - Fixed a build problem by addind dependencies `@types/lodash.set` to the `workflow` package and `@types/uuid` to the `core` package. - Fixed an error causing some resources to ignore a non-standard `N8N_PATH` value. - Fixed an error preventing the placeholder text from being shown when entering credentials. - Improved error handling for telemetry-related errors. ### Bug fixes πŸ›
### Contributors πŸ™Œ [alexwitkowski](https://github.com/awitkowski0), [IΓ±aki Breinbauer](https://github.com/quansenB), [lsemaj](https://github.com/jamesliupenn), [Luiz Eduardo de Oliveira Fonseca](https://github.com/luizeof), [Rodrigo Correia](https://github.com/rodrigoscdc), [Santiago Botero Ruiz](https://github.com/yoky-devsavant), [Saurabh Kashyap](https://github.com/saurabharch), [Ugo Bataillard](https://github.com/knshiro) ## n8n@0.164.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.164.0...n8n@0.164.1) for this version.
**Release date:** 2022-02-20 ### Core Functionality βš™οΈ - Fixed a bug preventing webhooks from working as expected in some scenarios. ## n8n@0.164.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.163.1...n8n@0.164.0) for this version.
**Release date:** 2022-02-20 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added new database indices to improve the performance when querying past executions. - Fixed a bug causing the base portion of a URL not to be prepended as expected in some scenarios. - Fixed a bug cuasing expressions to resolve incorrectly when referencing non-existent nodes or parameters. ### Contributors πŸ™Œ [Jhalter5Stones](https://github.com/Jhalter5Stones), [Valentina Lilova](https://github.com/valentina98), [thorstenfreitag](https://github.com/thorstenfreitag) ## n8n@0.163.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.163.0...n8n@0.163.1) for this version.
**Release date:** 2022-02-13 ### Core Functionality βš™οΈ - Fixed a bug preventing OAuth2 authentication from working as expected in some scenarios. ## n8n@0.163.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.162.0...n8n@0.163.0) for this version.
**Release date:** 2022-02-13 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added automatic sorting by relative position to the node list inside the expression editor. - Added new `/workflows/demo` page to allow read-only rendering of workflows inside an iframe. - Added optional `/healthz` health check endpoint to worker instances. - Fixed unwanted list autofill behaviour inside the expression editor. - Improved the GitHub actions used by the nightly Docker image. ### Bug fixes πŸ›
### Contributors πŸ™Œ [IΓ±aki Breinbauer](https://github.com/quansenB), [Manuel](https://github.com/tennox), [pemontto](https://github.com/pemontto) ## n8n@0.162.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.161.1...n8n@0.162.0) for this version.
**Release date:** 2022-02-06 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added configurable debug logging for telemetry. - Added support for defining nodes through JSON. This functionality is in alpha state and breaking changes to the interface can take place in upcoming versions. - Added telemetry support to page events occuring before telemetry is initialized. - Fixed a bug preventing errors in sub-workflows from appearing in parent executions. - Fixed a bug where node versioning would not work as expected. - Fixed a bug where remote parameters would not load as expected. - Fixed a bug where unkown node types would not work as expected. - Prevented the node details view from opening automatically after duplicating a node. - Removed dependency `fibers` which is incompatible with the current LTS version 16 of Node.js. ### Bug fixes πŸ›
### Contributors πŸ™Œ [pemontto](https://github.com/pemontto) ## n8n@0.161.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.161.0...n8n@0.161.1) for this version.
**Release date:** 2022-02-01 ### Core Functionality βš™οΈ - Added optional debug logging to health check functionality. ## n8n@0.161.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.160.0...n8n@0.161.0) for this version.
**Release date:** 2022-01-30 ### Core Functionality βš™οΈ - Added default polling interval for trigger nodes using polling. - Added support for additional hints below parameter fields. - Fixed a bug preventing default values from being used when testing credentials. - Improved the wording in the *Save your Changes?* dialog. ### Bug fixes πŸ›
### Contributors πŸ™Œ [fabian wohlgemuth](https://github.com/wohfab) ## n8n@0.160.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.159.1...n8n@0.160.0) for this version.
**Release date:** 2022-01-22 ### New nodes ✨
### Core Functionality βš™οΈ - Fixed a bug preventing the binary data preview from using the full available height and width. - Fixed a build problem by pinning chokidar version 3.5.2. - Prevent workflow activation when no trigger is presentand introduced a modal explaining production data handling. - Fixed *Filter by tags* placeholder text used in the Open Workflow modal. ### Bug fixes πŸ›
### Contributors πŸ™Œ [fabian wohlgemuth](https://github.com/wohfab) ## n8n@0.159.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.159.0...n8n@0.159.1) for this version.
**Release date:** 2022-01-18 ### Core Functionality βš™οΈ - Temporarily removed debug logging for axios requests. ## n8n@0.159.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.158.0...n8n@0.159.0) for this version.
**Release date:** 2022-01-16 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added support for executing workflows without an ID through the CLI. - Fixed a build problem. - Fixed a bug preventing the tag description from being shown on the canvas. - Improved build performance by skipping the `node-dev` package during build. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Phil Clifford](https://github.com/philclifford) ## n8n@0.158.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.157.1...n8n@0.158.0) for this version.
**Release date:** 2022-01-09 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added new external hook when active workflows finished initializing. - Fixed a bug preventing the personalisation survey from showing up. - Improved telemetry. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Ricardo Georgel](https://github.com/rgeorgel), [Pierre](https://github.com/hnb2), [Vahid Sebto](https://github.com/sebto) ## n8n@0.157.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.157.0...n8n@0.157.1) for this version.
**Release date:** 2022-01-03 ### Core Functionality βš™οΈ - Fixed a bug where not all nodes could use the new binary data handling. ## n8n@0.157.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.156.0...n8n@0.157.0) for this version.
**Release date:** 2022-01-02 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed a bug where a wrong number suffix was used after duplicating nodes. ### Bug fixes πŸ›
### Contributors πŸ™Œ [pemontto](https://github.com/pemontto) ## n8n@0.156.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.155.2...n8n@0.156.0) for this version.
**Release date:** 2021-12-25 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added execution ID to workflow.postExecute hook - Added response body to UI for failed Axios requests - Added support for automatically removing new lines from Google Service Account credentials - Added support for disabling the UI via environment variable - Fixed a bug causing the wrong expression result to be shown for items from an output other than the first - Improved binary data management - Introduced Monaco as new UI code editor ### Contributors πŸ™Œ [Arpad Gabor](https://github.com/arpadgabor), [Leo Lou](https://github.com/l4u), [Manuel](https://github.com/tennox) ## n8n@0.155.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.154.0...n8n@0.155.2) for this version.
**Release date:** 2021-12-19 ### Core Functionality βš™οΈ - Added support for internationalization (i18n). This functionality is currently in alpha status and breaking changes are to be expected. ## n8n@0.154.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.153.0...n8n@0.154.0) for this version.
**Release date:** 2021-12-19 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Allow deletion of nodes from the canvas using the backspace key - Fixed an issue causing clicks in the value survey to impact the main view - Fixed an issue preventing the update panel from closing ### Bug fixes πŸ›
### Contributors πŸ™Œ [Mohammed Huzaif](https://github.com/huzaif-plivo), [Π›Π΅Π±Π΅Π΄Π΅Π² Иван](https://github.com/X-pech) ## n8n@0.153.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.152.0...n8n@0.153.0) for this version.
**Release date:** 2021-12-11 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added frontend for value surveys - Fixed an issue preventing the recommendation logic from working as expected after selecting a work area - Fixed an issue where a wrong exit code was sent when running n8n on an unsupported version of Node.js - Fixed an issue where node options would disappear on hovering when a node is not selected - Fixed an issue where the execution id was missing when running n8n in queue mode - Fixed an issue where execution data was missing when waiting for a webhook in queue mode - Improved error handling when the n8n port is already in use - Improved diagnostic events - Removed toast notification on webhook deletion, added toast notification after node is copied - Removed default trigger tooltip for polling trigger nodes ### Bug fixes πŸ›
### Contributors πŸ™Œ [pemontto](https://github.com/pemontto), [Jascha LΓΌlsdorf](https://github.com/buelsenfrucht), [Jonathan Bennetts](https://github.com/Joffcom) ## n8n@0.152.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.151.0...n8n@0.152.0) for this version.
**Release date:** 2021-12-04 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added a plus (+) connector to end nodes - Allowed opening workflows and executions in a new window when using Ctrl + Click - Enforced type checking for all node parameters - Fixed a build issue in the custom n8n docker image - Fixed a memory leak in the UI which could occur when renaming nodes or navigate to another workflow - Improved stability of internal test workflows - Improved expression security - Introduced redirect to a new page and UI error message when trying to open a deleted workflow - Introduced support for multiple arguments when logging - Updated the onboarding survey ### Bug fixes πŸ›
### Contributors πŸ™Œ [Zvonimir Erdelja](https://github.com/zvonimir-ebot7), [m2scared](https://github.com/m2scared) ## n8n@0.151.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.150.0...n8n@0.151.0) for this version.
**Release date:** 2021-11-26 ### New nodes ✨
### Core Functionality βš™οΈ - Fixed a bug causing connections between nodes to disappear when renaming a newly added node after drawing a connection to its endpoints. - Fixed a build issue by adding TypeScript definitions for validator.js to CLI package, also fixed a linting issue by removing an unused import. - Improved the waiting state of trigger nodes to explain when an external event is required. - Loops are now drawn below their source node. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Jonathan Bennetts](https://github.com/Joffcom) ## n8n@0.150.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.149.0...n8n@0.150.0) for this version.
**Release date:** 2021-11-19 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed a build issue by pinning rudder-sdk-node version 1.0.6 in CLI package. - Fixed an issue preventing the `n8n import:workflow --separate` CLI command from finding workflows on Windows. - Further improved the expression security. - Moved all nodes into separate directories in preparation for internationalization. - Removing default headers for PUT and PATCH operations when using axios. - Revamped the workflow canvas. ### Bug fixes πŸ›
## n8n@0.149.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.148.0...n8n@0.149.0) for this version.
**Release date:** 2021-11-13 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue causing an error message to be thrown when executing a workflow through the CLI. - Improved expression security by limiting the available process properties. - Improved the behaviour of internal tests executed through the CLI. - Updated the owner of the node user's home directory in the custom docker image. ### Bug fixes πŸ›
### Contributors πŸ™Œ [GeylaniBerk](https://github.com/GeylaniBerk), [Jonathan Bennetts](https://github.com/Joffcom) ## n8n@0.148.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.147.1...n8n@0.148.0) for this version.
**Release date:** 2021-11-05 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added a hook after workflow creation. - Fixed a build issue with npm v7 by overriding unwanted behaviour through the .npmrc file. - Fixed an issue preventing unknown node types from being imported. - Fixed an issue with the UI falsely indicating a credential cannot be selected when using SQLite and multiple credentials with the same name exist. ### Bug fixes πŸ›
### Contributors πŸ™Œ [mizzimizzi](https://github.com/mizzimizzi), [nikozila](https://github.com/nikozila), [Pauline](https://github.com/PaulineDropcontact) ## n8n@0.147.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.147.0...n8n@0.147.1) for this version.
**Release date:** 2021-11-03 ### Core Functionality βš™οΈ - Fixed a build issue by moving the `chokidar` dependency to a regular dependency. ## n8n@0.147.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.146.0...n8n@0.147.0) for this version.
**Release date:** 2021-11-03 ### New nodes ✨
### Core Functionality βš™οΈ - Improved the database migration process to reduce memory footprint. - Fixed an issue with telemetry by adding an anonymous ID. ## n8n@0.146.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.145.0...n8n@0.146.0) for this version.
**Release date:** 2021-10-29 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added name and ID of a workflow to its settings. - Added parameter inputs to be multi-line. - Fixed an issue with declaring proxies when axios is used. - Fixed an issue with serializing arrays and special characters. - Fixed an issue with updating expressions after renaming a node. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Valentina Lilova](https://github.com/valentina98), [Oliver Trajceski](https://github.com/SchnapsterDog) ## n8n@0.145.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.144.0...n8n@0.145.0) for this version.
**Release date:** 2021-10-22 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Changed `vm2` library version from `3.9.3` to `3.9.5`. - Fixed an issue with ignoring the response code. - Fixed an issue with overwriting credentials via environment variables. - Fixed an issue with using query strings combined with the `x-www-form-urlencoded` content type. - Introduced telemetry. ### Bug fixes πŸ›
### Contributors πŸ™Œ [pemontto](https://github.com/pemontto), [rdd2](https://github.com/rdd2), [robertodamiani](https://github.com/robertodamiani), [Rodrigo Correia](https://github.com/rodrigoscdc) ## n8n@0.144.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.143.0...n8n@0.144.0) for this version.
**Release date:** 2021-10-15 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Improved the autofill behaviour on Google Chrome when entering credentials. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Jonathan Bennetts](https://github.com/Joffcom) ## n8n@0.143.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.142.0...n8n@0.143.0) for this version.
**Release date:** 2021-10-14 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed a build issue affecting a number of AWS nodes. - Changed workflows to use credential ids primarily (instead of names), allowing users to have different credentials with the same name. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Rodrigo Correia](https://github.com/rodrigoscdc) ## n8n@0.142.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.141.1...n8n@0.142.0) for this version.
**Release date:** 2021-10-07 ### New nodes ✨
### Core Functionality βš™οΈ - Fixed overlapping buttons when viewing on mobile. - Fixed issue with partial workflow executions when Wait node was last. - Fixed issue with broken non-JSON requests. - Node errors now only displayed for executing nodes, not disconnected nodes. - Automatic save when executing new workflows with Webhook node. - Fixed an issue with how arrays were serialized for certain nodes. - Fixed an issue where executions could not be cancelled when running in Main mode. - Duplicated workflows now open in a new window. ### Bug fixes πŸ›
### Contributors πŸ™Œ [GΓΌnther](https://github.com/erbg), [Tom Klingenberg](https://github.com/ktomk) ## n8n@0.141.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.141.0...n8n@0.141.1) for this version.
**Release date:** 2021-10-01 ### Core Functionality βš™οΈ - Fixed issue with body formatting of `x-form-www-urlencoded` requests. ## n8n@0.141.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.140.0...n8n@0.141.0) for this version.
**Release date:** 2021-09-30 ### New nodes ✨
### Core Functionality βš™οΈ - Performance improvements in Editor UI - Improved error reporting ### Contributors πŸ™Œ [Alex Hall](https://github.com/alexmojaki), [Tom Klingenberg](https://github.com/ktomk) ## n8n@0.140.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.139.1...n8n@0.140.0) for this version.
**Release date:** 2021-09-29 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed startup behavior when running n8n in scaled mode (i.e. `skipWebhoooksDeregistrationOnShutdown` is enabled). - Fixed behavior around handling empty response bodies. - Fixed an issue with handling of refresh tokens. ### Contributors πŸ™Œ [pemontto](https://github.com/pemontto) ## n8n@0.139.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.139.0...n8n@0.139.1) for this version.
**Release date:** 2021-09-23 ### Core Functionality βš™οΈ - Bug fixes and improvements for Editor UI. ## n8n@0.139.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.138.0...n8n@0.139.0) for this version.
**Release date:** 2021-09-22 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Updated node design to include support for versioned nodes. ### Bug fixes πŸ›
### Contributors πŸ™Œ [MatΓ­as Aguirre](https://github.com/omab) ## n8n@0.138.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.137.0...n8n@0.138.0) for this version.
**Release date:** 2021-09-15 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - General UX improvements to the Editor UI. - Fixed an issue with the `PayloadTooLargeError`. ### Bug fixes πŸ›
### Contributors πŸ™Œ [bramknuever](https://github.com/bramknuever), [Chris Magnuson](https://github.com/ChrisMagnuson) ## n8n@0.137.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.136.0...n8n@0.137.0) for this version.
**Release date:** 2021-09-05 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added execution ID to logs of queue processes. - Added description to operation errors. - Added ability for webhook processes to wake waiting executions. ### Bug fixes πŸ›
### Contributors πŸ™Œ [AndrΓ© Matthies](https://github.com/matthiez), [DeskYT](https://github.com/DeskYT), [Frederic Alix](https://github.com/fredericalix), [Jonathan Bennetts](https://github.com/Joffcom), [Ketan Somvanshi](https://github.com/KetanSomvanshi), [Luiz Eduardo de Oliveira Fonseca](https://github.com/luizeof), [TheFSilver](https://github.com/TheFSilver) ## n8n@0.136.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.135.3...n8n@0.136.0) for this version.
**Release date:** 2021-08-30 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - General UI design improvements. - Improved errors messages during debugging of custom nodes. - All packages upgraded to TypeScript 4.3.5, improved linting and formatting. ### Bug fixes πŸ›
## n8n@0.135.3 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.135.2...n8n@0.135.3) for this version.
**Release date:** 2021-08-27 ### Core Functionality βš™οΈ - Fixed Canvas UI inconsistencies when duplicating workflows. - Added log message during upgrade to indicate database migration has started. - General improvements to parameter labels and tooltips. ### Contributors πŸ™Œ [Kyle Mohr](https://github.com/kylefmohr) ## n8n@0.135.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.135.1...n8n@0.135.2) for this version.
**Release date:** 2021-08-26 ### Core Functionality βš™οΈ - Added expression support for credentials. - Fixed performance issues when loading credentials. ## n8n@0.135.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.135.0...n8n@0.135.1) for this version.
**Release date:** 2021-08-23 ### Core Functionality βš™οΈ - Fixed an issue where if n8n was shutdown during database migration while upgrading versions, errors would result upon next startup. ## n8n@0.135.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.134.0...n8n@0.135.0) for this version.
**Release date:** 2021-08-22 ::: warning ⚠️ Breaking changes Please note that this version contains breaking changes. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01350). The features that introduced the breaking changes have been flagged below. ::: ### New nodes ✨
### Core Functionality βš™οΈ - In-node method for accessing binary data is now asynchronous and a helper function for this has been implemented. [πŸ› ](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01350) - Credentials are now loaded from the database on-demand. [πŸ› ](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01350) - Webhook UUIDs are automatically updated when duplicating a workflow. - Fixed an issue when referencing values before loops. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Aniruddha Adhikary](https://github.com/aniruddha-adhikary), [lublak](https://github.com/lublak), [parthibanbalaji](https://github.com/parthibanbalaji) ## n8n@0.134.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.133.0...n8n@0.134.0) for this version.
**Release date:** 2021-08-15 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Integrated [Nodelinter](../nodes/creating-nodes/nodelinter.md) in n8n. - Fix to add a trailing slash (`/`) to all webhook URLs for proper functionality. ### Bug fixes πŸ›
### Contributors πŸ™Œ [calvintwr](https://github.com/calvintwr), [CFarcy](https://github.com/CFarcy), [Jeremie Dokime](https://github.com/dokime7), [Michael Hirschler](https://github.com/mvhirsch), [Rodrigo Correia](https://github.com/rodrigoscdc), [sol](https://github.com/5pecia1) ## n8n@0.133.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.132.2...n8n@0.133.0) for this version.
**Release date:** 2021-08-08 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed UI lag when editing large workflows. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Jacob Burrell](https://github.com/jacobburrell), [Π›Π΅Π±Π΅Π΄Π΅Π² Иван](https://github.com/X-pech) ## n8n@0.132.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.132.1...n8n@0.132.2) for this version.
**Release date:** 2021-08-02 ### Bug fixes πŸ›
### Contributors πŸ™Œ [Π›Π΅Π±Π΅Π΄Π΅Π² Иван](https://github.com/X-pech) ## n8n@0.132.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.132.0...n8n@0.132.1) for this version.
**Release date:** 2021-08-02 ### Core Functionality βš™οΈ - Changed TypeORM version to 0.2.34 ## n8n@0.132.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.131.0...n8n@0.132.0) for this version.
**Release date:** 2021-08-01 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue for large internal values. ### Contributors πŸ™Œ [Ed Linklater](https://github.com/edlinklater), [Rodrigo Correia](https://github.com/rodrigoscdc) ## n8n@0.131.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.130.0...n8n@0.131.0) for this version.
**Release date:** 2021-07-24 ::: warning ⚠️ Breaking change Please note that this version contains a breaking change. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01310). The features that introduced the breaking changes have been flagged below. ::: ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added Continue-on-fail support to all nodes. - Added new version notifications. - Added Refresh List for remote options lists. - Added `$position` expression variable to return the index of an item within a list. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Anthr@x](https://github.com/AnthraX1), [Felipe Cecagno](https://github.com/fcecagno) ## n8n@0.130.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.129.0...n8n@0.130.0) for this version.
**Release date:** 2021-07-18 ::: warning ⚠️ Breaking change Please note that this version contains a breaking change. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01300). The features that introduced the breaking changes have been flagged below. ::: ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue where failed workflows were displayed as "running". - Fixes issues with uncaught errors. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Michael Hirschler](https://github.com/mvhirsch), [Mika Luhta](https://github.com/mluhta), [Pierre Lanvin](https://github.com/planvin) ## n8n@0.129.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.128.0...n8n@0.129.0) for this version.
**Release date:** 2021-07-12 ### New nodes ✨
### Bug fixes πŸ›
### Contributors πŸ™Œ [JΓ©rΓ©mie Pardou-Piquemal](https://github.com/jrmi) ## n8n@0.128.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.127.0...n8n@0.128.0) for this version.
**Release date:** 2021-07-11 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Performance improvement for loading of historical executions (> 3mil) when using Postgres. - Fixed error handling for unending workflows and display of "unknown" workflow status. - Fixed format of Workflow ID when downloading from UI Editor to enable compatibility with importing from CLI. ### Bug fixes πŸ›
### Contributors πŸ™Œ [Kaito Udagawa](https://github.com/umireon), [Rodrigo Correia](https://github.com/rodrigoscdc) ## n8n@0.127.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.126.1...n8n@0.127.0) for this version.
**Release date:** 2021-07-04 ::: warning ⚠️ Breaking change Please note that this version contains a breaking change. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01270). The features that introduced the breaking changes have been flagged below. ::: ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added a workflow testing framework via a new CLI command to execute all desired workflows. Run `n8n executeBatch --help` for details. - Added support to display binary video content in Editor UI. ### Bug fixes πŸ›
### Contributors πŸ™Œ [flybluewolf](https://github.com/flybluewolf), [Kaito Udagawa](https://github.com/umireon) ## n8n@0.126.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.126.0...n8n@0.126.1) for this version.
**Release date:** 2021-06-29 ### Core Functionality βš™οΈ - Fixed issues with keyboard shortcuts when a modal was open. ### Bug fixes πŸ›
## n8n@0.126.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.125.0...n8n@0.126.0) for this version.
**Release date:** 2021-06-27 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Templates from the [n8n Workflows](https://n8n.io/workflows) page can now be directly imported by appending `/workflows/templates/` to your instance base URL. For example, `localhost:5678/workflows/templates/1142`. - Added new Editor UI shortcuts. See [Keyboard Shortcuts](keyboard-shortcuts.md) for details. - Fixed an issue causing console errors when deleting a node from the canvas. ### Bug fixes πŸ›
### Contributors πŸ™Œ [calvintwr](https://github.com/calvintwr), [Jan Baykara](https://github.com/janbaykara) ## n8n@0.125.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.124.1...n8n@0.125.0) for this version.
**Release date:** 2021-06-20 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Implemented new design of the Nodes Panel, adding categories and subcategories, along with improved search. For full details, see the [commits](https://github.com/n8n-io/n8n/commit/0470740737c5ee199447a68b7277c43be2042976). ### Bug fixes πŸ›
### Contributors πŸ™Œ [Amudhan Manivasagam](https://github.com/smamudhan), [Carlos Alexandro Becker](https://github.com/caarlos0), [Kaito Udagawa](https://github.com/umireon) ## n8n@0.124.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.124.0...n8n@0.124.1) for this version.
**Release date:** 2021-06-16 ### Core Functionality βš™οΈ - Improved error log messages - Fixed an issue where the tags got removed when deactivating the workflow or updating settings - Removed the circular references for the error caused by the request library ## n8n@0.124.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.123.1...n8n@0.124.0) for this version.
**Release date:** 2021-06-13 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Implemented the functionality to display the error details in a toast message for trigger nodes - Improved error handling by removing circular references from API errors ### Bug fixes πŸ›
### Contributors πŸ™Œ [Jean M](https://github.com/jemos), [romaincolombo-daily](https://github.com/romaincolombo-daily), [Thomas Jost](https://github.com/Schnouki), [Vincent](https://github.com/vbouchet31) ## n8n@0.123.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.123.0...n8n@0.123.1) for this version.
**Release date:** 2021-06-06 ### Core Functionality βš™οΈ - Fixed a build issue for missing node icons ## n8n@0.123.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.3...n8n@0.123.0) for this version.
**Release date:** 2021-06-06 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed issues with NodeViewNew navigation handling - Fixed an issue with the view crashing with large requests ### Bug fixes πŸ›
### Contributors πŸ™Œ [Rodrigo Correia](https://github.com/rodrigoscdc), [Sam Roquitte](https://github.com/samr28) ## n8n@0.122.3 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.2...n8n@0.122.3) for this version.
**Release date:** 2021-06-04 ### Core Functionality βš™οΈ - Fixed error messages for the Textarea field - Added the missing winston dependency - Fixed an issue with adding values via the Variable selector. The deleted values don't reappear - Fixed an issue with the Error Workflows not getting executed in the queue mode ### Bug fixes πŸ›
## n8n@0.122.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.1...n8n@0.122.2) for this version.
**Release date:** 2021-05-31 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue that enables clicks on tags - Fixed an issue with escaping workflow name - Fixed an issue with selecting variables in the Expression Editor ## n8n@0.122.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.0...n8n@0.122.1) for this version.
**Release date:** 2021-05-30 ### Core Functionality βš™οΈ - Fixed an issue with the order in migration rollback ## n8n@0.122.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.121.0...n8n@0.122.0) for this version.
**Release date:** 2021-05-30 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Changed `bcrypt` library from `@node-rs/bcrypt` to `bcryptjs` - Fixed an issue with optional parameters that have the same name - Added the functionality to tag workflows - Fixed errors in the Expression Editor - Fixed an issue with nodes that only get connected to the second input. This solves the issue of copying and pasting the workflows where only one output of the IF node gets connected to a node ### Bug fixes πŸ›
### Contributors πŸ™Œ [Alexander Mustafin](https://github.com/sashker) ## n8n@0.121.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.121.0...n8n@0.121.1) for this version.
**Release date:** 2021-06-01 ### Core Functionality βš™οΈ - Fixed an issue with copying the output values - Fixed issues with the Expression Editor - Made improvements to the Expression Editor ## n8n@0.121.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.120.0...n8n@0.121.0) for this version.
**Release date:** 2021-05-20 ### New nodes ✨
### Enhanced nodes πŸš€
### Bug fixes πŸ›
### Contributors πŸ™Œ [Jacob Spizziri](https://github.com/jspizziri) ## n8n@0.120.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.119.0...n8n@0.120.0) for this version.
**Release date:** 2021-05-17 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Added await to hooks to fix issues with the `Unknown` status of the workflows - Changed the data type of the `credentials_entity` field for MySQL database to fix issues with long credentials - Fixed an issue with the ordering of the executions when the list is auto-refreshed - Added the functionality that allows reading sibling parameters ### Bug fixes πŸ›
### Contributors πŸ™Œ [DeskYT](https://github.com/DeskYT), [Daniel Lazaro](https://github.com/1izardo), [DerEnderKeks](https://github.com/DerEnderKeks), [mdasmendel](https://github.com/mdasmendel) ## n8n@0.119.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.118.1...n8n@0.119.0) for this version.
**Release date:** 2021-05-09 ### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Implemented timeout for subworkflows - Removed the deregistration webhooks functionality from the webhook process ### Bug fixes πŸ›
### Contributors πŸ™Œ [Nikita](https://github.com/Rirush) ## n8n@0.118.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.118.0...n8n@0.118.1) for this version.
**Release date:** 2021-05-05 ### Core Functionality βš™οΈ - Fixed an issue with error workflows ## n8n@0.118.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.117.0...n8n@0.118.0) for this version.
**Release date:** 2021-05-02 ::: warning ⚠️ Breaking change Please note that this version contains a breaking change. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01180). The features that introduced the breaking changes have been flagged below. ::: ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Implemented the native `fs/promise` library where possible - Added the functionality to output logs to the console or a file - We have updated the minimum required version for Node.js to v14.15. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01180) page ### Bug fixes πŸ›
### Contributors πŸ™Œ [Gustavo Arjones](https://github.com/arjones), [lublak](https://github.com/lublak), [Colton Anglin](https://github.com/Colton), [Mika Luhta](https://github.com/mluhta) ## n8n@0.117.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.116.1...n8n@0.117.0) for this version.
**Release date:** 2021-04-24 ::: warning ⚠️ Breaking change Please note that this version contains a breaking change. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01170). The features that introduced the breaking changes have been flagged below. ::: ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - The Activation Trigger node has been deprecated. It has been replaced by two new nodes - the n8n Trigger and the Workflow Trigger node. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01170) page - Added the functionality to open the New Credentials dropdown by default ### Bug fixes πŸ›
### Contributors πŸ™Œ [Bart Vollebregt](https://github.com/bartvollebregt), [Ivan Timoshenko](https://github.com/bugagashenkj), [Konstantin Nosov](https://github.com/nosovk), [lublak](https://github.com/lublak), [Umair Kamran](https://github.com/UmairKamran), ## n8n@0.116.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.116.0...n8n@0.116.1) for this version.
**Release date:** 2021-04-20 ### Core Functionality βš™οΈ - Fixed a timeout issue with the workflows in the main process ## n8n@0.116.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.115.0...n8n@0.116.0) for this version.
**Release date:** 2021-04-17 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Changed `bcrypt` library from `bcryptjs` to `@node-rs/bcrypt` - Improved node error handling. Status codes and error messages in API responses have been standardized - Added global timeout setting for all HTTP requests (except HTTP Request node) - Implemented timeout for workers and corrected timeout for sub workflows ### Bug fixes πŸ›
### Contributors πŸ™Œ [Allan Daemon](https://github.com/AllanDaemon), [Anton Romanov](https://github.com/theone74), [Bart Vollebregt](https://github.com/bartvollebregt), [Cassiano Vailati](https://github.com/cassvail), [entrailz](https://github.com/entrailz), [Konstantin Nosov](https://github.com/nosovk), [LongYinan](https://github.com/Brooooooklyn) ## n8n@0.115.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.114.0...n8n@0.115.0) for this version.
**Release date:** 2021-04-10 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue with expressions not being displayed in read-only mode - Fixed an issue that didn't allow editing JavaScript code in read-only mode - Added support for configuring the maximum payload size - Added support to dynamically add menu items ### Bug fixes πŸ›
### Contributors πŸ™Œ [Mika Luhta](https://github.com/mluhta), [Loran](https://github.com/loranmutafov), [stwonary](https://github.com/stwonary) ## n8n@0.114.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.113.0...n8n@0.114.0) for this version.
**Release date:** 2021-04-03 ### New nodes ✨
### Enhanced nodes πŸš€
### Core Functionality βš™οΈ - Fixed an issue with the Redis connection to prevent memory leaks ### Bug fixes πŸ›
### Contributors πŸ™Œ [Agata M](https://github.com/curryy), [Allan Daemon](https://github.com/AllanDaemon), [Craig McElroy](https://github.com/camcelroy), [mjysci](https://github.com/mjysci) ## 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. 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 ## 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 - New nodes - DeepL - Enhanced nodes - TheHive: Added Mark as Read and Mark as Unread operations and added Ignore SSL Issues parameter to the credentials - Bug fixes - AWS SES: Fixed an issue to map CC addresses correctly - Salesforce: Fixed an issue with custom object for Get All operations and fixed an issue with the first name field for the Create and Update operations for the Lead resource - Strava: Fixed an issue with the access tokens not getting refreshed - TheHive: Fixed an issue with the case resolution status - Fixed an issue with importing separate decrypted credentials - Fixed issues with the sub-workflows not finishing - Fixed an issue with the sub-workflows running on the main process - Fixed concurrency issues with sub-workflows ## n8n@0.111.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.110.3...n8n@0.111.0) for this version.
**Release date:** 2021-03-12 - New nodes - Autopilot - Autopilot Trigger - Wise - Wise Trigger - Enhanced nodes - Box: Added Get operation to the Folder resource - Dropbox: Added Search operation to the File resource. All operations are now performed relative to the user's root directory. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01110) page - Facebook Graph API: Added new API versions - Google Drive: Added Update operation to the File resource - HubSpot: Added the Deal Description option - Kafka: Added the SASL mechanism - Monday.com: Added Move operation to Board Item resource - MongoDB: Added Date field to the Insert and Update operations - Micrsoft SQL: Added connection timeout parameter to credentials - Salesforce: Added Mobile Phone field to the Lead resource - Spotify: Added Create a Playlist operation to Playlist resource and Get New Releases to the Album resource - Bug fixes - Airtable: Fixed a bug with updating and deleting records - Added the functionality to expose metrics to Prometheus. Read more about that [here](../getting-started/installation/advanced/configuration.md#prometheus) - Updated fallback values to match the value type - Added the functionality to display debugging information for pending workflows on exit - Fixed an issue with queue mode for the executions that should not be saved - Fixed an issue with workflows crashing and displaying `Unknown` status in the execution list - Fixed an issue to prevent crashing while saving execution data when the `data` field has over 64KB in MySQL - Updated `jws-rsa` to version `1.12.1` ## n8n@0.110.3 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.110.0...n8n@0.110.3) for this version.
**Release date:** 2021-03-04 - Bug fixes - APITemplate.io: Fixed an issue with the naming of the node ## n8n@0.110.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.109.0...n8n@0.110.0) for this version.
**Release date:** 2021-03-04 - New nodes - APITemplate.io - Bubble - Lemlist - Lemlist Trigger - Enhanced nodes - Microsoft Teams: Added option to reply to a message - Bug fixes - Dropbox: Fixed an issue with parsing the response with the Upload operation - Gmail: Fixed an issue with the scope for the Service Account authentication method and fixed an issue with the label filter - Google Drive: Fixed an issue with the missing Parent ID field for the Create operation and fixed an issue with the Permissions field - HelpScout: Fixed an issue with sending tags when creating a conversation - HTTP Request: Fixed an issue with the raw data and file response - HubSpot: Fixed an issue with the OAuth2 credentials - Added support for Date & Time in the IF node and the Switch node - Fixed an issue with mouse selection when zooming in or out - Fixed an issue with current executing workflows when using queues for Postgres - Fixed naming and description for the `N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN` environment variable - Fixed an issue with auto-refresh of the execution list ## n8n@0.109.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.108.0...n8n@0.109.0) for this version.
**Release date:** 2021-02-22 - New nodes - Bitwarden - Emelia - Emelia Trigger - GoToWebinar - Raindrop - Enhanced nodes - AWS Rekognition: Added the Detect Text type to the Ananlyze operation for the Image resource - Google Calendar: Added RRULE parameter to the Get All operation for the Event resource - Jira: Added User resource and operations - Reddit: Added the Search operation for the Post resource - Telegram: Added the Send Location operation - Bug fixes - RocketChat: Fixed error responses - Fixed the issue which caused the execution history of subworkflows (workflows started via the Execute Workflow node) not to be saved - Added an option to export the credential data in plain text format using the CLI ## n8n@0.108.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.107.0...n8n@0.108.0) for this version.
**Release date:** 2021-02-15 - New nodes - Demio - PostHog - QuickBooks - Enhanced nodes - Trello: Added Create Checklist Item operation to the Checklist resource - Webhook: Removed trailing slash in routes and updated logic to select dynamic webhook - Bug fixes - Google Drive: Fixed an issue with returning the fields the user selects for the Folder and File resources - Twitter: Fixed a typo in the description - Webhook: Fixed logic for static route matching - Added the functionality to sort the values that you add in the IF node, Rename node, and the Set node - Added the functionality to optionally save execution data after each node - Added queue mode to scale workflow execution - Separated webhook from the core to scale webhook separately - Fixed an issue with current execution query for unsaved running workflows - Fixed an issue with the regex that detected node names - n8n now generates a unified execution ID instead of two separate IDs for currently running and saved executions ## n8n@0.107.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.106.0...n8n@0.107.0) for this version.
**Release date:** 2021-02-08 - New nodes - AWS Comprehend - GetResponse Trigger - Peekalink - Stackby - Enhanced nodes - AWS SES: Added Custom Verification Email resource - Microsoft Teams: Added Task resource - Twitter: Added Delete operation to the Tweet resource - Bug fixes - Google Drive: Fixed an issue with the Delete and Share operations - Filemaker: Fixed an issue with the script list parsing - Updated Node.js version of Docker images to `14.15` - Added a shortcut `CTRL + scroll` to zoom ## n8n@0.106.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.105.0...n8n@0.106.0) for this version.
**Release date:** 2021-02-05 - New nodes - Reddit - Tapfiliate - Enhanced nodes - Airtable Trigger: Added Download Attachment option - HubSpot: Added Custom Properties option to the Create and Update operations of the Company resource - MySQL: Added Connection Timeout parameter to the credentials - Telegram: Added Pin Chat Message and Unpin Chat Message operations for the Message resource - Bug fixes - Typeform: Fixed an issue with the OAuth2 authentication method - Added support for `s` and `u` flags for regex in the IF node and the Switch node ## n8n@0.105.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.104.2...n8n@0.105.0) for this version.
**Release date:** 2021-02-01 - New nodes - Discourse - SecurityScorecard - TimescaleDB - Enhanced nodes - Affinity: Added List and List Entry resource - Asana: Added Project IDs option to the Create operation of the Task resource - Hubspot Trigger: Added support for multiple subscriptions - Jira: Added Issue Attachment resource and added custom fields to Create and Update operations of the Issue resource - Todoist: Added Section option - Bug fixes - SIGNL4: Fixed an issue with the attachment functionality - Added variable `$mode` to check the mode in which the workflow is being executed ## n8n@0.104.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.104.1...n8n@0.104.2) for this version.
**Release date:** 2021-01-27 - Fixed an issue with the credentials parameters that have the same name ## n8n@0.104.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.104.0...n8n@0.104.1) for this version.
**Release date:** 2021-01-26 - Fixed a bug with expressions in credentials ## n8n@0.104.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.103.1...n8n@0.104.0) for this version.
**Release date:** 2021-01-26 - New nodes - Compression - Enhanced nodes - GitHub: Added Invite operation to the User resource - EmailReadImap: Increased the authentication timeout - Mautic: Added Custom Fields option to the Create and Update operations of the Contact resource. Also, the Mautic OAuth credentials have been updated. Now you don't have to enter the Authorization URL and the Access Token URL - Nextcloud: Added User resource - Slack: Added Get Permalink and Delete operations to the Message resource - Webhook: Added support for request parameters in webhook paths - Bug fixes - Google Drive: Fixed the default value for the Send Notification Email option - Added support for expressions to credentials - Removed support for MongoDB as a database for n8n. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01040) page ## n8n@0.103.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.103.0...n8n@0.103.1) for this version.
**Release date:** 2021-01-21 - Bug fixes - Trello: Fixed the icon ## n8n@0.103.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.102.0...n8n@0.103.0) for this version.
**Release date:** 2021-01-21 - New nodes - SendGrid - Enhanced nodes - AMQP: Added Container ID, Reconnect, and Reconnect limit options - AMQP Trigger: Added Container ID, Reconnect, and Reconnect Limit options - GitHub: Added Review resource - Google Drive: Added Drive resource - Trello: Added Get All and Get Cards operation to the List resource - Bug fixes - AWS Lambda: Fixed an issue with signature - AWS SNS: Fixed an issue with signature - Fixed an issue with nodes not executing if two input gets passed and one of them didn't return any data - The code editor does not get closed when clicked anywhere outside the editor - Added CLI commands to [export](start-workflows-via-cli.md#export-workflows-and-credentials) and [import](start-workflows-via-cli.md#import-workflows-and-credentials) credentials and workflows - The title in the browser tab now resets for new workflows ## n8n@0.102.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.101.0...n8n@0.102.0) for this version.
**Release date:** 2021-01-15 - New nodes - Beeminder - Enhanced nodes - Crypto: Added hash type `SHA384` - Google Books: Added support for user impersonification - Google Drive: Added support for user impersonification - Google Sheets: Added support for user impersonification - Gmail: Added support for user impersonification - Microsoft Outlook: Added support for a shared mailbox - RabbitMQ: Added Exchange mode - Salesforce: Added filters to all Get All operations - Slack: Made changes to the properties `As User` and `Ephemeral`. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01020) page - Typeform Trigger: The node now displays the recall information in the question in square brackets. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#01020) page - Zendesk: Removed the `Authorization URL` and `Access Token URL` fields from the OAuth2 credentials. The node now uses the subdomain passed by a user to connect to Zendesk. - Bug fixes - CoinGecko: Fixed an issue to process multiple input items correctly ## n8n@0.101.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.100.0...n8n@0.101.0) for this version.
**Release date:** 2021-01-07 - New nodes - Google Analytics - Phantombuster - Enhanced nodes - AWS: Added support for custom endpoints - Gmail: Added an option to send messages formatted as HTML - Philips Hue: Added Room/Group name to Light name to make it easier to identify lights - Slack: Added ephemeral message option - Telegram: Removed the Bot resource as the endpoint is no longer supported - Bug fixes - E-goi: Fixed the name of the node - Edit Image: Fixed an issue with the Border operation - HTTP Request: Fixed batch sizing to work when `batchSize = 1` - PayPal: Fixed a typo in the Environment field - Split In Batches: Fixed a typo in the description - Telegram: Fixed an issue with the Send Audio operation - Based on your settings, vacuum runs on SQLite on startup - Updated axios to version `0.21.1` ## n8n@0.100.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.1...n8n@0.100.0) for this version.
**Release date:** 2020-12-30 - New nodes - Microsoft Outlook - Enhanced nodes - ActiveCampaign: The node loads more options for the fields - Asana: Added Subtask resource and Get All operation for the Task resource - Edit Image: Added Multi Step operation - HTTP Request: Added Use Querystring option - IF: Added Ends With and Starts With operations - Jira: Added Issue Comment resource - Switch: Added Ends With and Starts With operations - Telegram: Added File resource - Bug fixes - Box Trigger: Fixed a typo in the description - Edit Image: Fixed an issue with multiple composite operations - HTTP Request: Fixed an issue with the binary data getting used by multiple nodes - S3: Fixed an issue with uploading files - Stripe Trigger: Fixed an issue with the existing webhooks - Telegram: Fixed an issue with the Send Audio operation - Binary data stays visible if a node gets re-executed ## n8n@0.99.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.0...n8n@0.99.1) for this version.
**Release date:** 2020-12-24 - Fixed a bug that caused HTML to render in JSON view ## n8n@0.99.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.98.0...n8n@0.99.0) for this version.
**Release date:** 2020-12-24 - New nodes - e-goi - RabbitMQ - RabbitMQ Trigger - uProc - Enhanced nodes - ActiveCampaign: Added the functionality to load the tags for a user - FTP: Added Delete and Rename operation - Google Cloud Firestore: The node now gives the Collection ID in response - Iterable: Added User List resource - MessageBird: Added Balance resource - TheHive Trigger: Added support for the TheHive3 webhook events, and added Log Updated and Log Deleted events - Bug fixes - Dropbox: Fixed an issue with the OAuth credentials - Google Sheets: Fixed an issue with the parameters getting hidden for other operations - Added functionality to easily copy the data and the path from the output - Fixed an issue with the node getting selected after it was duplicated ## n8n@0.98.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.97.0...n8n@0.98.0) for this version.
**Release date:** 2020-12-16 - New nodes - Brandfetch - Pushcut - Pushcut Trigger - Enhanced nodes - Google Sheets: Added Spreadsheet resource - IF: Added Is Empty option - Slack: Added Reaction and User resource, and Member operation to the Channel resource - Spreadsheet File: Added the option Include Empty Cell to display empty cells - Webhook: Added option to send a custom response body. The node can now also return string data - Bug fixes - GitLab: Fixed an issue with GitLab OAuth credentials. You can now specify your GitLab server to configure the credentials - Mautic: Fixed an issue with the OAuth credentials - If a workflow is using the Error Trigger node, by default, the workflow will use itself as the Error Workflow - Fixed a bug that caused the Editor UI to display an incorrect (save) state upon activating or deactivating a workflow ## n8n@0.97.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.96.0...n8n@0.97.0) for this version.
**Release date:** 2020-12-10 - New nodes - Ghost - Nasa - Snowflake - Twist - Enhanced nodes - Automizy: Added options to add and remove tabs for the Update operation of the Contact resource - Pipedrive: Added label field to Person, Organization, and Deal resources. Also added Update operation for the Organization resource - Bug fixes - Fixed a bug that caused OAuth1 requests to break - Fixed Docker user mount path ## n8n@0.96.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.95.1...n8n@0.96.0) for this version.
**Release date:** 2020-12-03 - New nodes - Cortex - Iterable - Kafka Trigger - TheHive - TheHive Trigger - Yourls - Enhanced nodes - Hubspot: Added Contact List resource and Search operation for the Deal resource - Google Calendar: You can now add multiple attendees in the Attendees field - Slack: The node now loads both private and public channels - Bug Fixes - MQTT: Fixed an issue with the connection. The node now uses `mqtt@4.2.1` - Fixed a bug which caused the Trigger-Nodes to require data from the first output - Added configuration to load only specific nodes ## n8n@0.95.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.95.0...n8n@0.95.1) for this version.
**Release date:** 2020-11-25 - Bug Fixes - Airtable Trigger: Fixed the icon of the node ## n8n@0.95.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.94.1...n8n@0.95.0) for this version.
**Release date:** 2020-11-25 - New nodes - Airtable Trigger - LingvaNex - OpenThesaurus - ProfitWell - Quick Base - Spontit - Enhanced nodes - Airable: The Application ID field has been renamed to Base ID, and the Table ID field has been renamed to Table. The List operation now downloads attachments automatically - Harvest: Moved the account field from the credentials to the node parameters. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0950) page - Bug Fixes - Slack: Fixed an issue with creating channels and inviting users to a channel ## n8n@0.94.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.94.0...n8n@0.94.1) for this version.
**Release date:** 2020-11-20 - Bug Fixes - GraphQL: Fixed an issue with the variables - WooCommerce Trigger: Fixed an issue with the webhook. The node now reuses a webhook if it already exists. ## n8n@0.94.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.93.0...n8n@0.94.0) for this version.
**Release date:** 2020-11-19 - New nodes - Google Cloud Natural Language - Google Firebase Cloud Firestore - Google Firebase Realtime Database - Humantic AI - Enhanced nodes - ActiveCampaign: Added Contact List and List resource - Edit Image: Added support for drawing, font selection, creating a new image, and added the Composite resource - FTP: Added Private Key and Passphrase fields to the SFTP credentials and made the directory creation more robust - IMAP: Increased the timeout - Matrix: Added option to send notice, emote, and HTML messages - Segment: Made changes to the properties `traits` and `properties`. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0940) page - Bug Fixes - GraphQL: Fixed an issue with the variables - Mailchimp: Fixed an issue with the OAuth credentials. The credentials are now sent with the body instead of the header - YouTube: Fixed a typo for the Unlisted option - Added horizontal scrolling ## n8n@0.93.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.92.0...n8n@0.93.0) for this version.
**Release date:** 2020-11-11 - New nodes - GetResponse - Gotify - Line - Strapi - Enhanced nodes - AMQP: Connection is now closed after a message is sent - AMQP Trigger: Added Message per Cycle option to retrieve the specified number of messages from the bus for every cycle - Hubspot: Added Custom Properties for the Deal resource as Additional Fields - Jira: The node retrieves all the projects for the Project field instead of just 50 - Mattermost: Improved the channel selection - Microsoft SQL: Added TLS parameter for the credentials - Pipedrive Trigger: Added OAuth authentication method. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0930) page - Segment: Added Custom Traits option for the Traits field - Bug Fixes - Shopify Trigger: Fixed an issue with activating the workflow - For custom nodes, you can now set custom documentation URLs ## n8n@0.92.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.91.0...n8n@0.92.0) for this version.
**Release date:** 2020-11-04 - New nodes - Facebook Trigger - Google Books - Orbit - Storyblok - Enhanced nodes - Google Drive: Removed duplicate parameters - Twitter: Added Direct Message resource - Bug Fixes - Gmail: Fixed an issue with the encoding for the subject field - Improved the Editor UI for the save workflow functionality ## 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 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 - 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 - Added a check for the Node.js version on startup. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0900) page - Bug Fixes - Google Translate: Fixed an issue with the rendering of the image in n8n.io ## n8n@0.89.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.1...n8n@0.89.2) for this version.
**Release date:** 2020-10-22 - Bug Fixes - Strava Trigger: Fixed a typo in the node name ## n8n@0.89.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.0...n8n@0.89.1) for this version.
**Release date:** 2020-10-22 - Removed debug messages ## n8n@0.89.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.88.1...n8n@0.89.0) for this version.
**Release date:** 2020-10-22 - New Nodes - Pushover - Strava - Strava Trigger - Google Translate - Bug Fixes - HTTP Request: Fixed an issue with the POST request method for the 'File' response format - Fixed issue with displaying non-active workflows as active - Fixed an issue related to multiple-webhooks ## n8n@0.88.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.88.0...n8n@0.88.1) for this version.
**Release date:** 2020-10-16 - Bug Fixes - HTTP Request: Fixed an issue with the Form-Data Mutipart and the RAW/Custom Body Content Types ## n8n@0.88.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.87.2...n8n@0.88.0) for this version.
**Release date:** 2020-10-16 - Enhanced Fixes - Matrix: Added support for specifying a Matrix Homeserver URL - Salesforce: Added Custom Object resource and Custom Fields and Sort options - Bug Fixes - AWS SES: Fixed an issue with the Send Template operation for the Email resource - AWS SNS Trigger: Fixed an issue with the Subscriptions topic ## n8n@0.87.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.87.1...n8n@0.87.2) for this version.
**Release date:** 2020-10-15 - Bug Fixes - Google Sheets: Fixed an issue with spaces in sheet names - Automizy: Fixed an issue with the default resource ## n8n@0.87.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.87.0...n8n@0.87.1) for this version.
**Release date:** 2020-10-15 - Bug Fixes - Gmail: Fixed an issue with the Message ID - HTTP Request: Fixed an issue with the GET Request - Added `HMAC-SHA512` signature method for OAuth 1.0 ## n8n@0.87.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.86.1...n8n@0.87.0) for this version.
**Release date:** 2020-10-14 - New nodes - Automizy - AWS Rekognition - Matrix - Sendy - Vonage - Wekan - Enhanced nodes - AWS SES: Added Send Template operation for the Email resource and added the Template resource - ClickUp: Added Time Entry and Time Entry Tag resources - Function: The Function field is now called the JavaScript Code field - Mailchimp: Added Campaign resource - Mindee: Added currency to the simplified response - OneDrive: Added Share operation - OpenWeatherMap: Added Language parameter - Pipedrive: Added additional parameters to the Get All operation for the Note resource - Salesforce: Added Flow resource - Spreadsheet File: Added Range option for the Read from file operation - Bug Fixes - ClickUp Trigger: Fixed issue with creating credentials - Pipedrive Trigger: Fixed issue with adding multiple webhooks to Pipedrive - The link.fish Scrape node has been removed from n8n. For more details, check out the entry in the [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0870) page ## n8n@0.86.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.86.0...n8n@0.86.1) for this version.
**Release date:** 2020-10-06 - Enhanced nodes - CoinGecko: Small fixes to the CoinGecko node ## n8n@0.86.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.85.0...n8n@0.86.0) for this version.
**Release date:** 2020-10-05 - New nodes - Clockify - CoinGecko - G Suite Admin - Mindee - Wufoo Trigger - Enhanced nodes - Slack: Added User Profile resource - Mattermost: Added Create and Invite operations for the User resource - Bug Fixes - S3: Fixed issue with uploading files - Webhook ID gets refreshed on node duplication ## n8n@0.85.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.84.4...n8n@0.85.0) for this version.
**Release date:** 2020-09-30 - Enhanced nodes - Postgres: Added Schema parameter for the Update operation - Bug Fixes - Jira: Fixed a bug with the Issue Type field - Pipedrive Trigger: Fixed issues with the credentials - Changed the bcrypt library to `bcrypt.js` to make it compatible with Windows - The OAuth callback URLs are now generated in the backend ## n8n@0.84.4 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.84.3...n8n@0.84.4) for this version.
**Release date:** 2020-09-23 - Bug Fixes - Google Sheets: Fixed issues with the update and append operations ## n8n@0.84.3 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.84.2...n8n@0.84.3) for this version.
**Release date:** 2020-09-23 - Fixed an issue with the build by setting `jwks-rsa` to an older version ## n8n@0.84.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.84.1...n8n@0.84.2) for this version.
**Release date:** 2020-09-23 - Fixed an issue with the OAuth window. The OAuth window now closes after authentication is complete ## n8n@0.84.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.84.0...n8n@0.84.1) for this version.
**Release date:** 2020-09-23 - Additional endpoints can be excluded from authentication checks. Multiple endpoints can be added separated by colons ## n8n@0.84.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.83.0...n8n@0.84.0) for this version.
**Release date:** 2020-09-23 - Enhanced nodes - Twitter: Added support for auto mention of users in reply tweets - Bug Fixes - Google Sheets: Fixed issue with non-Latin sheet names - HubSpot: Fixed naming of credentials - Microsoft: Fixed naming of credentials - Mandrill: Fixed attachments with JSON parameters - Expressions now use short variables when selecting input data for the current node - Fixed issue with renaming credentials for active workflows ## n8n@0.83.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.82.1...n8n@0.83.0) for this version.
**Release date:** 2020-09-18 - New nodes - LinkedIn - Taiga - Taiga Trigger - Enhanced nodes - ActiveCampaign: Added multiple functions, read more [here](https://github.com/n8n-io/n8n/commit/a552febab494f8ecc022391f046752f1f9f5a4cc) - Airtable: Added typecast functionality - Asana: Added OAuth2 support - ClickUp: Added OAuth2 support - Google Drive: Added share operation - IMAP Email: Added support for custom rules when checking emails - Sentry.io: Added support for self-hosted version - Twitter: Added retweet, reply, and like operations - WordPress: Added author field to the post resource - Bug Fixes - Asana Trigger: Webhook validation has been deactivated - Paddle: Fixed `returnData` format and coupon description - The ActiveCampaign node has [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0830) - Fixed issues with test-webhook registration ## n8n@0.82.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.82.0...n8n@0.82.1) for this version.
**Release date:** 2020-09-14 - Speed for basic authentication with hashed password has been improved ## n8n@0.82.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.81.0...n8n@0.82.0) for this version.
**Release date:** 2020-09-14 - New nodes - Microsoft Teams - Enhanced nodes - Freshdesk: Added Freshdesk contact resource - HTTP Request: Run parallel requests in HTTP Request Node - Bug Fixes - Philips Hue: Added `APP ID` to Philips Hue node credentials - Postmark Trigger: Fixed parameters for the node - The default space between nodes has been increased to two units - Expression support has been added to the credentials - Passwords for your n8n instance can now be hashed ## n8n@0.81.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.80.0...n8n@0.81.0) for this version.
**Release date:** 2020-09-09 - New nodes - Sentry.io - Enhanced nodes - Asana - ClickUp - Clockify - Google Contacts - Salesforce - Segment - Telegram - Telegram Trigger ## n8n@0.80.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.79.0...n8n@0.80.0) for this version.
**Release date:** 2020-09-02 - New nodes - Customer.io - MQTT Trigger - S3 - Enhanced nodes - Acuity Scheduling - AWS S3 - ClickUp - FTP - Telegram Trigger - Zendesk ## n8n@0.79.3 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.79.2...n8n@0.79.3) for this version.
**Release date:** 2020-08-30 - The bug that caused the workflows to not get activated correctly has been fixed ## n8n@0.79.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.79.1...n8n@0.79.2) for this version.
**Release date:** 2020-08-28 - Added missing rawBody for "application/x-www-form-urlencoded" ## n8n@0.79.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.79.0...n8n@0.79.1) for this version.
**Release date:** 2020-08-28 - Enhanced nodes - Contentful - HTTP Request - Postgres - Webhook - Removed Test-Webhook also in case checkExists fails - HTTP Request node does not overwrite accept header if it's already set - Add rawBody to every request so that n8n does not give an error if body is missing ## n8n@0.79.0 πŸ›  For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.79.2...n8n@0.79.3) for this version.
**Release date:** 2020-08-27 - New nodes - Contentful - Convertkit - Convertkit Trigger - Paddle - Enhanced nodes - Airtable - Coda - Gmail - HubSpot - IMAP Email - Postgres - Salesforce - SIGNL4 - Todoist - Trello - YouTube - The Todoist node has [breaking changes](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#0790) - Added dynamic titles on workflow execution - Nodes will now display a link to associated credential documentation ## n8n@0.78.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.76.0...n8n@0.78.0) for this version.
**Release date:** 2020-08-18 - New nodes - Gmail - Google Contacts - Unleashed Software - YouTube - Enhanced nodes - AMQP - AMQP Trigger - Bitly - Function Item - Google Sheets - Shopify - Todoist - Enhanced support for [JWT based authentication](security.md#jwt) - Added an option to execute a node once, using data of only the first item ## n8n@0.76.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.75.0...n8n@0.76.0) for this version.
**Release date:** 2020-08-05 - New nodes - Customer.io Trigger - FTP - Medium - Philips Hue - TravisCI - Twake - Enhanced nodes - CrateDB - Move Binary Data - Nodes will now display a link to associated documentation ## n8n@0.75.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.74.0...n8n@0.75.0) for this version.
**Release date:** 2020-07-26 - New nodes - Box - Box Trigger - CrateDB - Jira Trigger - Enhanced nodes - GitLab - NextCloud - Pipedrive - QuestDB - Webhooks now support OPTIONS request ## n8n@0.74.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.73.1...n8n@0.74.0) for this version.
**Release date:** 2020-07-15 - New nodes - Hacker News - QuestDB - Xero - Enhanced nodes - Affinity Trigger - HTTP Request - Mailchimp - MongoDB - Pipedrive - Postgres - Uplead - Webhook - Webhook URLs are now handled independently of the workflow ID by `https://{hostname}/webhook/{path}` instead of the older `https://{hostname}/webhook/{workflow_id}/{node_name}/{path}`. ## n8n@0.73.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.73.0...n8n@0.73.1) for this version.
**Release date:** 2020-07-08 - Enhanced nodes - Microsoft SQL ## n8n@0.73.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.72.0...n8n@0.73.0) for this version.
**Release date:** 2020-07-08 - New nodes - CircleCI - Microsoft SQL - Zoom - Enhanced nodes - Postmark Trigger - Salesforce - It is now possible to set default values for credentials that get prefilled, and the user cannot change. ## n8n@0.72.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.71.0...n8n@0.72.0) for this version.
**Release date:** 2020-07-02 - Enhanced nodes - Drift - Eventbrite Trigger - Facebook Graph API - Pipedrive - Fixed credential issue for the Execute Workflow node ## n8n@0.71.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.70.0...n8n@0.71.0) for this version.
**Release date:** 2020-06-25 - New nodes - Google Tasks - SIGNL4 - Spotify - Enhanced nodes - Hubspot - Mailchimp - Typeform - Webflow - Zendesk - Added Postgres SSL support - It is now possible to deploy n8n under a subfolder ## n8n@0.70.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.69.1...n8n@0.70.0) for this version.
**Release date:** 2020-06-13 - Enhanced nodes - GitHub - Mautic Trigger - Monday.com - MongoDB - Fixed the issue with multiuser-setup