From 30f14db1ba9c8d1077c5f31ad754e6d39f5fd91e Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 6 Apr 2023 15:16:02 +0100 Subject: [PATCH 1/3] remove duplicate bug fixes --- docs/release-notes.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8604561ef..e0639291b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -48,24 +48,17 @@ This release contains new features and bug fixes. ### Bug fixes * Add droppable state for booleans when mapping. -* AWS SNS Node: Fix an issue with messages failing to send if they contain certain characters. * Compare Datasets Node: Fuzzy compare not comparing keys missing in one of the inputs. * Compare Datasets Node: Fix support for dot notation in skip fields. -* Core: `augmentObject` should clone Buffer/Uint8Array instead of wrapping them in a proxy. -* Core: `augmentObject` should use existing property descriptors whenever possible. * Core: Deactivate active workflows during import. * Core: Stop marking duplicates as circular references in `jsonStringify`. * Core: Stop using `util.types.isProxy` for tracking of augmented objects. * Core: Fix curl import error when no data. -* Core: Fix the issue of nodes not loading when run using npx. * Core: Handle Date and RegExp correctly in `jsonStringify`. * Core: Handle Date and RegExp objects in `augmentObject`. -* Core: Improve Axios error handling in nodes. -* Core: Password reset should pass in the correct values to external hooks. * Core: Prevent `augmentObject` from creating infinitely deep proxies. * Core: Service account private key as a password field. * Core: Update lock file. -* Core: Use table-prefixes in queries in import commands. * Core: Waiting workflows not stopping. * Date & Time Node: Add info box at top of date and time explaining expressions. * Date & Time Node: Convert Luxon DateTime object to ISO. @@ -74,25 +67,18 @@ This release contains new features and bug fixes. * Editor: Disable Grammarly in expression editors. * Editor: Disable password reset on desktop with no user management. * Editor: Fix connection lost hover text not showing. -* Editor: Fix focused state in Code node editor. * Editor: Fix issue preventing execution preview loading when in an Iframe. -* Editor: Fix loading executions in long execution list. * Editor: Fix mapping with special characters. * Editor: Prevent error from showing-up when duplicating unsaved workflow. * Editor: Prevent NDV schema view pagination. -* Editor: Show correct status on canceled executions. * Editor: Support backspacing with modifier key. -* Gmail Node: Gmail Luxon object support, fix for timestamp. * Google Sheets Node: Fix insertOrUpdate cell update with object. * HTML Extract Node: Support for dot notation in JSON property. -* HTTP Request Node: Detect mime-type from streaming responses. * HTTP Request Node: Fix AWS credentials to stop removing URL parameters for STS. * HTTP Request Node: Refresh token properly on never fail option. * HTTP Request Node: Support for dot notation in JSON body. -* HubSpot Trigger Node: Developer API key is required for webhooks. * LinkedIn Node: Update the version of the API. * Redis Node: Fix issue with hash set not working as expected. -* Set Node: Convert string to number. --8<-- "_snippets/update-n8n.md" From fe0e980135ee13964d3a4ec6ad7356746d2c8d47 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 6 Apr 2023 15:21:46 +0100 Subject: [PATCH 2/3] add version numbers to latest-next snippet --- _snippets/self-hosting/installation/latest-next-version.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index 674e7a17b..e645c460d 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -1,2 +1,5 @@ !!! note "Latest and Next versions" n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. + + Current `latest`: 0.222.1 + Current `next`: 0.223.0 From b596a5b2e74f420fefb926472a7aaacc6e5e1f88 Mon Sep 17 00:00:00 2001 From: Luca Guzzon Date: Fri, 7 Apr 2023 10:59:28 +0200 Subject: [PATCH 3/3] Update n8n-nodes-base.if.md No title for "If" --- docs/integrations/builtin/core-nodes/n8n-nodes-base.if.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.if.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.if.md index 854f5dc28..8f6a83771 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.if.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.if.md @@ -1,5 +1,5 @@ --- -title: +title: If description: Documentation for the node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples. tags: - if