Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v2.10.1 (#1704)
Release: v2.10.1
packages/databricks-vscode
(2025-06-10)
- Use UV to manage venv dependencies when it's available
- Support complex variables in the extension UI
- Avoid sys.exit in the jupyter init scripts
- Update Databricks CLI to v0.253.0
Release: v2.9.4 (#1670)
Release: v2.9.4
packages/databricks-vscode
(2025-04-25)
- Rollback Databricks CLI to v0.245.0 to fix auth problems
Release: v2.9.3 (#1665)
Release: v2.9.3
packages/databricks-vscode
(2025-04-23)
- Update JS SDK
- Update Databricks CLI to v0.248.0
Release: v2.9.2 (#1635)
Release: v2.9.2
packages/databricks-vscode
(2025-03-31)
- Fix a windows-only bug where it was not possible to run databricks notebooks locally with the %run magic
- Update Databricks CLI to v0.245.0
Release: v2.9.1 (#1627)
Release: v2.9.1
packages/databricks-vscode
(2025-03-27)
- Cleanup old databricks-init scripts from the ipython startup directory
Release: v2.9.0 (#1622)
Release: v2.9.0
packages/databricks-vscode
(2025-03-25)
- Link bundle resources to their source definitions
- Always show warnings before destroying a bundle
- Show error notifications after failed environment setup
- Simplify profile selection UI in the auth setup flow, promote OAuth option
- Avoid python extension interference in the bundle-init terminal
- Improvements for Databricks Connect integration with notebooks:
- Fix ProgressHandler conflicts with datetime imports
- Ignore DBTITLE magic comments in .py notebooks
- Correctly escape file paths for the %run magic
- Execute multiple statements in cells with %sql magic
- Update Databricks CLI to v0.244.0
Release: v2.8.0 (#1590)
Release: v2.8.0
packages/databricks-vscode
(2025-03-04)
- Add Documentation panel
- Ensure run button is visibilite for notebook editors
- Properly terminate debug session if the workflow webview was closed
- Update Databricks CLI to v0.242.0
Release: v2.7.0 (#1580)
Release: v2.7.0
packages/databricks-vscode
(2025-02-26)
- Add serverless support to the extension
- Suggest to configure autocomplete globals as a part of env panel flow
- Do not reject unauthorized hosts if proxyStrictSSL is false
- Force deploy commands now pass
--force
flag to the CLI (and not just--force-lock
) - Hide auto-generated cell in ipynb workflows
- Update Databricks CLI to v0.241.2
Release: v2.6.0 (#1527)
Release: v2.6.0
packages/databricks-vscode
(2025-01-21)
- Monorepo support
- If there are multiple bundles in the repo, you can now select an "active" bundle in the extension panel
- Switching between active bundles within one workspace doesn't reload the IDE
- Run actions are only available for files under the active bundle
- Show all DABs resources in the explorer panel
- Update Databricks CLI to v0.238.0
Release: v2.5.1 (#1515)
Release: v2.5.1
packages/databricks-vscode
(2025-01-09)
- Fix login flow on Windows under CMD.exe with Azure CLI
- Better messaging about required python versions
- Log validate and summary errors to the Databricks Bundle Logs output channel
- Suppress GRPC warnings from Databricks Connect