v3.20.170-lts
ToolJet/ToolJetv3.20.170-ltsJun 1, 2026by johnsoncherian
AI Summary
The primary focus is security, addressing Snyk vulnerabilities by updating dependencies and applying SSRF safety postures. Additionally, the release resolves a validation bug that caused infinite loops in components and fixes layout issues within the AppBuilder form height resolution.
Key Highlights
- Addressed Snyk security vulnerabilities
- Fixed validation bug causing infinite parent-child cyclic loop
- Fixed AppBuilder form height resolution
- Upgraded core Docker base image
New Features
- Applied SSRF default-on safety posture
Full Release Notes
## What's Changed ### 🛠️ Fixes * Addressed Snyk security vulnerabilities by executing necessary dependency updates, applying an SSRF default-on safety posture, and upgrading the core Docker base image by @adishM98 in [#16600](https://github.com/ToolJet/ToolJet/pull/16600) * Fixed a validation bug causing an infinite parent-child cyclic loop inside components by @shaurya-sharma064 in [#16490](https://github.com/ToolJet/ToolJet/pull/16490) * Fixed AppBuilder form height resolution layout issue by falling back to `labelWidth` appropriately by @shaurya-sharma064 in [#16609](https://github.com/ToolJet/ToolJet/pull/16609) Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.169-lts...v3.20.170-lts