Skip to content

Releases: databricks/databricks-vscode

Release: v0.3.12 (#687)

03 May 09:29
178d69a
Compare
Choose a tag to compare

Release: v0.3.12

packages/databricks-vscode

0.3.12 (2023-05-03)

  • Fix: "Configure Autocompletion for Globals" was unable find type stubs, closes #678
  • Fix: .databricks.env file would start adding multiple quotes to existing variables

Release: v0.3.11 (#677)

25 Apr 15:41
eaadbc3
Compare
Choose a tag to compare

Release: v0.3.11

packages/databricks-vscode

0.3.11 (2023-04-25)

  • Feature: All customers should start seeing prompt for switching to using Workspace as sync destination.
  • Feature: Move autcompletion for globals to __builtins__.py from internal stubs.
  • Fix: Prepend cwd to PYTHONPATH so that local changes take precedence over installed libraries, fixes #673

Release: v0.3.10 (#669)

20 Apr 12:52
72523d8
Compare
Choose a tag to compare

Release: v0.3.10

packages/databricks-vscode

0.3.10 (2023-04-20)

  • Fix: Method for finding installed python packages was failing on windows.

Release: v0.3.9

19 Apr 12:56
4dbbedd
Compare
Choose a tag to compare

Release: v0.3.9

packages/databricks-vscode

0.3.9 (2023-04-19)

  • Feature: Experimental Databricks Connect V2 integration. Add debugging.dbconnect to databricks.experimental.optIn vscode workspace setting, to start using the new integration.
  • Feature: Next phase of Files in Workspace rollout. 50% of users should start seeing prompts to switch to workspace as sync destination.

Release: v0.3.8

17 Apr 14:35
aff2477
Compare
Choose a tag to compare

Release: v0.3.8

packages/databricks-vscode

0.3.8 (2023-04-17)

  • Feature: Add OAuth support.
  • Feature: Add Telemetry to VS Code Extension.
  • Fix: Don't sync .databricks folder even if it is not added to .gitignore, fixes #628
  • Feature: Enable workspace folder as sync destination for some of the users. They should now see a popup to start using workspace as sync destination, if they are on clusters with dbr 11.2 or greater.
  • Fix: Treat cluster in RESIZING state as running clusters, fixes #618
  • Fix: Reverted changes to the exported API. This had broken some downstream projects such as SQLTools Databricks Driver and Databricks Power Tools for VSCode.
  • Feature: Environment files for python are now managed by the databricks extension. Added a setting databricks.python.envFile which overrides python.envFile. python.envFile is internally managed by the databricks extension. Users should use databricks.python.envFile instead.

Release: v0.3.7 (#597)

21 Mar 14:18
6fde109
Compare
Choose a tag to compare

Release: v0.3.7

packages/databricks-vscode

0.3.7 (2023-03-21)

  • Fix: (Experimental) Show only directories in sync destination quickpick.
  • Fix: (Experimental) Fix creation of .ide if it doesn't exists.
  • Fix: Fix PATH delimiter on Windows, closes #576

Release: v0.3.5

20 Mar 14:54
1fd0090
Compare
Choose a tag to compare

Release: v0.3.5

packages/databricks-vscode

0.3.5 (2023-03-17)

  • Fix: Fix for syncing issues with files having " ", "+" and "#" characters in the file name, closes #555 reported by @AndreiCalin24 and #468 reported by @arturomf94
  • Fix: Prevent relogin when project.json is updated after first login.
  • Feature: (Experimental) Add prompts to switch to repos when Files in Workspace is not supported.
  • Feature: (Experimental) Provide default sync destination if not set.
  • Feature: (Experimental) Add transparent wrapper for workflow runs when running using files in workspace.

Release: v0.3.4 (#548)

13 Mar 09:58
7a4716b
Compare
Choose a tag to compare

Release: v0.3.4

packages/databricks-vscode

0.3.4 (2023-03-10)

  • Feature: Publish the extension also to OpenVSIX
  • Feature: Add support for connecting to Azure China and Azure GovCloud workspaces, closes #526
  • Fix: Make code synchronization more robust. Sync should no longer get stuck in IN PROGRESS state.

Release: v0.3.3

06 Mar 15:58
d0596eb
Compare
Choose a tag to compare

Release: v0.3.3

packages/databricks-vscode

0.3.3 (2023-03-06)

  • Feature: Add refresh button to refresh results of a Workflow run, closes #520 reported by @virtualdvid
  • Feature: Add databricks.overrideDatabricksConfigFile VS Code setting to override the location of .databrickscfg file, closes #518
  • Fix: jump-to-error links were not displayed when Run File on Databricks runs failed
  • Fix: sync was hanging when moving files
  • Fix: Files with certain special charecters (such as #-hash) in their names were not synced correctly.

Release: v0.3.2 (#507)

24 Feb 15:56
a337e48
Compare
Choose a tag to compare

Release: v0.3.2

packages/databricks-vscode

0.3.2 (2023-02-24)

  • Fix: Support HTTP proxies when the proxy environment variable is lower case, closes #476 reported by @wibbico
  • Fix: Increase timeouts to support uploading large files