n8n n8n@2.39.7 released on 17-09-2026

n8n n8n@2.39.7 is out now. It improves robustness of breaking-change detection so checks continue when an individual rule throws, and fixes the editor so numeric credential inputs are sent as numbers.
See the release on GitHub for full details: https://github.com/n8n-io/n8n/compare/n8n@2.39.6…n8n@2.39.7
What’s in this release
- core: breaking-change detection now keeps running when a single rule throws, preventing the whole detection process from being aborted (fix for #38790).
- editor: numeric credential input values are now sent as numbers, correcting validation/integration issues for numeric settings such as ports and timeouts (fix for #38881).
- Patch release containing two focused bug fixes aimed at stability and correctness.
Upgrade notes
- No deprecations or breaking changes are listed in this patch; upgrade as usual and monitor logs for any rule errors that the updated detection will now surface rather than abort on.
- If you need to revert, the previous tag is n8n@2.39.6 (see the compare on GitHub linked above).
Share feedback on GitHub issues or in the n8n community if you spot anything unusual after updating.


