Skip to content

Releases: databricks/databricks-vscode

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.

Nightly - bundle-integ

27 Oct 14:00
5b8fb23
Compare
Choose a tag to compare
Pre-release
nightly-bundle-integ

Refactor `StateStore` to make keys more explicit at the point of use.…

Release: v1.2.1 (#906)

18 Oct 15:20
63a7ed0
Compare
Choose a tag to compare

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

18 Oct 14:20
0cc9741
Compare
Choose a tag to compare

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

09 Oct 13:29
a9f7b63
Compare
Choose a tag to compare

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.