Update release-notes.md

This commit is contained in:
DesireeLindsey 2025-09-26 10:43:18 +02:00 committed by GitHub
parent c256ac3266
commit b3d76f5a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
Weve 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">
![Insights](/_images/release-notes/filter-insights.png)
<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
Weve 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">
![Workflow diff](/_images/release-notes/workflow-diff-plus.png)
<figcaption>Workfow diff</figcaption>
</figure>
<br>
### Contributors
[GuraaseesSingh](https://github.com/GuraaseesSingh)