Releases: databricks/databricks-vscode
Releases · databricks/databricks-vscode
Release: v0.3.1 (#499)
Release: v0.3.1
packages/databricks-vscode
0.3.1 (2023-02-23)
- Feature: Add an option to silence the autocomplete dialog, closes #497
- Fix: Support
.databrickscfg
profiles that contain a dot, closes #447 reported by @tahaum - Fix: Remove API timeout limit for execution context runs, closes #482 reported by @sebrahimi1988
- Fix: Show errors when parsing of host in
.databrickscfg
fails, closes #479 - Fix: Show error state in the UI when sync process fails
- Minor: Rename title of the extension
Release: v0.3.0 (#483)
Release: v0.3.0
packages/databricks-vscode
0.3.0 (2023-02-20)
⚠️ Minor breaking change: This releases introduces a minor breaking change in the sync destination selection UI. The extension no longer lists Repos that have been created outside of the IDE. This prevents users from accidentally overwriting code in existing Repos. Existing sync destinations will continue to work but going forward users can only select Repos that have been created from the IDE- Feature: Improve code completion for
dbutils
- Fix: Allow creation of repos even if
/Repos/me
doesn't exist - Fix: Improve AAD login and prevent infinite loops when trying to use AAD
Release: v0.2.4 (#461)
Release: v0.2.3 (#454)
Release: v0.2.3
packages/databricks-vscode
0.2.3 (2023-02-15)
- Fix: Add support for syncing files with spaces in their file names
Nightly
Release: v0.2.2 (#441)
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
bricks
CLI to the PATH of VS Code terminals - Feature: Watch
.gitignore
files for changes while sync is running - Breaking change: Rename extension from
databricks-vscode
todatabricks
so 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
~/.databrickscfg
when selecting a host - Feature: Take into account
.gitignore
rules defined in parent directories for file syncronization. - Feature: Make
az login
work 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 login
when user doesn't have a subscription - Fix: Gracefully handle adding a profile when
~/.databrickscfg
doesn'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