n8n@2.35.6
n8n-io/n8nn8n@2.35.6Aug 21, 2026by n8n-assistant[bot]
AI Summary
This release improves core stability by normalizing environment values and resolving end-user credentials during parameter loading. It also enhances trigger isolation to prevent potential security issues.
Key Highlights
- Normalize env values before schema-based parsing
- Resolve end-user credentials when loading node parameters
- Wrap a trigger's closeFunction in an expression isolate at creation time
Full Release Notes
## [2.35.6](https://github.com/n8n-io/n8n/compare/n8n@2.35.5...n8n@2.35.6) (2026-08-21) ### Bug Fixes * **core:** Normalize env values before schema-based parsing ([#36732](https://github.com/n8n-io/n8n/issues/36732)) ([0664c7d](https://github.com/n8n-io/n8n/commit/0664c7db291d4ebc4c483fdc1b9178fb07d3f434)) * **core:** Resolve end-user credentials when loading node parameters ([#36517](https://github.com/n8n-io/n8n/issues/36517)) ([6f6d04b](https://github.com/n8n-io/n8n/commit/6f6d04b29ee774e40e97956df0400956aeaf9cd7)) * **core:** Wrap a trigger's closeFunction in an expression isolate at creation time ([#36698](https://github.com/n8n-io/n8n/issues/36698)) ([eb85ccd](https://github.com/n8n-io/n8n/commit/eb85ccde78b22d76ff5c640960f9fe1adff77465)) <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/n8n-io/n8n/pull/36788?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->