3.41.1
gristlabs/grist-core3.41.1Jul 30, 2026by calexiou
AI Summary
This release is primarily a maintenance update focused on internal refactoring, migrating legacy components, and renaming core identifiers (App ID) to Workspace ID for consistency.
Key Highlights
- Migrated remaining settings user components
- Refactored core identifiers from App ID to Workspace ID
- Renamed AppsStore to WorkspacesStore
- Fixed escalation and resume reliability
Full Release Notes
## What's Changed * Migrate remaining settings user components still in js by @adrinr in https://github.com/Budibase/budibase/pull/19342 * Propagate session IDs as LiteLLM trace IDs by @adrinr in https://github.com/Budibase/budibase/pull/19335 * Update VOUCHED list by @github-actions[bot] in https://github.com/Budibase/budibase/pull/19334 * Update VOUCHED list by @github-actions[bot] in https://github.com/Budibase/budibase/pull/19325 * Escalation fixes and resume reliability by @deanhannigan in https://github.com/Budibase/budibase/pull/19217 * Rename app ID helpers to workspace ID helpers by @adrinr in https://github.com/Budibase/budibase/pull/19344 * Refactor appId to workspaceId for consistency across codebase by @adrinr in https://github.com/Budibase/budibase/pull/19346 * Update docker-compose.yaml - Remove 'version' is obsolete by @Flo-95 in https://github.com/Budibase/budibase/pull/19362 * Rename AppsStore to WorkspacesStore by @adrinr in https://github.com/Budibase/budibase/pull/19347 * Remove unused Svelte files and deprecated dropdown components by @adrinr in https://github.com/Budibase/budibase/pull/19364 * Rename files and folders to reference workspace instead of application by @adrinr in https://github.com/Budibase/budibase/pull/19349 * chore(builds): bump dd-trace and pull alpine sec patches by @calexiou in https://github.com/Budibase/budibase/pull/19367 ## New Contributors * @Flo-95 made their first contribution in https://github.com/Budibase/budibase/pull/19362 **Full Changelog**: https://github.com/Budibase/budibase/compare/3.41.0...3.41.1