Skip to content

Commit 7afd1bb

Browse files
🚀 Release 0.234.1 (#6599)
Co-authored-by: netroy <netroy@users.noreply.github.com>
1 parent edce39a commit 7afd1bb

8 files changed

Lines changed: 31 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.234.1](https://github.com/n8n-io/n8n/compare/n8n@0.234.0...n8n@0.234.1) (2023-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** All migrations should run in a transaction ([#6519](https://github.com/n8n-io/n8n/issues/6519)) ([e3fcf17](https://github.com/n8n-io/n8n/commit/e3fcf17d0d291756961fcf55a6e24c60ea8dc461))
7+
* **core:** Fix credentials test ([#6569](https://github.com/n8n-io/n8n/issues/6569)) ([d6b6669](https://github.com/n8n-io/n8n/commit/d6b66695ffb3fdebdc16ce738590907110c1e443))
8+
* **core:** Fix migrations for MySQL/MariaDB ([#6591](https://github.com/n8n-io/n8n/issues/6591)) ([464f0f7](https://github.com/n8n-io/n8n/commit/464f0f7e3a0f5c795f316b684700fa0519edbea1))
9+
* **core:** Improve the performance of last 2 sqlite migrations ([#6522](https://github.com/n8n-io/n8n/issues/6522)) ([d2b8207](https://github.com/n8n-io/n8n/commit/d2b8207e61f2c8b72085a74ba7d29890a7486698))
10+
* **core:** Remove typeorm patches, but still enforce transactions on every migration ([#6594](https://github.com/n8n-io/n8n/issues/6594)) ([7bb85e0](https://github.com/n8n-io/n8n/commit/7bb85e07f9f85da3a44c8704b52776dc5863a78f)), closes [#6519](https://github.com/n8n-io/n8n/issues/6519)
11+
* **Edit Image Node:** Fix transparent operation ([#6513](https://github.com/n8n-io/n8n/issues/6513)) ([de2281d](https://github.com/n8n-io/n8n/commit/de2281de82220c80286fc1ee70eb4c45fde87525))
12+
* **editor:** Show retry information in execution list only when it exists ([#6587](https://github.com/n8n-io/n8n/issues/6587)) ([0b8c046](https://github.com/n8n-io/n8n/commit/0b8c046a5b23d9f4afeb8bd001d77f914c0ffda4))
13+
* Fix migrations for postgres and mysql ([edce39a](https://github.com/n8n-io/n8n/commit/edce39a26d9f3b3453a29592a065cd11472c8553))
14+
* **Google Drive Node:** URL parsing ([#6527](https://github.com/n8n-io/n8n/issues/6527)) ([5b01f0e](https://github.com/n8n-io/n8n/commit/5b01f0e320c808512f727d56134388b74420aeba))
15+
* **Google Sheets Node:** Incorrect read of 0 and false ([#6525](https://github.com/n8n-io/n8n/issues/6525)) ([d9cbae4](https://github.com/n8n-io/n8n/commit/d9cbae4eba7775468eccda6044072cb4c23599a3))
16+
* **Merge Node:** Enrich input 2 fix ([#6526](https://github.com/n8n-io/n8n/issues/6526)) ([666e0f0](https://github.com/n8n-io/n8n/commit/666e0f07f8da16355d1a70464132227c61ff3e80))
17+
* **Notion Node:** Version fix ([#6531](https://github.com/n8n-io/n8n/issues/6531)) ([442897a](https://github.com/n8n-io/n8n/commit/442897a317d19ae77c0b953dc82baa413769b025))
18+
* **Salesforce Node:** Fix typo for adding a contact to a campaign ([#6598](https://github.com/n8n-io/n8n/issues/6598)) ([f6a9497](https://github.com/n8n-io/n8n/commit/f6a9497d89efcb7ea0ef0ef2b32de0e0b201ecb3))
19+
* **Sendy Node:** Fix issue with brand id not being sent ([#6530](https://github.com/n8n-io/n8n/issues/6530)) ([046265e](https://github.com/n8n-io/n8n/commit/046265e984d781d158083ad25afedb358dc64242))
20+
* **Strapi Node:** Fix issue with pagination ([#4991](https://github.com/n8n-io/n8n/issues/4991)) ([e5edbb6](https://github.com/n8n-io/n8n/commit/e5edbb6e4abd4decc19e10643fd526361744dbb9))
21+
* **XML Node:** Fix issue with not returning valid data ([#6565](https://github.com/n8n-io/n8n/issues/6565)) ([c206b3d](https://github.com/n8n-io/n8n/commit/c206b3d57a317b9fc3a4df71f9d3acca757ff077))
22+
23+
24+
125
# [0.234.0](https://github.com/n8n-io/n8n/compare/n8n@0.233.0...n8n@0.234.0) (2023-06-22)
226

327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "0.234.0",
3+
"version": "0.234.1",
44
"private": true,
55
"homepage": "https://n8n.io",
66
"engines": {

packages/cli/package.json

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

packages/core/package.json

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

packages/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "0.200.0",
3+
"version": "0.200.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "0.112.0",
3+
"version": "0.112.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

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

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-workflow",
3-
"version": "0.154.0",
3+
"version": "0.154.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)