Releases: paiqo/Databricks-VSCode
Releases · paiqo/Databricks-VSCode
v2.8.6
Release Notes
v2.8.6:
- reworked connecton manager
Databricks CLI Profiles(234)
v2.8.5:
- new version with sample API tokens masked better so they do not cause issues with validation
v2.8.4:
- removed misleading licensing information (226)
What's Changed
- Bump webpack from 5.103.0 to 5.105.0 by @dependabot[bot] in #232
- Bump qs from 6.14.0 to 6.14.2 by @dependabot[bot] in #233
- Bump undici from 7.16.0 to 7.24.1 by @dependabot[bot] in #238
- Bump minimatch by @dependabot[bot] in #235
- Bump koa from 3.0.3 to 3.1.2 by @dependabot[bot] in #236
- rework cli connection manager by @gbrueckl in #239
Full Changelog: v2.8.5...v2.8.6
v2.8.5
Release Notes
v2.8.5:
- new version with sample API tokens masked better so they do not cause issues with validation
v2.8.4:
- removed misleading licensing information (226)
- updated dependencies
- added tree-view icons
What's Changed
Full Changelog: v2.8.4...v2.8.5
v2.8.4
Release Notes
v2.8.4:
- removed misleading licensing information (226)
- updated dependencies
- added tree-view icons
v2.8.3:
- removed hard dependency to
RandomFractalsInc.vscode-data-tablefor proper rendering of tables in notebooks
What's Changed
- Bump tar-fs from 3.1.0 to 3.1.1 by @dependabot[bot] in #219
- Bump koa from 3.0.1 to 3.0.3 by @dependabot[bot] in #222
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #224
- Bump playwright from 1.54.1 to 1.56.1 by @dependabot[bot] in #221
- Bump jws by @dependabot[bot] in #225
- Dev gbrueckl by @gbrueckl in #227
Full Changelog: v2.8.3...v2.8.4
v2.8.3
Release Notes
v2.8.3:
- removed hard dependency to
RandomFractalsInc.vscode-data-tablefor proper rendering of tables in notebooks
v2.8.2:
- added automated deployment for OpenVSX
v2.8.1:
- added automated deployment
What's Changed
- Bump koa and @vscode/test-web by @dependabot[bot] in #215
- Bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in #214
- Bump tmp from 0.2.3 to 0.2.4 by @dependabot[bot] in #216
- Dev gbrueckl by @gbrueckl in #217
- Dev gbrueckl by @gbrueckl in #218
Full Changelog: v2.8.1...v2.8.3
v2.8.1
Release Notes
v2.8.1:
- added automated deployment
v2.8.0:
- fixed issue with interaction with original Databricks Extension
- added warning if
Serverlessis used in original Databricks Extension
v2.7.0:
v2.5.0
v2.5.0:
- added a new config setting
databricks.workspace.rootto set the root from where the Workspace Manager starts (205) - fixed issues where refresh of treeviews was not working properly
v2.4.2:
- fixed issues with widgets. Support for Spark-connect clusters and Scala
- fixed issue with driverpath that is when using the notebook experience
v2.4.1:
- fixed issue with notebook serialization not working properly for markdown
v2.4.0:
- added interactive kernel again (202)
v2.3.6:
- fixed another issue with expiring tokens (196)
v2.3.5:
- fixed issue with expiring tokens (196)
v2.3.4:
- fixed another issue with regular Python files (type FILE) in the workspace when created locally (195)
v2.3.3:
- fixed issue with regular Python files (type FILE) in the workspace when created locally (195)
v2.3.2:
- fixed issue with SQL Widgets (190)
v2.3.1:
- fixed issue with Databricks Extension Connection Manager (189)
v2.3.0:
v2.4.1
What's Changed
- fix various issues with filesInWorkspace by @gbrueckl in #170
- Merge branch 'master' into remove-filesInWorkspace-hack by @gbrueckl in #171
- Added proper default options for Azure connection by @chrizonix in #172
- Bump @koa/cors and @vscode/test-web by @dependabot in #181
- Updating Jobs Link by @MrTeale in #194
- Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #199
New Contributors
- @chrizonix made their first contribution in #172
- @MrTeale made their first contribution in #194
Full Changelog: v2.1.0...v2.4.1
v2.1.0
v2.1.0:
- introduced a new notebook type for
Scala,SQLandR - removed interactive notebook kernel as it never really worked
- replaced it with new Databricks kernel to work with the new notebook type
- added a new Button for JSON files to
Send to Databricks API- create/update cluster
- create/overwrite/update job
- added support for SQL widgets
- fixed an issue with
Databricks Connection Managerwich was broken due to some changes in the Databricks extension (#143) - fix issue with named parameters in widgets (#128)
- minor fix to handle
pip installmore generic - removed support for code cells which never really worked
v2.1.0-pre
- introduced a new notebook type for
Scala,SQLandR - removed interactive notebook kernel as it never really worked
- replaced it with new Databricks kernel to work with the new notebook type
- minor fix to handle
pip installmore generic
v2.0.0 Databricks extension integration
- added integration with official Databricks extensions
- new connection manager Databricks Extensions
- derive cluster for SQL Browser
- change cluster using Cluster Manager
- automatically create a Notebook Kernel for the configured cluster
- added File System
wsfs:/to replacedbws:/in the future (currently both are still supported)