3.39.10
calcom/cal.diy3.39.10Jun 4, 2026by calexiou
AI Summary
This release adds a purchase button for AI credits, introduces frontend operations changes, and fixes several bugs related to automation logs, JSON templates, and PWA functionality.
Key Highlights
- Add purchase AI credits button to usage page
- URL field component and URL validator constraint added
- Redis dependency management fixes (reverted and re-added)
- Automation log branch highlighting and JSON template fixes
New Features
- Purchase AI credits button
- URL field component and URL validator constraint
- Side-panel sizes (component feature)
- feat: allow download rag source files
Full Release Notes
## What's Changed * Add purchase AI credits button to usage page by @jvcalderon in https://github.com/Budibase/budibase/pull/18865 * Operations - frontend changes by @adrinr in https://github.com/Budibase/budibase/pull/18780 * Validate AI configuration and improve agent live toggle handling by @adrinr in https://github.com/Budibase/budibase/pull/18910 * Fix automation log branch highlighting by @melohagan in https://github.com/Budibase/budibase/pull/18873 * Remove unused redis dependency by @melohagan in https://github.com/Budibase/budibase/pull/18912 * [#18893] Fix automation note positioning by @melohagan in https://github.com/Budibase/budibase/pull/18896 * Fix JSON template primitive enrichment by @melohagan in https://github.com/Budibase/budibase/pull/18908 * feat: allow download rag source files by @Dakuan in https://github.com/Budibase/budibase/pull/18768 * Fix/pwa by @ConorWebb96 in https://github.com/Budibase/budibase/pull/18903 * feature(component)-side-panel sizes by @NDCallahan in https://github.com/Budibase/budibase/pull/18298 * Revert "Merge pull request #18912 from Budibase/chore/remove-old-redis" by @melohagan in https://github.com/Budibase/budibase/pull/18916 * Ensure Redis dependency is present for rate limit store by @melohagan in https://github.com/Budibase/budibase/pull/18918 * URL field component and URL validator constraint by @andz-bb in https://github.com/Budibase/budibase/pull/18852 **Full Changelog**: https://github.com/Budibase/budibase/compare/3.39.9...3.39.10