n8n@2.10.3
n8n-io/n8nn8n@2.10.3Mar 4, 2026by Matsuuu
AI Summary
A maintenance release focusing on security patches and bug fixes for the editor interface, specifically addressing visibility issues in the credential modal and resolving a CVE in the jsonpath library.
Key Highlights
- Fixed auth mode dropdown visibility in credential modal
- Replaced jsonpath with jsonpath-plus to resolve CVE
- Handled collaboration push for old format
Full Release Notes
## [2.10.3](https://github.com/n8n-io/n8n/compare/n8n@2.10.2...n8n@2.10.3) (2026-03-04) ### Bug Fixes * **editor:** Always show auth mode dropdown in credential modal ([#26280](https://github.com/n8n-io/n8n/issues/26280)) ([4501b0f](https://github.com/n8n-io/n8n/commit/4501b0fa939f3c4296bd44b2520d96be4e9c2137)) * **editor:** Replace jsonpath with jsonpath-plus to resolve CVE ([#26399](https://github.com/n8n-io/n8n/issues/26399)) ([7ec6115](https://github.com/n8n-io/n8n/commit/7ec6115b48a5d0e9cfd39217166a1bb89d0fa84b)) * Handle collaboration push old format ([#26467](https://github.com/n8n-io/n8n/issues/26467)) ([4e2b9c6](https://github.com/n8n-io/n8n/commit/4e2b9c69b94b0c0d2506dbb01bf47a1267f55fc2))