From 5f1cd9de20fcec8a15fc91cdaac63fa068bc7831 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 10 Apr 2024 15:03:13 +0100 Subject: [PATCH 1/3] release note and jwt node --- .../builtin/core-nodes/n8n-nodes-base.jwt.md | 18 +++++++++++++ docs/release-notes.md | 25 +++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 44 insertions(+) create mode 100644 docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md new file mode 100644 index 000000000..1075a5fef --- /dev/null +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md @@ -0,0 +1,18 @@ +--- +title: JWT +description: Documentation for the JWT node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples. +--- + +# JWT + +Work with JSON web tokens in your n8n workflows. + +/// note | Examples and templates +For usage examples and templates to help you get started, refer to n8n's [_Name_ integrations](https://n8n.io/integrations/jwt/){:target=_blank .external-link} page. +/// + +## Operations + +* Decode +* Sign +* Verify diff --git a/docs/release-notes.md b/docs/release-notes.md index c48ec1b6a..e616894ff 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -28,6 +28,31 @@ 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.37.0 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.37.0){:target=_blank .external-link} for this version.
+**Release date:** 2024-04-10 + +/// warning | Breaking change +Please note that this version contains a breaking change for self-hosted n8n. It removes the `--file` flag for the `execute` CLI command. If you have scripts relying on the `--file` flag, update them to first import the workflow and then execute it using the `--id` flag. Refer to [CLI commands](/hosting/cli-commands/) for more information on CLI options. +/// + +This release contains a new node, improvements to error handling and messaging, node enhancements, and bug fixes. + +
+ +#### New node: JWT + +This release adds the [JWT core node](/integrations/builtin/core-nodes/n8n-nodes-base.jwt/). + +
+ +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. + +### Contributors + +[Miguel Prytoluk](https://github.com/mprytoluk){:target=_blank .external-link} + ## n8n@1.36.1 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@1.36.1){:target=_blank .external-link} for this version.
diff --git a/mkdocs.yml b/mkdocs.yml index 978e2af5f..dd5e81efe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -349,6 +349,7 @@ nav: - integrations/builtin/core-nodes/n8n-nodes-base.httprequest.md - integrations/builtin/core-nodes/n8n-nodes-base.if.md - integrations/builtin/core-nodes/n8n-nodes-base.interval.md + - integrations/builtin/core-nodes/n8n-nodes-base.jwt.md - integrations/builtin/core-nodes/n8n-nodes-base.ldap.md - integrations/builtin/core-nodes/n8n-nodes-base.limit.md - integrations/builtin/core-nodes/n8n-nodes-base.localfiletrigger.md From 6f7195c78f1a1c7c34a1e23cc55654925aa25217 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 10 Apr 2024 15:04:39 +0100 Subject: [PATCH 2/3] fix link name --- docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md index 1075a5fef..b56ccd549 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md @@ -8,7 +8,7 @@ description: Documentation for the JWT node in n8n, a workflow automation platfo Work with JSON web tokens in your n8n workflows. /// note | Examples and templates -For usage examples and templates to help you get started, refer to n8n's [_Name_ integrations](https://n8n.io/integrations/jwt/){:target=_blank .external-link} page. +For usage examples and templates to help you get started, refer to n8n's [JWT integrations](https://n8n.io/integrations/jwt/){:target=_blank .external-link} page. /// ## Operations From ba817c7f395349ebeaad5967b2368840ca3827b4 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 10 Apr 2024 15:05:52 +0100 Subject: [PATCH 3/3] add content type to templates --- docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md | 1 + document-templates/app-nodes.md | 1 + document-templates/cluster-nodes.md | 1 + document-templates/core-nodes.md | 1 + document-templates/trigger-nodes.md | 1 + 5 files changed, 5 insertions(+) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md index b56ccd549..4c2b13ebe 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.jwt.md @@ -1,6 +1,7 @@ --- title: JWT description: Documentation for the JWT node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples. +contentType: integration --- # JWT diff --git a/document-templates/app-nodes.md b/document-templates/app-nodes.md index 7905520d6..d01385e01 100644 --- a/document-templates/app-nodes.md +++ b/document-templates/app-nodes.md @@ -19,6 +19,7 @@ Set the meta title and meta description in the frontmatter --- title: _Name_ description: Documentation for the _Name_ node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. +contentType: integration ---