Skip to content

Releases: databricks/databricks-vscode

Release: v1.2.0

18 Oct 14:20
0cc9741

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

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.

Release: v1.1.4

02 Oct 13:20
784eb11

Choose a tag to compare

Release: v1.1.4

packages/databricks-vscode

1.1.4 (2023-09-29)

  • Feature: Allow custom databricks hosts. Fixes #664
  • Feature: Append to the end of existing SPARK_CONNECT_USER_AGENT instead of overwritting it. Closes #854
  • Feature: Passthrough no_proxy env var. Closes #847
  • Fix: Pin DB Connect V2 version to 13.3.2.
  • Fix: Update Databricks Connect V2 setup prompts.

Release: v1.1.3 (#875)

21 Sep 16:19
73f884c

Choose a tag to compare

Release: v1.1.3

packages/databricks-vscode

1.1.3 (2023-09-21)

  • Fix: Environment variables are always exported to the terminal irrespective of DB Connect V2 being enabled or not.
  • Fix: Invalid access mode prompt now explicitly states that it is for DB Connect V2

CLI Changes

  • Fix: Fixed a bug which was causing OAuth login flow to hang, when called from the extension.

Release: v1.1.2

11 Sep 11:48
b3d56fb

Choose a tag to compare

Release: v1.1.2

packages/databricks-vscode

1.1.2 (2023-09-07)

  • Fix: Append databricks cli path to the end of PATH. Now cli binary installed on the system takes priority over the binary packaged with the extension when running from the integrated terminal.
  • Feature: Bump databricks cli to v0.204.0
  • Fix: Export DATABRICKS_HOST env var with correct protocol (#841) (2b62e41), fixes #836
  • Feature(experimental): Support for %run magics and # MAGIC commands in databricks notebooks
  • Feature(experimental): Find and load environment variables configured by the extension in notebooks. These variables are required to automatically configure DB Connect V2, dbutils (from databricks python SDK) etc.

CLI Changes

  • Fix: The pattern .* in a .gitignore file can match the root directory. Never ignore root directory when syncing. Fixes #837.

Release: v1.1.1

04 Aug 09:23
4f86fbb

Choose a tag to compare

Release: v1.1.1

packages/databricks-vscode

1.1.1 (2023-08-03)

  • Fix: Add explicit dependency on ms jupyter extension
  • Fix: Export SPARK_REMOTE environment variable for profile authentication type
  • Fix: Wsfs wrapper preamble being ignored when %pip install restarts jupyter kernel, closes #823
  • Fix: Handle token refresh for az cli
  • Fix: Correctly handle HOME environment variable on windows#795

Release: v1.1.0

10 Jul 13:26
26eaf45

Choose a tag to compare

Release: v1.1.0

packages/databricks-vscode

1.1.0 (2023-07-10)

  • Feature: Enable DB Connect V2 by default.
  • Experimental: Allow Jupyter code lenses to parse and interpret databricks notebooks (python files)
  • Experimental: Add an init script for Jupyter notebooks
  • Experimental: Handle magic commands in init script.
  • Experimental: Show errors in notebook init scripts
  • Fix: Block changes to VS Code configs unless we are in a Databricks project

Release: v1.0.0

26 Jun 14:20
c2a99bb

Choose a tag to compare

Release: v1.0.0

packages/databricks-vscode

1.0.0 (2023-06-23)

  • Feature: Add AWS OAuth and Azure Client Secret auth. These can be used through a .databrickscfg profile.
  • Feature: Make cluster and workspace views experimental
  • Fix: Add current version information to Update dbconnect popup message
  • Fix: Set PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT environment variable. This prevents timeouts when fetching dataframes using dbconnect.

Release: v0.3.15 (#758)

14 Jun 14:36
15607d5

Choose a tag to compare

Release: v0.3.15

packages/databricks-vscode

0.3.15 (2023-06-14)

  • Feature: Make workspace the default sync destination
  • Fix: cd to directory of the source file when using %sh magic in notebooks from a workspace directory, fixes #734
  • Fix: Wrapper notebook for notebooks in workspace directories, now includes the directory root information, enabling interactive execution in Databricks web UI.
  • Fix: databrickcfg profile based authentication was not working for Python SDK and DB Connect V2.
  • Fix: Kill execution if cluster is not running or sync destination is not attached instead of blocking.
  • Fix: Show sync errors in the UI.

Release: v0.3.14

02 Jun 17:08
2ef59de

Choose a tag to compare

Release: v0.3.14

packages/databricks-vscode

0.3.14 (2023-06-02)

  • Fix: Fix error handling when repos limit is reached, fixes #726
  • Patch: Port error handling code from GO SDK
  • Telemety: Record SDK AuthType instead of VSCode AuthType
  • Fix: Bump dependencies
  • Feature: Support all authentication methods for interactive debugging with dbconnect.
  • Fix: Improve error message to switch from repos to workspace FS.
  • Fix: Rename bricks cli to databricks
  • Telemetry: Record sync destination type
  • Fix: Properly escape calls to python so that they work with directories with spaces, fixes #715