v3.20.198-lts
stackblitz/bolt.newv3.20.198-ltsJul 27, 2026by johnsoncherian
AI Summary
This release introduces a new data source category and displays AI-supported marketplace data sources. It also includes fixes for REST API headers and bulk update expression handling, along with test stability improvements.
Key Highlights
- Introduced a new data source category
- Display AI-supported marketplace data sources on the add datasource screen
- Fixed null value handling in REST API data source headers
- Prevented premature resolution of bulk update input expressions
New Features
- New data source category
- Display of AI-supported marketplace data sources
Full Release Notes
## What's Changed ### 🚀 Features - Introduced a new data source category by @Siddharthpl in [#17169](https://github.com/ToolJet/ToolJet/pull/17169) - Display AI-supported marketplace data sources on the add datasource screen by @ArnavMaggon2005 in [#17281](http://github.com/ToolJet/ToolJet/pull/17281) ### 🛠️ Fixes - Skipped null values in REST API data source headers by @ganesh8056 in [#17222](https://github.com/ToolJet/ToolJet/pull/17222) - Prevented bulk update input expressions from being resolved before saving by @ganesh8056 in [#17254](https://github.com/ToolJet/ToolJet/pull/17254) ### 🧪 Specs - Fixed homepage automation test failures by @ajith-k-v in [#17244](https://github.com/ToolJet/ToolJet/pull/17244) **Full Changelog**: https://github.com/ToolJet/ToolJet/compare/v3.20.197-lts...v3.20.198-lts