Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v0.2.1 (#439)
Release: v0.2.1
packages/databricks-vscode
0.2.1 (2023-02-14)
- Minor: Doc updates after extension was made public
Release: v0.2.0 (#434)
Release: v0.2.0
packages/databricks-vscode
0.2.0 (2023-02-13)
- Feature: Allow creation of Repos directly from the IDE
- Feature: Add
bricksCLI to the PATH of VS Code terminals - Feature: Watch
.gitignorefiles for changes while sync is running - Breaking change: Rename extension from
databricks-vscodetodatabricksso it can be published to the VS Code marketplace.
Release: v0.0.11 (#409)
Release: v0.0.11
packages/databricks-vscode
0.0.11 (2023-01-30)
- Feature: Allow running Scala, R and SQL notebooks as workflow
- Feature: List hostnames from
~/.databrickscfgwhen selecting a host - Feature: Take into account
.gitignorerules defined in parent directories for file syncronization. - Feature: Make
az loginwork on Github CodeSpaces - Experimental feature: Add support for synchronizing to a workspace folder (Files in Workspace)
- Fix: Don't show error when config file doesn't exist
- Fix: Support
az loginwhen user doesn't have a subscription - Fix: Gracefully handle adding a profile when
~/.databrickscfgdoesn't exist - Fix: Running the "full sync" command now resets the synchronization state
- UI tweaks: Clean up and unify items in the side panel
Release: v0.0.10 (#365)
Release: v0.0.10
packages/databricks-vscode
0.0.10 (2023-01-16)
- Update to use the latest JavaScript SDK for Databricks
Release: v0.0.9
Release: v0.0.9
packages/databricks-vscode
0.0.9 (2023-01-09)
- Fix: Don't show
start clustericon for terminating clusters. Wait for termination. - Update license to Databricks License
Release: v0.0.8 (#325)
Release: v0.0.8
packages/databricks-vscode
0.0.8 (2022-12-23)
- Fix: Properly detect the Azure CLI
azon Windows - Fix: Fix synchronizing files located in folders on Windows
- Fix: Improve host name validation in the workspace configuration wizard
- Fix: Fix bug in project.json parsing
Release: v0.0.7 (#314)
Release: v0.0.7
packages/databricks-vscode
0.0.7 (2022-12-20)
- Feature: Add code completion support for Databricks globals such as
sparkordbutils - Feature: Add support for logging in using the Azure CLI. This allows users to use the extension with Azure Active Directory (AAD).
Release: v0.0.6
Release: v0.0.6
packages/databricks-vscode
0.0.6 (2022-12-05)
- Feature: Click to file from Python error stacktraces when using "Run on Databricks".
- Feature: Show stdout when job fails with exception.
Release: v0.0.5 (#262)
Release: v0.0.5
packages/databricks-vscode
0.0.5 (2022-11-30)
- critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
- fix: Make sure line numbers in python stack traces are correct.
- fix: Correctly generate logfile on Windows
Release: v0.0.4
Release: v0.0.4
packages/databricks-vscode
0.0.4 (2022-11-28)
- Feature: Support environment variables in 'Run on Databricks' custom debug config
- Fix: Make copy to clipboard on OSX from the workflow run webview
- Fix: Fix file synching on Windows
- Fix: Properly handle starting a stopping cluster
- Fix: Register
Databricks taskand kill task terminal on error