mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update release-notes.md
This commit is contained in:
parent
c256ac3266
commit
b3d76f5a18
@ -145,6 +145,23 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.112.0...n8n@1.113
|
||||
|
||||
This release contains core updates, editor improvements, a new node, node updates, and bug fixes.
|
||||
|
||||
### SSO improvements
|
||||
|
||||
We’ve made updates to strengthen Single Sign-On (SSO) reliability and security, especially for enterprise and multi-instance setups.
|
||||
|
||||
- OIDC and SAML sync in multi-main setups [version: 1.113.0] In multi-main deployments, updates to SSO settings are now synchronized across all instances, ensuring consistent login behavior everywhere.
|
||||
- Enhanced OIDC integration [version 1.111.0]: n8n now supports OIDC providers that enforce state and nonce parameters. These are validated during login, providing smoother and more secure Single Sign-On.
|
||||
|
||||
### Filter insights by project
|
||||
|
||||
We've added project filtering to insights, enabling more granular reporting and visibility into individual project performance.
|
||||
<br>
|
||||
<figure markdown="span">
|
||||

|
||||
<figcaption>Filtering insights</figcaption>
|
||||
</figure>
|
||||
<br>
|
||||
|
||||
### Contributors
|
||||
|
||||
[ongdisheng](https://github.com/ongdisheng)
|
||||
@ -214,6 +231,28 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.111.0...n8n@1.112
|
||||
|
||||
This release contains API improvements, core updates, editor improvements, node updates, and bug fixes.
|
||||
|
||||
### Additional API Endpoints versions
|
||||
|
||||
We’ve made several updates to the Executions API:
|
||||
|
||||
- Execution details: GET /executions now includes *status* and *workflow_name* in the response.
|
||||
- Retry execution endpoint: Added new public API endpoints to retry failed executions.
|
||||
- Additional filters: You can now filter executions by running or canceled status.
|
||||
|
||||
### Enhancements to workflow diff
|
||||
|
||||
We added a several updates on workflows diffs:
|
||||
|
||||
- Better view in Code nodes and Stickies: Workflow diffs now highlight changes per line instead of per block, making edits easier to review and understand.
|
||||
- Enable/Disable sync: You can now enable or disable sync in the viewport, letting you compare a workflow change in one view without affecting the other.
|
||||
<br>
|
||||
<figure markdown="span">
|
||||

|
||||
<figcaption>Workfow diff</figcaption>
|
||||
</figure>
|
||||
<br>
|
||||
|
||||
|
||||
### Contributors
|
||||
|
||||
[GuraaseesSingh](https://github.com/GuraaseesSingh)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user