Workspaces Changelog
The pages shows changelog entries relevant to Dash App Workspaces. For updates relevant to App Studio, see the App Studio changelog page.
What version of Workspaces am I using?
With Workspaces version 1.5.0 and later, the version is displayed in the status bar in the workspace.
<img>
For earlier versions, a build
commit SHA is displayed. Compare this to the commit SHA for the release on de-workspace-releases on GitHub.
1.6.1 - 2025-06-12
Fixed
- Fixed an issue that caused Jupyter Notebooks to break when switching from pip to Conda.
1.6.0 - 2025-06-05
Added
- Added native support for Kaleido v1. Workspaces now include the dependencies required by Chrome to use image export with Kaleido v1.
Changed
- Updated workspaces to only install
dash-enterprise-libraries
in new blank workspaces. New workspaces created from the App Catalog install dependencies based on the App Catalog app’s requirements.txt
file. In new workspaces created from commits, the Dash Enterprise CLI is installed, as well as dependencies specified in the requirements.txt
in that commit.
Fixed
- Fixed an issue where the Python version in a Jupyter notebook kernel didn’t update when a user updated the Python version in app settings.
- Fixed an issue where the Jupyter kernel didn’t use the Python version specified in
environment.yml
.
1.5.1 - 2025-03-27
Fixed
- Fixed an issue where restarting a workspace didn’t update Tabnine to the latest available version.
1.5.0 - 2025-03-14
Added
- Added Tabnine AI code assistant, which provides code completion and a chat interface to accelerate app development.
- Added a debugger.
Changed
- Updated the workspace to display the semantic version of the workspace in the status bar. Previously, the workspace version was identified using a commit SHA.
Fixed
- Fixed an issue with the SQL code generated for Databricks Unity Catalog when using SQL cell.
- Fixed an issue where notebooks sometimes displayed a kernel error when first connecting to the kernel.
For changelogs for earlier versions, see Dash Enterprise Workspace releases on GitHub.