3.39.28
PX4/PX4-Autopilot3.39.28Jul 8, 2026by calexiou
AI Summary
A security-focused release that patches an authorization bypass, followed by several enhancements to workspace management, automation workflows, and data filtering UX.
Key Highlights
- Fixed authorization bypass in BuilderSocket SelectApp
- Workspace import now restores row data
- Improved UX for Filter component (focus and enter key support)
New Features
- Support for standard separators in automation step names
- Default workspace invites sent to end users
- Preservation of query column types on preview re-run
Full Release Notes
## What's Changed * [Fixed] authorization bypass in BuilderSocket SelectApp by @jvcalderon in https://github.com/Budibase/budibase/pull/19140 * fix: workspace import into existing workspace now restores row data by @Pallavikumarimdb in https://github.com/Budibase/budibase/pull/19128 * fix sub-link nav items disappearing by @ConorWebb96 in https://github.com/Budibase/budibase/pull/19152 * [Automations] Support standard separators in step names by @melohagan in https://github.com/Budibase/budibase/pull/19142 * Default workspace invites to end user by @melohagan in https://github.com/Budibase/budibase/pull/19154 * fix: style account linking page by @Dakuan in https://github.com/Budibase/budibase/pull/19166 * Preserve previously set query column types on preview re-run by @Stropdasman in https://github.com/Budibase/budibase/pull/19084 * Improve UX for Filter component by focusing input and supporting enter key by @Pallavikumarimdb in https://github.com/Budibase/budibase/pull/19170 **Full Changelog**: https://github.com/Budibase/budibase/compare/3.39.27...3.39.28