Skip to content

Releases: databricks/databricks-vscode

Release: v2.0.2-preview

03 Apr 14:26
f2fb7a4
Compare
Choose a tag to compare
Pre-release

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)

19 Mar 12:24
9c8ce86
Compare
Choose a tag to compare

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)

07 Mar 15:50
3153117
Compare
Choose a tag to compare
Pre-release

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)

05 Feb 14:00
0575151
Compare
Choose a tag to compare

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)

01 Feb 09:12
2e21ca5
Compare
Choose a tag to compare

Release: v1.2.6

packages/databricks-vscode

1.2.6 (2024-01-31)

  • Update Databricks SDK to 0.6.0 (#1023) (14178ab), closes #1023
  • Update Databricks CLI to v0.212.3

Release: v1.2.5 (#998)

10 Jan 16:03
26ffedb
Compare
Choose a tag to compare

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 show what's new once.
  • Update the license.
  • Update Databricks CLI to v0.211.0.
  • Fix the telemetry.

Release: v1.2.4 (#965)

05 Dec 12:34
fb43ef2
Compare
Choose a tag to compare

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

13 Nov 13:06
cc61280
Compare
Choose a tag to compare

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

30 Oct 10:37
e6efc7b
Compare
Choose a tag to compare
Nightly - main Pre-release
Pre-release
Revert "All `AuthProviders` must implement a non silent `check`." (#938)

Reverts databricks/databricks-vscode#936

Release: v1.2.2

23 Oct 12:59
f8fb360
Compare
Choose a tag to compare

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.