From df4e15e4c55b259b458e04beb0cbda57fdf759d6 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 12 Feb 2024 16:59:33 +0000 Subject: [PATCH] back to 1.27.0 --- docs/hosting/scaling/queue-mode.md | 2 +- docs/release-notes.md | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/hosting/scaling/queue-mode.md b/docs/hosting/scaling/queue-mode.md index f6836d177..51bf3d1fa 100644 --- a/docs/hosting/scaling/queue-mode.md +++ b/docs/hosting/scaling/queue-mode.md @@ -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 diff --git a/docs/release-notes.md b/docs/release-notes.md index c64807c2f..839ac4726 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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.
@@ -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.
**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. ///