-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.11.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.1) (2023-10-13) ### Bug Fixes * **core:** Do not throw when deleting workflows with executions without binary-data ([#7411](#7411)) ([cde331d](cde331d)) * **core:** Fix ignoring crashed executions without event msgs ([#7368](#7368)) ([ca0d4d2](ca0d4d2)) * **editor:** Fix remote options fetching on every keystroke ([#7320](#7320)) ([15f891b](15f891b)) * Prevent undefined issues when restoring binary data ([#7419](#7419)) ([5da8dcb](5da8dcb)) Co-authored-by: krynble <[email protected]>
- Loading branch information
1 parent
c079fd6
commit 856ce3c
Showing
6 changed files
with
17 additions
and
5 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,15 @@ | ||
## [1.11.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.1) (2023-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **core:** Do not throw when deleting workflows with executions without binary-data ([#7411](https://github.com/n8n-io/n8n/issues/7411)) ([cde331d](https://github.com/n8n-io/n8n/commit/cde331d2cd6d2a6b31f7a384bd72f285cc6e53f4)) | ||
* **core:** Fix ignoring crashed executions without event msgs ([#7368](https://github.com/n8n-io/n8n/issues/7368)) ([ca0d4d2](https://github.com/n8n-io/n8n/commit/ca0d4d22890a7f28d3485924423ff1065d0cda11)) | ||
* **editor:** Fix remote options fetching on every keystroke ([#7320](https://github.com/n8n-io/n8n/issues/7320)) ([15f891b](https://github.com/n8n-io/n8n/commit/15f891b35f6d7d22ef54aa88acbfb02889bf6da8)) | ||
* Prevent undefined issues when restoring binary data ([#7419](https://github.com/n8n-io/n8n/issues/7419)) ([5da8dcb](https://github.com/n8n-io/n8n/commit/5da8dcb8b4eb09e786b919d8eb1a6f30a0aae6e0)) | ||
|
||
|
||
|
||
# [1.11.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.11.0) (2023-10-11) | ||
|
||
|
||
|
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