Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
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.
Nightly - bundle-integ
nightly-bundle-integ Refactor `StateStore` to make keys more explicit at the point of use.…
Release: v1.2.1 (#906)
Release: v1.2.1
packages/databricks-vscode
1.2.1 (2023-10-18)
- Fix: Fix the "what's new" popup so that it actually shows on a version update.
Release: v1.2.0
Release: v1.2.0
packages/databricks-vscode
1.2.0 (2023-10-18)
- Feature: Enable advanced notebook support by default.
- Feature: Show 'What's New' popup on first start after upgrade to a new version.
- Feature: Upgrade minimum supported VS Code version to 1.83.0.
Release: v1.1.5
Release: v1.1.5
packages/databricks-vscode
1.1.5 (2023-10-05)
- Fix: Path delimiter when appending cli binary path to PATH. Fixes #885
CLI Changes
- Fix: Infinite syncing issue when 2 files of the same name but different extensions are created.