Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v2.0.2-preview
Release: v2.0.2-preview
packages/databricks-vscode
(2024-04-03)
- Fix: Add currently selected python environment to path for wheel builds.
- Fix: Add extension name to the private preview terms and conditions popup.
- Bump databricks cli to v0.216.0.
- Revamp the welcome views so that users can see all the critical actions in all scenarios.
- Fix: Ignore stderr for validate and summary commands
- Fix: Use packaged CLI if a cli path is not specified in .databrickscfg profile
Release: v1.3.0 (#1142)
Release: v1.3.0
packages/databricks-vscode
1.3.0 (2024-03-19)
- Fix: Add exception handlers to bootstrap python code, closes #1123
- Update Databricks CLI to v0.215.0
- Feature: Add support for reading custom CA from system keystore.
- Feature: Add support for disabling SSL from VS Code system configuration. NOTE: We do not recommend disabling SSL.
Release: v2.0.1-preview (#1130)
Release: v2.0.1-preview
packages/databricks-vscode
v2.0.1-preview (2024-03-07)
- Databricks Asset Bundles (DABs) are now available in VS Code which allows you to:
- easily set up, author and run Databricks projects from VS Code.
- leverage the DABs Resource Explorer so you can easily see all your Jobs and Pipelines in one place and run them with one click.
- All our run methods are now consolidated into 1 run menu.
- Update databricks cli to v0.215.0.
Release: v1.2.7 (#1036)
Release: v1.2.7
packages/databricks-vscode
1.2.7 (2024-02-05)
- Fix: Databricks OAuth U2M on GCP.
- Fix: "Fetch failed" issue when using a proxy. This is fixed by using undici instead of native fetch.
- List profiles with all auth methods.
Release: v1.2.6 (#1024)
Release: v1.2.5 (#998)
Release: v1.2.5
packages/databricks-vscode
1.2.5 (2024-01-10)
- Explicitly clear terminal environment variables before injecting new ones.
- Fix race conditions around setting environment variable for the metadata url.
- Show warning when the extension doesn't have permissions to execute the CLI.
- Store
lastInstalledExtensionVersion
in the global storage so we only showwhat's new
once. - Update the license.
- Update Databricks CLI to v0.211.0.
- Fix the telemetry.
Release: v1.2.4 (#965)
Release: v1.2.4
packages/databricks-vscode
1.2.4 (2023-12-05)
- Fix: set notebook directory as current directory for pip installs from workspace fs, closes #958
- Fix: show error for a corrupted config file
- Feature: update Databricks CLI to v0.210.1
Release: v1.2.3
Release: v1.2.3
packages/databricks-vscode
1.2.3 (2023-11-06)
- Fix: Make configuration wizard sticky
- Feature: Use databricks CLI log-file option to capture the logs. This deprecates the
databricks.cli.verboseMode
option. - Feature: Upgrade databricks cli to
v0.209.0
.
Nightly - main
Revert "All `AuthProviders` must implement a non silent `check`." (#938) Reverts databricks/databricks-vscode#936
Release: v1.2.2
Release: v1.2.2
packages/databricks-vscode
1.2.2 (2023-10-23)
- Fix: 'Error 403 Token is expiring within 30 seconds.' error when authenticating to an Azure workspace using Azure CLI authentication type.