mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 17:38:40 +07:00
Merge pull request #1579 from n8n-io/1.5.0-release-note
1.5.0 release note
This commit is contained in:
@@ -28,6 +28,45 @@ 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.5.0
|
||||
|
||||
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.1...n8n@1.5.0){:target=_blank .external-link} for this version.<br />
|
||||
**Release date:** 2023-08-31
|
||||
|
||||
This release contains new features, node enhancements, and bug fixes.
|
||||
|
||||
### Highlights
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### External secrets storage for credentials
|
||||
|
||||
Enterprise-tier accounts can now use external secrets vaults to manage credentials in n8n. This allows you to store credential information securely outside your n8n instance. n8n supports Infisical and HashiCorp Vault.
|
||||
|
||||
Refer to [External secrets](/external-secrets/) for guidance on enabling and using this feature.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### Two-factor authentication
|
||||
|
||||
n8n now supports two-factor authentication (2FA) for self-hosted instances. We're working on bringing support to Cloud. Refer to [Two-factor authentication](/user-management/two-factor-auth/) for guidance on enabling and using it.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### Debug executions
|
||||
|
||||
Users on a paid n8n plan can now load data from previous executions into their current workflow. This is useful when debugging a failed execution.
|
||||
|
||||
Refer to [Debug executions](/workflows/executions/debug/) for guidance on using this feature.
|
||||
|
||||
</div>
|
||||
|
||||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
|
||||
|
||||
## n8n@1.4.1
|
||||
|
||||
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1){:target=_blank .external-link} for this version.<br />
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
description: How to enable 2FA for your n8n account
|
||||
---
|
||||
|
||||
# Two factor authentication (2FA)
|
||||
# Two-factor authentication (2FA)
|
||||
|
||||
!!! info "Feature availability"
|
||||
* You need access to the n8n instance owner account.
|
||||
* Available on self-hosted n8n.
|
||||
* Coming soon to n8n Cloud.
|
||||
|
||||
Two factor authentication (2FA) adds a second authentication method on top of username and password. This increases account security. n8n supports 2FA using an authenticator app.
|
||||
Twofactor authentication (2FA) adds a second authentication method on top of username and password. This increases account security. n8n supports 2FA using an authenticator app.
|
||||
|
||||
## Enable 2FA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user