Merge pull request #2022 from n8n-io/1.137.0-release-note

release note and jwt node
This commit is contained in:
Deborah 2024-04-10 15:09:35 +01:00 committed by GitHub
commit b3bea2c19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
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
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 [JWT integrations](https://n8n.io/integrations/jwt/){:target=_blank .external-link} page.
///
## Operations
* Decode
* Sign
* Verify

View File

@ -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.<br />
**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.
<div class="n8n-new-features" markdown>
#### New node: JWT
This release adds the [JWT core node](/integrations/builtin/core-nodes/n8n-nodes-base.jwt/).
</div>
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.<br />

View File

@ -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
---
<!--

View File

@ -1,6 +1,7 @@
---
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
---
# _Name_

View File

@ -15,6 +15,7 @@ You can find more info on working with the docs project in the README: https://g
---
title: _Name_
description: Documentation for the _Name_ node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples.
contentType: integration
---
<!--

View File

@ -19,6 +19,7 @@ Set the meta title and meta description in the frontmatter
---
title: _Name_ trigger
description: Documentation for the _Name_ trigger node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
contentType: integration
---
<!--

View File

@ -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