-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.11.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.2) (2023-10-23) ### Bug Fixes * **core:** Handle gzip and deflate compressed request payloads ([#7461](#7461)) ([f43ff71](f43ff71)) * **core:** Prevent false stalled jobs in queue mode from displaying as errored ([#7435](#7435)) ([465a952](465a952)) * **core:** Reduce logging overhead for levels that do not output ([#7479](#7479)) ([010aa57](010aa57)) * **editor:** Allow importing the same workflow multiple times ([#7458](#7458)) ([33e3df8](33e3df8)), closes [#7457](#7457) * **editor:** Fix canvas selection breaking after interacting with node actions ([#7466](#7466)) ([90ce8de](90ce8de)) * **editor:** Fix connections disappearing after reactivating canvas and renaming a node ([#7483](#7483)) ([b0bd0d8](b0bd0d8)) * **editor:** Open only one tab with plans page ([#7377](#7377)) ([d14e9cb](d14e9cb)) * **Ldap Node:** Fix issue with connections not closing correctly ([#7432](#7432)) ([60ca02e](60ca02e)) * **MySQL Node:** Resolve expressions in v1 ([#7464](#7464)) ([2b18909](2b18909)) * **TheHive 5 Node:** Observable encoding in alert > create fix ([#7450](#7450)) ([b9547ad](b9547ad)) Co-authored-by: netroy <[email protected]>
- Loading branch information
1 parent
b0bd0d8
commit a16bc1d
Showing
8 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
## [1.11.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.2) (2023-10-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **core:** Handle gzip and deflate compressed request payloads ([#7461](https://github.com/n8n-io/n8n/issues/7461)) ([f43ff71](https://github.com/n8n-io/n8n/commit/f43ff710877e23ad5b07128d37e1628aff3908ea)) | ||
* **core:** Prevent false stalled jobs in queue mode from displaying as errored ([#7435](https://github.com/n8n-io/n8n/issues/7435)) ([465a952](https://github.com/n8n-io/n8n/commit/465a95275d478b089763f5cb7ed140bff5dbcc96)) | ||
* **core:** Reduce logging overhead for levels that do not output ([#7479](https://github.com/n8n-io/n8n/issues/7479)) ([010aa57](https://github.com/n8n-io/n8n/commit/010aa578c0e50ec13ed4f23801cf4ceb191cc4eb)) | ||
* **editor:** Allow importing the same workflow multiple times ([#7458](https://github.com/n8n-io/n8n/issues/7458)) ([33e3df8](https://github.com/n8n-io/n8n/commit/33e3df852da11fa2f23a056edc7156664f2c464e)), closes [#7457](https://github.com/n8n-io/n8n/issues/7457) | ||
* **editor:** Fix canvas selection breaking after interacting with node actions ([#7466](https://github.com/n8n-io/n8n/issues/7466)) ([90ce8de](https://github.com/n8n-io/n8n/commit/90ce8de30341c6ad1373f77d9fadf048a2ee83ad)) | ||
* **editor:** Fix connections disappearing after reactivating canvas and renaming a node ([#7483](https://github.com/n8n-io/n8n/issues/7483)) ([b0bd0d8](https://github.com/n8n-io/n8n/commit/b0bd0d8db3a3ab7703f0d33fc0b477e4711c297d)) | ||
* **editor:** Open only one tab with plans page ([#7377](https://github.com/n8n-io/n8n/issues/7377)) ([d14e9cb](https://github.com/n8n-io/n8n/commit/d14e9cb10189b91536b9a630f5e95b9e3afd0334)), closes [#6317](https://github.com/n8n-io/n8n/issues/6317) [/github.com/n8n-io/n8n/pull/6317/files#diff-0bf26afac8a06e03b3d39d0668f22408859355b585a9ab420800c125e33f0691R109](https://github.com//github.com/n8n-io/n8n/pull/6317/files/issues/diff-0bf26afac8a06e03b3d39d0668f22408859355b585a9ab420800c125e33f0691R109) [#7316](https://github.com/n8n-io/n8n/issues/7316) [/github.com/n8n-io/n8n/blob/3e7a4d3b2cc12fcb1b011fccd0773bb807986884/packages/editor-ui/src/composables/useExecutionDebugging.ts#L128](https://github.com//github.com/n8n-io/n8n/blob/3e7a4d3b2cc12fcb1b011fccd0773bb807986884/packages/editor-ui/src/composables/useExecutionDebugging.ts/issues/L128) | ||
* **Ldap Node:** Fix issue with connections not closing correctly ([#7432](https://github.com/n8n-io/n8n/issues/7432)) ([60ca02e](https://github.com/n8n-io/n8n/commit/60ca02eaeb4d13f52ad5be2a85be7502d070a671)) | ||
* **MySQL Node:** Resolve expressions in v1 ([#7464](https://github.com/n8n-io/n8n/issues/7464)) ([2b18909](https://github.com/n8n-io/n8n/commit/2b189094a2ff44486b73d8182f2c4a73f2b28244)) | ||
* **TheHive 5 Node:** Observable encoding in alert > create fix ([#7450](https://github.com/n8n-io/n8n/issues/7450)) ([b9547ad](https://github.com/n8n-io/n8n/commit/b9547ad7ad0361347df731f95c77d4e21f27d947)) | ||
|
||
|
||
|
||
## [1.11.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.1) (2023-10-13) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters