back to 1.27.0

This commit is contained in:
Deborah Barnard 2024-02-12 16:59:33 +00:00
parent 3650515950
commit df4e15e4c5
2 changed files with 5 additions and 9 deletions

View File

@ -11,7 +11,7 @@ n8n doesn't support queue mode with binary data storage. If your workflows need
///
/// note | Own mode removed
n8n removed `own` in version 1.30.0.
n8n removed `own` mode in version 1.27.0.
///
## How it works

View File

@ -28,14 +28,6 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
* MINOR version when adding functionality in a backward-compatible manner.
* PATCH version when making backward-compatible bug fixes.
## 1.30.0
[TODO]
/// warning | Breaking change
This release removes `own` mode for self-hosted n8n. You must now use `EXECUTIONS_MODE` and set to either `regular` or `queue`. Refer to [Queue mode](/hosting/scaling/queue-mode/) for information on configuring queue mode.
///
## n8n@1.28.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.27.2...n8n@1.28.0){:target=_blank .external-link} for this version.<br />
@ -91,6 +83,10 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.26.0...n8n@1.27.0){:target=_blank .external-link} for this version.<br />
**Release date:** 2024-01-31
/// warning | Breaking change
This release removes `own` mode for self-hosted n8n. You must now use `EXECUTIONS_MODE` and set to either `regular` or `queue`. Refer to [Queue mode](/hosting/scaling/queue-mode/) for information on configuring queue mode.
///
/// note | Skip this release
Please upgrade directly to 1.27.1.
///