Skip to content

Commit 2e79f64

Browse files
🚀 Release 1.12.1 (#7493)
## [1.12.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.12.1) (2023-10-23) ### Bug Fixes * **core:** Do not return `inviteAcceptUrl` in response if email was sent ([#7465](#7465)) ([4a1f4da](4a1f4da)) * **core:** Handle gzip and deflate compressed request payloads ([#7461](#7461)) ([75981fb](75981fb)) * **core:** Reduce logging overhead for levels that do not output ([#7479](#7479)) ([4a1641d](4a1641d)) * **Customer.io Node:** Fix api endpoint when using EU region ([#7485](#7485)) ([ea1b503](ea1b503)), closes [#7484](#7484) * **editor:** Allow importing the same workflow multiple times ([#7458](#7458)) ([15e1737](15e1737)), closes [#7457](#7457) * **editor:** Fix canvas selection breaking after interacting with node actions ([#7466](#7466)) ([d84c367](d84c367)) * **editor:** Fix connections disappearing after reactivating canvas and renaming a node ([#7483](#7483)) ([368e3ee](368e3ee)) * **Google Sheets Node:** Append or update runs forever when without column headers ([#7463](#7463)) ([0d52490](0d52490)) * **MySQL Node:** Resolve expressions in v1 ([#7464](#7464)) ([70a10a9](70a10a9)) Co-authored-by: netroy <[email protected]>
1 parent ea1b503 commit 2e79f64

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.12.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.12.1) (2023-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Do not return `inviteAcceptUrl` in response if email was sent ([#7465](https://github.com/n8n-io/n8n/issues/7465)) ([4a1f4da](https://github.com/n8n-io/n8n/commit/4a1f4da1dcd04ba1500bd5b7ff0099a05aaa039d))
7+
* **core:** Handle gzip and deflate compressed request payloads ([#7461](https://github.com/n8n-io/n8n/issues/7461)) ([75981fb](https://github.com/n8n-io/n8n/commit/75981fb0fa84f4898cfe34e2eaa30fe8e3f45eac))
8+
* **core:** Reduce logging overhead for levels that do not output ([#7479](https://github.com/n8n-io/n8n/issues/7479)) ([4a1641d](https://github.com/n8n-io/n8n/commit/4a1641d08795539e48c48f1741b54944ac51e889))
9+
* **Customer.io Node:** Fix api endpoint when using EU region ([#7485](https://github.com/n8n-io/n8n/issues/7485)) ([ea1b503](https://github.com/n8n-io/n8n/commit/ea1b503ce01fac557778f2680f23b9063e93c100)), closes [#7484](https://github.com/n8n-io/n8n/issues/7484)
10+
* **editor:** Allow importing the same workflow multiple times ([#7458](https://github.com/n8n-io/n8n/issues/7458)) ([15e1737](https://github.com/n8n-io/n8n/commit/15e1737604dfee59c247881e1ec92a5394b9fafa)), closes [#7457](https://github.com/n8n-io/n8n/issues/7457)
11+
* **editor:** Fix canvas selection breaking after interacting with node actions ([#7466](https://github.com/n8n-io/n8n/issues/7466)) ([d84c367](https://github.com/n8n-io/n8n/commit/d84c3678ec55a76a9c5210ef87559d1c1392beb2))
12+
* **editor:** Fix connections disappearing after reactivating canvas and renaming a node ([#7483](https://github.com/n8n-io/n8n/issues/7483)) ([368e3ee](https://github.com/n8n-io/n8n/commit/368e3eea82d36275ba2109ce528180764d894e33))
13+
* **Google Sheets Node:** Append or update runs forever when without column headers ([#7463](https://github.com/n8n-io/n8n/issues/7463)) ([0d52490](https://github.com/n8n-io/n8n/commit/0d524904cfe1f628db1778ac22592d9f4083791d))
14+
* **MySQL Node:** Resolve expressions in v1 ([#7464](https://github.com/n8n-io/n8n/issues/7464)) ([70a10a9](https://github.com/n8n-io/n8n/commit/70a10a9fc7e89a71b0f99895f96e8dea34337822))
15+
16+
17+
118
# [1.12.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.12.0) (2023-10-18)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"private": true,
55
"homepage": "https://n8n.io",
66
"engines": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "n8n Workflow Automation Tool",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-core",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Core functionality of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/editor-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Workflow Editor UI for n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/node-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "CLI to simplify n8n credentials/node development",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/nodes-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Base nodes of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/workflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-workflow",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Workflow base code of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

0 commit comments

Comments
 (0)