n8n | n8n@2.25.7

n8n n8n@2.25.7 released on 10-06-2026


n8n n8n@2.25.7 is out now. It prevents the editor’s node credential picker from fetching credentials outside the current workflow, limiting shown credentials to the workflow context and reducing the risk of exposing unrelated credentials.

See the GitHub release notes for full details, including issue #31989 and commit c67d1fc for the exact fix.

What’s in this release

  • Editor: node credential picker now uses workflow‑scoped credential fetch.
  • Fix for a bug where the picker could display credentials outside the current workflow scope (issue #31989).
  • Improved correctness and reduced risk of exposing unrelated credentials (commit c67d1fc).

Upgrade notes

  • No breaking changes are listed in the release notes; review commit c67d1fc on GitHub if you need specifics before upgrading.
  • No rollback instructions are provided in the notes; revert using your normal deployment or rollback process if necessary.

Share any comments or experiences with the update on the project’s GitHub issue tracker.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes