v3.20.215-lts
ToolJet/ToolJetv3.20.215-ltsAug 25, 2026by johnsoncherian
AI Summary
Introduced a column schema locking feature and fixed several bugs including app history restrictions, debounce logic, and mobile UI issues.
Key Highlights
- Lock column schema option added to table configuration
- Fixed debounce behavior using unique event identifiers
- App history disabled for Cloud plans
- Fixed page sidebar scroll behavior in mobile layout
- Fixed Azure file download
New Features
- Lock column schema
Full Release Notes
## What's Changed ### 🚀 Features - Added a "Lock column schema" option to table configuration by @nakulnagargade in [#17390](https://github.com/ToolJet/ToolJet/pull/17390) ### 🛠️ Fixes - Disabled app history for Cloud plans by @devanshu052000 in [#17320](https://github.com/ToolJet/ToolJet/pull/17320) - Fixed debounce behavior by using a unique event identifier instead of a UUID by @jhamadhav in [#17468](https://github.com/ToolJet/ToolJet/pull/17468) - Added a safeguard against a null location in the place-changed handler and restored conditional hiding of autocomplete suggestions by @manishkushare in [#17594](https://github.com/ToolJet/ToolJet/pull/17594) - Fixed page sidebar scroll behavior in mobile layout by @parthy007 in [#17602](https://github.com/ToolJet/ToolJet/pull/17602) - Fixed Azure file download by @rudeUltra in [#17562](https://github.com/ToolJet/ToolJet/pull/17562) ## New Contributors * @jhamadhav made their first contribution in https://github.com/ToolJet/ToolJet/pull/17468 **Full Changelog**: https://github.com/ToolJet/ToolJet/compare/v3.20.214-lts...v3.20.215-lts