3.37.0
Budibase/budibase3.37.0Apr 28, 2026by calexiou
AI Summary
This release focuses on data table improvements, including a new columns property for CheckboxGroup and better logging for RAG ingestion processes.
Key Highlights
- Data Table: Added columns property for CheckboxGroup.
- Automation: Show loop iterations in automation log mode.
- RAG: Better logging around RAG ingestion and retry logic on resync.
- Dependencies: Updated snowflake-sdk, aws-sdk, and litellm.
New Features
- Add columns property for CheckboxGroup
- Show loop iterations in automation log mode
- Better logging around RAG ingestion
Full Release Notes
## What's Changed * Improve dropdown sizing in condition builders by @melohagan in https://github.com/Budibase/budibase/pull/18623 * Update snowflake-sdk and aws-sdk by @melohagan in https://github.com/Budibase/budibase/pull/18597 * On resync, retry failed ingestions by @adrinr in https://github.com/Budibase/budibase/pull/18619 * Upgrade budibase/nano to 10.1.6 to upgrade transitive axios by @melohagan in https://github.com/Budibase/budibase/pull/18603 * Add columns property for CheckboxGroup by @melohagan in https://github.com/Budibase/budibase/pull/18626 * Better logging around RAG ingestion by @adrinr in https://github.com/Budibase/budibase/pull/18628 * Data table row cache not clearing by @deanhannigan in https://github.com/Budibase/budibase/pull/18630 * Show loop iterations in automation log mode by @gootik in https://github.com/Budibase/budibase/pull/18607 * Update litellm to 1.83.10 by @adrinr in https://github.com/Budibase/budibase/pull/18633 **Full Changelog**: https://github.com/Budibase/budibase/compare/3.36.5...3.37.0