From 8c74567202ce4087add4bb57fc73bf5670fc3f6a Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 5 Dec 2023 12:21:33 +0000 Subject: [PATCH 01/12] add release note --- docs/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index e3284a52b..a838b9ecd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -28,6 +28,16 @@ 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. + +## n8n@1.18.2 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.1...n8n@1.18.2){:target=_blank .external-link} for this version.
+**Release date:** 2023-12-05 + +This is a bug fix release. + +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. + ## n8n@1.19.4 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.0...n8n@1.19.4){:target=_blank .external-link} for this version.
From 4e44a87e117ad321b31ceb914c0679aa8193c09f Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 5 Dec 2023 12:35:36 +0000 Subject: [PATCH 02/12] Update latest and next version numbers in release notes --- docs/release-notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index a838b9ecd..c2b3eda6c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -34,6 +34,10 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.18.1...n8n@1.18.2){:target=_blank .external-link} for this version.
**Release date:** 2023-12-05 +/// note | Next version +This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. +/// + This is a bug fix release. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -43,9 +47,7 @@ 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.19.0...n8n@1.19.4){:target=_blank .external-link} for this version.
**Release date:** 2023-12-01 -/// note | Next version -This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// + /// warning | Missing ARM v7 support This version doesn't support ARM v7. We're working on fixing this in future releases. @@ -100,6 +102,8 @@ This is the `latest` version. n8n recommends using the `latest` version. The `ne + + This release contains new features and bug fixes.
From e13b83497591c0589778f8b00309bec2c707e413 Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 5 Dec 2023 12:35:37 +0000 Subject: [PATCH 03/12] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index 1b7df90c6..d2ea3ef39 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -2,5 +2,5 @@ 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`: 1.18.0 -Current `next`: 1.19.4 +Current `next`: 1.18.2 /// From 7ff6cbb6412522803874e790cb3f82771d895f70 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 5 Dec 2023 14:50:13 +0000 Subject: [PATCH 04/12] add release note and remove tensorflow embeddings --- ...8n-nodes-langchain.embeddingstensorflow.md | 24 ------------------- docs/langchain/langchain-n8n.md | 1 - docs/release-notes.md | 12 ++++++++++ mkdocs.yml | 1 - 4 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow.md diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow.md deleted file mode 100644 index e2b8c28f4..000000000 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Embeddings TensorFlow -description: Documentation for the Embeddings TensorFlow node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. ---- - -# Embeddings TensorFlow - -Use the Embeddings TensorFlow node to generate embeddings for a given text. - -On this page, you'll find the node parameters for the Embeddings TensorFlow node, and links to more resources. - -/// note | Examples and templates -For usage examples and templates to help you get started, refer to n8n's [LangChain integrations](https://n8n.io/integrations/embeddings-tensorflow/){:target=_blank .external-link} page. -/// - ---8<-- "_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md" - -## Related resources - -View [example workflows and related content](https://n8n.io/integrations/embeddings-tensorflow/){:target=_blank .external-link} on n8n's website. - -Refer to [LangChains's TensorFlow embeddings documentation](https://js.langchain.com/docs/modules/data_connection/text_embedding/integrations/tensorflow){:target=_blank .external-link} for more information about the service. - ---8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" diff --git a/docs/langchain/langchain-n8n.md b/docs/langchain/langchain-n8n.md index 2f2fa0e8e..9b566d46d 100644 --- a/docs/langchain/langchain-n8n.md +++ b/docs/langchain/langchain-n8n.md @@ -169,7 +169,6 @@ Available nodes: * [Embeddings Google PaLM](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/) * [Embeddings Hugging Face Inference](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingshuggingfaceinference/) * [Embeddings OpenAI](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai/) -* [Embeddings TensorFlow](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow/) Learn more about [Text embeddings in LangChain](https://js.langchain.com/docs/modules/data_connection/text_embedding/){:target=_blank .external-link}. diff --git a/docs/release-notes.md b/docs/release-notes.md index a838b9ecd..9bc6423b7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -28,6 +28,18 @@ 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. +## n8n@1.19.5 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5){:target=_blank .external-link} for this version.
+**Release date:** 2023-12-05 + +This is a bug fix release. + +/// warning | Breaking change +This release removes the TensorFlow Embeddings node. +/// + +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. ## n8n@1.18.2 diff --git a/mkdocs.yml b/mkdocs.yml index 605c0278e..f16e474ab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -663,7 +663,6 @@ nav: - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm.md - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingshuggingfaceinference.md - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md - - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingstensorflow.md - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic.md - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatawsbedrock.md - integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglepalm.md From 1291c25a9ad9374e607ca1b8e6a11b2df128f865 Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 5 Dec 2023 15:01:47 +0000 Subject: [PATCH 05/12] Update latest and next version numbers in release notes --- docs/release-notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 7ce4c3a04..f60586be3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -33,6 +33,10 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5){:target=_blank .external-link} for this version.
**Release date:** 2023-12-05 +/// note | Next version +This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. +/// + This is a bug fix release. /// warning | Breaking change @@ -46,9 +50,7 @@ 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.18.1...n8n@1.18.2){:target=_blank .external-link} for this version.
**Release date:** 2023-12-05 -/// note | Next version -This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// + This is a bug fix release. @@ -116,6 +118,8 @@ This is the `latest` version. n8n recommends using the `latest` version. The `ne + + This release contains new features and bug fixes.
From 00df9924129bdb83f68be6a60544ebe279f22bac Mon Sep 17 00:00:00 2001 From: Deborah Date: Tue, 5 Dec 2023 15:01:48 +0000 Subject: [PATCH 06/12] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index d2ea3ef39..922eee0af 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -2,5 +2,5 @@ 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`: 1.18.0 -Current `next`: 1.18.2 +Current `next`: 1.19.5 /// From 1850754a82e5aab5f3d94b7366ce03c401e1a96a Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Dec 2023 09:47:41 +0000 Subject: [PATCH 07/12] Update latest and next version numbers in release notes --- docs/release-notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index f60586be3..efeb557cb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -37,6 +37,8 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5 This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. /// + + This is a bug fix release. /// warning | Breaking change @@ -50,6 +52,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.18.1...n8n@1.18.2){:target=_blank .external-link} for this version.
**Release date:** 2023-12-05 +/// note | Latest version +This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. +/// + This is a bug fix release. @@ -110,9 +116,7 @@ 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.17.1...n8n@1.18.0){:target=_blank .external-link} for this version.
**Release date:** 2023-11-22 -/// note | Latest version -This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// + From 13a18f8b93065ed12ff50eb6c54328aab147ec36 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Dec 2023 09:47:42 +0000 Subject: [PATCH 08/12] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index 922eee0af..5e385af6a 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -1,6 +1,6 @@ /// 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`: 1.18.0 +Current `latest`: 1.18.2 Current `next`: 1.19.5 /// From 4e210a7a4872f05d21b390d99206dbbdcf2d9f03 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 6 Dec 2023 11:39:40 +0000 Subject: [PATCH 09/12] add release note --- docs/release-notes.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index efeb557cb..17e7c10d7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -28,6 +28,19 @@ 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. +## n8n@1.20.0 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.5...n8n@1.20.0){:target=_blank .external-link} for this version.
+**Release date:** 2023-12-06 + +This release contains bug fixes, node enhancements, and ongoing new feature work. + +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. + +### Contributors + +[Andrey Starostin](https://github.com/mayorandrew){:target=_blank .external-link} + ## n8n@1.19.5 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5){:target=_blank .external-link} for this version.
@@ -37,8 +50,6 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5 This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. /// - - This is a bug fix release. /// warning | Breaking change From 6fdfddef15458bdded0ec1757f087ac83a795b07 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Dec 2023 13:17:00 +0000 Subject: [PATCH 10/12] Update latest and next version numbers in release notes --- docs/release-notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 17e7c10d7..26e38ce87 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -33,6 +33,10 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.19.5...n8n@1.20.0){:target=_blank .external-link} for this version.
**Release date:** 2023-12-06 +/// note | Next version +This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. +/// + This release contains bug fixes, node enhancements, and ongoing new feature work. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -46,9 +50,7 @@ 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.19.4...n8n@1.19.5){:target=_blank .external-link} for this version.
**Release date:** 2023-12-05 -/// note | Next version -This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// + This is a bug fix release. @@ -69,6 +71,8 @@ This is the `latest` version. n8n recommends using the `latest` version. The `ne + + This is a bug fix release. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. From 9793d4b639a91bc609bdc08ef49e10a6b42e4a23 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Dec 2023 13:17:01 +0000 Subject: [PATCH 11/12] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index 5e385af6a..b3823dd67 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -2,5 +2,5 @@ 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`: 1.18.2 -Current `next`: 1.19.5 +Current `next`: 1.20.0 /// From b5b5b05ba25aa1b15b25cf04f439a7125c719742 Mon Sep 17 00:00:00 2001 From: Tom <19203795+that-one-tom@users.noreply.github.com> Date: Sat, 9 Dec 2023 15:58:47 +0100 Subject: [PATCH 12/12] Update declarative-style-node.md (#1774) --- .../integrations/creating-nodes/build/declarative-style-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/creating-nodes/build/declarative-style-node.md b/docs/integrations/creating-nodes/build/declarative-style-node.md index 509d84b7d..bd4abd0d7 100644 --- a/docs/integrations/creating-nodes/build/declarative-style-node.md +++ b/docs/integrations/creating-nodes/build/declarative-style-node.md @@ -75,7 +75,7 @@ Every node must have a base file. Refer to [Node base file](/integrations/creati In this example, the file is `NasaPics.node.ts`. To keep this tutorial short, you'll place all the node functionality in this one file. When building more complex nodes, you should consider splitting out your functionality into modules. Refer to [Node file structure](/integrations/creating-nodes/build/reference/node-file-structure/) for more information. -#### Step 5.1: Imports +#### Step 3.1: Imports Start by adding the import statements: