From aff2477ad74cd9b65a0d5a3b94cb7d56ba72493e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 17 Apr 2023 16:30:21 +0200
Subject: [PATCH] Release: v0.3.8
## packages/databricks-vscode
## 0.3.8 (2023-04-17)
* [DECO-643] Add Telemetry to VS Code Extension (#630)
([cda35ca](https://github.com/databricks/databricks-vscode/commit/cda35ca)),
closes
[#630](https://github.com/databricks/databricks-vscode/issues/630)
* [DECO-669] Instrument extension activation & connection state changes
(#655)
([817912c](https://github.com/databricks/databricks-vscode/commit/817912c)),
closes
[#655](https://github.com/databricks/databricks-vscode/issues/655)
* [merge-hold] Files in Workspace: Show prompt to enable files in
workspace and add deprecation banner
([1b9fabd](https://github.com/databricks/databricks-vscode/commit/1b9fabd)),
closes
[#587](https://github.com/databricks/databricks-vscode/issues/587)
* Add DB Connect Enabled ui button (#635)
([0a99827](https://github.com/databricks/databricks-vscode/commit/0a99827)),
closes
[#635](https://github.com/databricks/databricks-vscode/issues/635)
* Add Feature Manager and use it to manage dbconnect integration (#619)
([2f2eae4](https://github.com/databricks/databricks-vscode/commit/2f2eae4)),
closes
[#619](https://github.com/databricks/databricks-vscode/issues/619)
* Add metadata service client and server (#624)
([8632e49](https://github.com/databricks/databricks-vscode/commit/8632e49)),
closes
[#624](https://github.com/databricks/databricks-vscode/issues/624)
* Bricks CLI Auth (#541)
([3708572](https://github.com/databricks/databricks-vscode/commit/3708572)),
closes
[#541](https://github.com/databricks/databricks-vscode/issues/541)
* Bump bricks (#636)
([a50ef3c](https://github.com/databricks/databricks-vscode/commit/a50ef3c)),
closes
[#636](https://github.com/databricks/databricks-vscode/issues/636)
* Bump dependency versions (#653)
([df270e3](https://github.com/databricks/databricks-vscode/commit/df270e3)),
closes
[#653](https://github.com/databricks/databricks-vscode/issues/653)
* Delete dbconnect wheel (#658)
([3f0f65b](https://github.com/databricks/databricks-vscode/commit/3f0f65b)),
closes
[#658](https://github.com/databricks/databricks-vscode/issues/658)
* Fix typo (#599)
([719acb0](https://github.com/databricks/databricks-vscode/commit/719acb0)),
closes
[#599](https://github.com/databricks/databricks-vscode/issues/599)
* Remove dbconnect from optin options (#661)
([2be752d](https://github.com/databricks/databricks-vscode/commit/2be752d)),
closes
[#661](https://github.com/databricks/databricks-vscode/issues/661)
* Treat cluster in RESIZING state as running clusters (#656)
([d19f64a](https://github.com/databricks/databricks-vscode/commit/d19f64a)),
closes
[#656](https://github.com/databricks/databricks-vscode/issues/656)
[#618](https://github.com/databricks/databricks-vscode/issues/618)
* Use minimum supported vscode version (from package.json) for
integration tests (#626)
([ac449ac](https://github.com/databricks/databricks-vscode/commit/ac449ac)),
closes
[#626](https://github.com/databricks/databricks-vscode/issues/626)
* We broke the SQLTools and Paiqo extensions (#660)
([919fd74](https://github.com/databricks/databricks-vscode/commit/919fd74)),
closes
[#660](https://github.com/databricks/databricks-vscode/issues/660)
* Write .databricks.env file with the required env variables (#621)
([00d9b5e](https://github.com/databricks/databricks-vscode/commit/00d9b5e)),
closes
[#621](https://github.com/databricks/databricks-vscode/issues/621)
## packages/databricks-sdk-js
## 0.3.8 (2023-04-17)
* Add Feature Manager and use it to manage dbconnect integration (#619)
([2f2eae4](https://github.com/databricks/databricks-vscode/commit/2f2eae4)),
closes
[#619](https://github.com/databricks/databricks-vscode/issues/619)
* Add metadata service client and server (#624)
([8632e49](https://github.com/databricks/databricks-vscode/commit/8632e49)),
closes
[#624](https://github.com/databricks/databricks-vscode/issues/624)
* Bricks CLI Auth (#541)
([3708572](https://github.com/databricks/databricks-vscode/commit/3708572)),
closes
[#541](https://github.com/databricks/databricks-vscode/issues/541)
* Bump dependency versions (#653)
([df270e3](https://github.com/databricks/databricks-vscode/commit/df270e3)),
closes
[#653](https://github.com/databricks/databricks-vscode/issues/653)
* Use waiter to handle long running calls (#611)
([2394e6a](https://github.com/databricks/databricks-vscode/commit/2394e6a)),
closes
[#611](https://github.com/databricks/databricks-vscode/issues/611)
## packages/databricks-vscode-types
## 0.3.8 (2023-04-17)
* Bump dependency versions (#653)
([df270e3](https://github.com/databricks/databricks-vscode/commit/df270e3)),
closes
[#653](https://github.com/databricks/databricks-vscode/issues/653)
* We broke the SQLTools and Paiqo extensions (#660)
([919fd74](https://github.com/databricks/databricks-vscode/commit/919fd74)),
closes
[#660](https://github.com/databricks/databricks-vscode/issues/660)
[DECO-643]:
https://databricks.atlassian.net/browse/DECO-643?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DECO-669]:
https://databricks.atlassian.net/browse/DECO-669?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
---------
Co-authored-by: releasebot
Co-authored-by: Kartik Gupta <88345179+kartikgupta-db@users.noreply.github.com>
Co-authored-by: kartikgupta-db
---
package.json | 2 +-
packages/databricks-sdk-js/CHANGELOG.md | 11 ++
packages/databricks-sdk-js/NOTICE.md | 2 +-
packages/databricks-sdk-js/package.json | 2 +-
packages/databricks-vscode-types/CHANGELOG.md | 8 +
packages/databricks-vscode-types/package.json | 2 +-
packages/databricks-vscode/CHANGELOG.md | 14 ++
packages/databricks-vscode/NOTICE.md | 153 ++++++++++++------
packages/databricks-vscode/package.json | 2 +-
9 files changed, 138 insertions(+), 58 deletions(-)
diff --git a/package.json b/package.json
index d19ba73e7..182c4a9c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
- "version": "0.3.7",
+ "version": "0.3.8",
"private": true,
"workspaces": [
"packages/*"
diff --git a/packages/databricks-sdk-js/CHANGELOG.md b/packages/databricks-sdk-js/CHANGELOG.md
index 511b3c2a8..4c7c92377 100644
--- a/packages/databricks-sdk-js/CHANGELOG.md
+++ b/packages/databricks-sdk-js/CHANGELOG.md
@@ -1,3 +1,14 @@
+# Release: v0.3.8
+
+## packages/databricks-sdk-js
+
+## 0.3.8 (2023-04-17)
+
+- Feature: Add detection for Unity Catalogue to Clusters service.
+- Feature: Add metadata service client and server as credential provider.
+- Feature: Add credential provider to support OAuth through Bricks CLI.
+- Feature: Use waiter to handle long running calls.
+
# Release: v0.3.7
## packages/databricks-sdk-js
diff --git a/packages/databricks-sdk-js/NOTICE.md b/packages/databricks-sdk-js/NOTICE.md
index ffe149792..784c8f554 100644
--- a/packages/databricks-sdk-js/NOTICE.md
+++ b/packages/databricks-sdk-js/NOTICE.md
@@ -10,7 +10,7 @@ This Software contains code from the following open source projects:
| :------------------------------------------------------------------------- | :---------------- | :--------- | :------------------------------------------------------------- |
| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://jimmywarting@github.com/jimmywarting/FormData.git |
-| [ini](https://www.npmjs.com/package/ini) | 3.0.1 | ISC | https://github.com/npm/ini.git |
+| [ini](https://www.npmjs.com/package/ini) | 4.0.0 | ISC | https://github.com/npm/ini.git |
| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
diff --git a/packages/databricks-sdk-js/package.json b/packages/databricks-sdk-js/package.json
index f46a1354a..67f7b8783 100644
--- a/packages/databricks-sdk-js/package.json
+++ b/packages/databricks-sdk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-sdk",
- "version": "0.3.7",
+ "version": "0.3.8",
"description": "Databricks SDK",
"repository": {
"type": "git",
diff --git a/packages/databricks-vscode-types/CHANGELOG.md b/packages/databricks-vscode-types/CHANGELOG.md
index 677b5274e..68ad49701 100644
--- a/packages/databricks-vscode-types/CHANGELOG.md
+++ b/packages/databricks-vscode-types/CHANGELOG.md
@@ -1,3 +1,11 @@
+# Release: v0.3.8
+
+## packages/databricks-vscode-types
+
+## 0.3.8 (2023-04-17)
+
+- Fix: Reverted changes to the exported API. This had broken some downstream projects such as [SQLTools Databricks Driver](https://github.com/databricks/sqltools-databricks-driver) and [Databricks Power Tools for VSCode](https://github.com/paiqo/Databricks-VSCode).
+
# Release: v0.3.7
## packages/databricks-vscode-types
diff --git a/packages/databricks-vscode-types/package.json b/packages/databricks-vscode-types/package.json
index 139e6f460..6361aba5d 100644
--- a/packages/databricks-vscode-types/package.json
+++ b/packages/databricks-vscode-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
- "version": "0.3.7",
+ "version": "0.3.8",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
diff --git a/packages/databricks-vscode/CHANGELOG.md b/packages/databricks-vscode/CHANGELOG.md
index aac490426..740a8b621 100644
--- a/packages/databricks-vscode/CHANGELOG.md
+++ b/packages/databricks-vscode/CHANGELOG.md
@@ -1,3 +1,17 @@
+# 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](https://github.com/databricks/databricks-vscode/issues/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](https://github.com/databricks/databricks-vscode/issues/618)
+- Fix: Reverted changes to the exported API. This had broken some downstream projects such as [SQLTools Databricks Driver](https://github.com/databricks/sqltools-databricks-driver) and [Databricks Power Tools for VSCode](https://github.com/paiqo/Databricks-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
## packages/databricks-vscode
diff --git a/packages/databricks-vscode/NOTICE.md b/packages/databricks-vscode/NOTICE.md
index 053e29309..ca7efb5cb 100644
--- a/packages/databricks-vscode/NOTICE.md
+++ b/packages/databricks-vscode/NOTICE.md
@@ -6,56 +6,103 @@ This Software includes software developed at Databricks (https://www.databricks.
This Software contains code from the following open source projects:
-| Name | Installed version | License | Code |
-| :------------------------------------------------------------------------------------------- | :---------------- | :----------- | :------------------------------------------------------------- |
-| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.5.0 | MIT | http://github.com/DABH/colors.js.git |
-| [@dabh/diagnostics](https://www.npmjs.com/package/@dabh/diagnostics) | 2.0.3 | MIT | git://github.com/3rd-Eden/diagnostics.git |
-| [@microsoft/fast-element](https://www.npmjs.com/package/@microsoft/fast-element) | 1.11.0 | MIT | git+https://github.com/Microsoft/fast.git |
-| [@microsoft/fast-foundation](https://www.npmjs.com/package/@microsoft/fast-foundation) | 2.47.0 | MIT | git+https://github.com/Microsoft/fast.git |
-| [@microsoft/fast-react-wrapper](https://www.npmjs.com/package/@microsoft/fast-react-wrapper) | 0.1.48 | MIT | git+https://github.com/Microsoft/fast.git |
-| [@microsoft/fast-web-utilities](https://www.npmjs.com/package/@microsoft/fast-web-utilities) | 5.4.1 | MIT | git+https://github.com/Microsoft/fast.git |
-| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
-| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
-| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
-| [@vscode/webview-ui-toolkit](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) | 1.2.1 | MIT | git+https://github.com/microsoft/vscode-webview-ui-toolkit.git |
-| [ansi-to-html](https://www.npmjs.com/package/ansi-to-html) | 0.7.2 | MIT | https://github.com/rburns/ansi-to-html.git |
-| [async](https://www.npmjs.com/package/async) | 3.2.4 | MIT | https://github.com/caolan/async.git |
-| [color-convert](https://www.npmjs.com/package/color-convert) | 1.9.3 | MIT | Qix-/color-convert |
-| [color-name](https://www.npmjs.com/package/color-name) | 1.1.3 | MIT | git@github.com:dfcreative/color-name.git |
-| [color-name](https://www.npmjs.com/package/color-name) | 1.1.4 | MIT | git@github.com:colorjs/color-name.git |
-| [color-string](https://www.npmjs.com/package/color-string) | 1.9.1 | MIT | Qix-/color-string |
-| [color](https://www.npmjs.com/package/color) | 3.2.1 | MIT | Qix-/color |
-| [colorspace](https://www.npmjs.com/package/colorspace) | 1.1.4 | MIT | https://github.com/3rd-Eden/colorspace |
-| [enabled](https://www.npmjs.com/package/enabled) | 2.0.0 | MIT | git://github.com/3rd-Eden/enabled.git |
-| [entities](https://www.npmjs.com/package/entities) | 2.2.0 | BSD-2-Clause | git://github.com/fb55/entities.git |
-| [exenv-es6](https://www.npmjs.com/package/exenv-es6) | 1.1.1 | MIT | git+https://github.com/chrisdholt/exenv-es6.git |
-| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://taylorhakes@github.com/taylorhakes/fecha.git |
-| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
-| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
-| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://jimmywarting@github.com/jimmywarting/FormData.git |
-| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
-| [ini](https://www.npmjs.com/package/ini) | 3.0.1 | ISC | https://github.com/npm/ini.git |
-| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
-| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
-| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
-| [kuler](https://www.npmjs.com/package/kuler) | 2.0.0 | MIT | https://github.com/3rd-Eden/kuler |
-| [logform](https://www.npmjs.com/package/logform) | 2.5.1 | MIT | git+https://github.com/winstonjs/logform.git |
-| [ms](https://www.npmjs.com/package/ms) | 2.1.3 | MIT | vercel/ms |
-| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
-| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
-| [one-time](https://www.npmjs.com/package/one-time) | 1.0.0 | MIT | https://github.com/3rd-Eden/one-time.git |
-| [readable-stream](https://www.npmjs.com/package/readable-stream) | 3.6.0 | MIT | git://github.com/nodejs/readable-stream |
-| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
-| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
-| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.2 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
-| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
-| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |
-| [string_decoder](https://www.npmjs.com/package/string_decoder) | 1.3.0 | MIT | git://github.com/nodejs/string_decoder.git |
-| [tabbable](https://www.npmjs.com/package/tabbable) | 5.3.3 | MIT | git+https://github.com/focus-trap/tabbable.git |
-| [text-hex](https://www.npmjs.com/package/text-hex) | 1.0.0 | MIT | https://github.com/3rd-Eden/text-hex |
-| [triple-beam](https://www.npmjs.com/package/triple-beam) | 1.3.0 | MIT | git+https://github.com/winstonjs/triple-beam.git |
-| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
-| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
-| [web-streams-polyfill](https://www.npmjs.com/package/web-streams-polyfill) | 3.2.1 | MIT | git+https://github.com/MattiasBuelens/web-streams-polyfill.git |
-| [winston-transport](https://www.npmjs.com/package/winston-transport) | 4.5.0 | MIT | git@github.com:winstonjs/winston-transport.git |
-| [winston](https://www.npmjs.com/package/winston) | 3.8.2 | MIT | https://github.com/winstonjs/winston.git |
+| Name | Installed version | License | Code |
+| :--------------------------------------------------------------------------------------------------------------------- | :---------------- | :----------- | :--------------------------------------------------------------------------------------------------------- |
+| [@azure/abort-controller](https://www.npmjs.com/package/@azure/abort-controller) | 1.1.0 | MIT | github:Azure/azure-sdk-for-js |
+| [@azure/core-auth](https://www.npmjs.com/package/@azure/core-auth) | 1.4.0 | MIT | github:Azure/azure-sdk-for-js |
+| [@azure/core-rest-pipeline](https://www.npmjs.com/package/@azure/core-rest-pipeline) | 1.10.3 | MIT | github:Azure/azure-sdk-for-js |
+| [@azure/core-tracing](https://www.npmjs.com/package/@azure/core-tracing) | 1.0.1 | MIT | github:Azure/azure-sdk-for-js |
+| [@azure/core-util](https://www.npmjs.com/package/@azure/core-util) | 1.3.0 | MIT | github:Azure/azure-sdk-for-js |
+| [@azure/logger](https://www.npmjs.com/package/@azure/logger) | 1.0.4 | MIT | github:Azure/azure-sdk-for-js |
+| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.5.0 | MIT | http://github.com/DABH/colors.js.git |
+| [@dabh/diagnostics](https://www.npmjs.com/package/@dabh/diagnostics) | 2.0.3 | MIT | git://github.com/3rd-Eden/diagnostics.git |
+| [@microsoft/1ds-core-js](https://www.npmjs.com/package/@microsoft/1ds-core-js) | 3.2.9 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
+| [@microsoft/1ds-post-js](https://www.npmjs.com/package/@microsoft/1ds-post-js) | 3.2.9 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
+| [@microsoft/applicationinsights-channel-js](https://www.npmjs.com/package/@microsoft/applicationinsights-channel-js) | 2.8.12 | MIT | github:Microsoft/applicationinsights-js |
+| [@microsoft/applicationinsights-common](https://www.npmjs.com/package/@microsoft/applicationinsights-common) | 2.8.12 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCommon |
+| [@microsoft/applicationinsights-core-js](https://www.npmjs.com/package/@microsoft/applicationinsights-core-js) | 2.8.10 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCore |
+| [@microsoft/applicationinsights-core-js](https://www.npmjs.com/package/@microsoft/applicationinsights-core-js) | 2.8.12 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCore |
+| [@microsoft/applicationinsights-shims](https://www.npmjs.com/package/@microsoft/applicationinsights-shims) | 2.0.2 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/shims |
+| [@microsoft/applicationinsights-web-basic](https://www.npmjs.com/package/@microsoft/applicationinsights-web-basic) | 2.8.12 | MIT | https://github.com/microsoft/ApplicationInsights-JS.git |
+| [@microsoft/applicationinsights-web-snippet](https://www.npmjs.com/package/@microsoft/applicationinsights-web-snippet) | 1.0.1 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-web-snippet |
+| [@microsoft/dynamicproto-js](https://www.npmjs.com/package/@microsoft/dynamicproto-js) | 1.1.9 | MIT | git+https://github.com/microsoft/DynamicProto-JS.git |
+| [@microsoft/fast-element](https://www.npmjs.com/package/@microsoft/fast-element) | 1.11.0 | MIT | git+https://github.com/Microsoft/fast.git |
+| [@microsoft/fast-foundation](https://www.npmjs.com/package/@microsoft/fast-foundation) | 2.48.0 | MIT | git+https://github.com/Microsoft/fast.git |
+| [@microsoft/fast-react-wrapper](https://www.npmjs.com/package/@microsoft/fast-react-wrapper) | 0.1.48 | MIT | git+https://github.com/Microsoft/fast.git |
+| [@microsoft/fast-web-utilities](https://www.npmjs.com/package/@microsoft/fast-web-utilities) | 5.4.1 | MIT | git+https://github.com/Microsoft/fast.git |
+| [@opentelemetry/api](https://www.npmjs.com/package/@opentelemetry/api) | 1.4.1 | Apache-2.0 | open-telemetry/opentelemetry-js |
+| [@opentelemetry/core](https://www.npmjs.com/package/@opentelemetry/core) | 1.11.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
+| [@opentelemetry/resources](https://www.npmjs.com/package/@opentelemetry/resources) | 1.11.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
+| [@opentelemetry/sdk-trace-base](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base) | 1.11.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
+| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.11.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
+| [@tootallnate/once](https://www.npmjs.com/package/@tootallnate/once) | 2.0.0 | MIT | git://github.com/TooTallNate/once.git |
+| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
+| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
+| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
+| [@vscode/extension-telemetry](https://www.npmjs.com/package/@vscode/extension-telemetry) | 0.7.7 | MIT | https://github.com/Microsoft/vscode-extension-telemetry.git |
+| [@vscode/webview-ui-toolkit](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) | 1.2.2 | MIT | git+https://github.com/microsoft/vscode-webview-ui-toolkit.git |
+| [agent-base](https://www.npmjs.com/package/agent-base) | 6.0.2 | MIT | git://github.com/TooTallNate/node-agent-base.git |
+| [ansi-to-html](https://www.npmjs.com/package/ansi-to-html) | 0.7.2 | MIT | https://github.com/rburns/ansi-to-html.git |
+| [applicationinsights](https://www.npmjs.com/package/applicationinsights) | 2.5.0 | MIT | https://github.com/microsoft/ApplicationInsights-node.js |
+| [async-hook-jl](https://www.npmjs.com/package/async-hook-jl) | 1.7.6 | MIT | git://github.com/jeff-lewis/async-hook-jl.git |
+| [async-listener](https://www.npmjs.com/package/async-listener) | 0.6.10 | BSD-2-Clause | https://github.com/othiym23/async-listener.git |
+| [async](https://www.npmjs.com/package/async) | 3.2.4 | MIT | https://github.com/caolan/async.git |
+| [asynckit](https://www.npmjs.com/package/asynckit) | 0.4.0 | MIT | git+https://github.com/alexindigo/asynckit.git |
+| [bcryptjs](https://www.npmjs.com/package/bcryptjs) | 2.4.3 | MIT | https://github.com/dcodeIO/bcrypt.js.git |
+| [cls-hooked](https://www.npmjs.com/package/cls-hooked) | 4.2.2 | BSD-2-Clause | https://github.com/jeff-lewis/cls-hooked.git |
+| [color-convert](https://www.npmjs.com/package/color-convert) | 1.9.3 | MIT | Qix-/color-convert |
+| [color-name](https://www.npmjs.com/package/color-name) | 1.1.3 | MIT | git@github.com:dfcreative/color-name.git |
+| [color-name](https://www.npmjs.com/package/color-name) | 1.1.4 | MIT | git@github.com:colorjs/color-name.git |
+| [color-string](https://www.npmjs.com/package/color-string) | 1.9.1 | MIT | Qix-/color-string |
+| [color](https://www.npmjs.com/package/color) | 3.2.1 | MIT | Qix-/color |
+| [colorspace](https://www.npmjs.com/package/colorspace) | 1.1.4 | MIT | https://github.com/3rd-Eden/colorspace |
+| [combined-stream](https://www.npmjs.com/package/combined-stream) | 1.0.8 | MIT | git://github.com/felixge/node-combined-stream.git |
+| [continuation-local-storage](https://www.npmjs.com/package/continuation-local-storage) | 3.2.1 | BSD-2-Clause | https://github.com/othiym23/node-continuation-local-storage.git |
+| [debug](https://www.npmjs.com/package/debug) | 4.3.4 | MIT | git://github.com/debug-js/debug.git |
+| [delayed-stream](https://www.npmjs.com/package/delayed-stream) | 1.0.0 | MIT | git://github.com/felixge/node-delayed-stream.git |
+| [diagnostic-channel-publishers](https://www.npmjs.com/package/diagnostic-channel-publishers) | 1.0.5 | MIT | https://github.com/Microsoft/node-diagnostic-channel.git |
+| [diagnostic-channel](https://www.npmjs.com/package/diagnostic-channel) | 1.1.0 | MIT | https://github.com/Microsoft/node-diagnostic-channel.git |
+| [emitter-listener](https://www.npmjs.com/package/emitter-listener) | 1.1.2 | BSD-2-Clause | https://github.com/othiym23/emitter-listener |
+| [enabled](https://www.npmjs.com/package/enabled) | 2.0.0 | MIT | git://github.com/3rd-Eden/enabled.git |
+| [entities](https://www.npmjs.com/package/entities) | 2.2.0 | BSD-2-Clause | git://github.com/fb55/entities.git |
+| [exenv-es6](https://www.npmjs.com/package/exenv-es6) | 1.1.1 | MIT | git+https://github.com/chrisdholt/exenv-es6.git |
+| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://taylorhakes@github.com/taylorhakes/fecha.git |
+| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
+| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
+| [form-data](https://www.npmjs.com/package/form-data) | 4.0.0 | MIT | git://github.com/form-data/form-data.git |
+| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://jimmywarting@github.com/jimmywarting/FormData.git |
+| [http-proxy-agent](https://www.npmjs.com/package/http-proxy-agent) | 5.0.0 | MIT | git://github.com/TooTallNate/node-http-proxy-agent.git |
+| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 5.0.1 | MIT | git://github.com/TooTallNate/node-https-proxy-agent.git |
+| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
+| [ini](https://www.npmjs.com/package/ini) | 4.0.0 | ISC | https://github.com/npm/ini.git |
+| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
+| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
+| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
+| [kuler](https://www.npmjs.com/package/kuler) | 2.0.0 | MIT | https://github.com/3rd-Eden/kuler |
+| [logform](https://www.npmjs.com/package/logform) | 2.5.1 | MIT | git+https://github.com/winstonjs/logform.git |
+| [mime-db](https://www.npmjs.com/package/mime-db) | 1.52.0 | MIT | jshttp/mime-db |
+| [mime-types](https://www.npmjs.com/package/mime-types) | 2.1.35 | MIT | jshttp/mime-types |
+| [ms](https://www.npmjs.com/package/ms) | 2.1.2 | MIT | zeit/ms |
+| [ms](https://www.npmjs.com/package/ms) | 2.1.3 | MIT | vercel/ms |
+| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
+| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
+| [one-time](https://www.npmjs.com/package/one-time) | 1.0.0 | MIT | https://github.com/3rd-Eden/one-time.git |
+| [readable-stream](https://www.npmjs.com/package/readable-stream) | 3.6.2 | MIT | git://github.com/nodejs/readable-stream |
+| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
+| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
+| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
+| [semver](https://www.npmjs.com/package/semver) | 5.7.1 | ISC | https://github.com/npm/node-semver |
+| [shimmer](https://www.npmjs.com/package/shimmer) | 1.2.1 | BSD-2-Clause | https://github.com/othiym23/shimmer.git |
+| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
+| [stack-chain](https://www.npmjs.com/package/stack-chain) | 1.3.7 | MIT | git://github.com/AndreasMadsen/stack-chain.git |
+| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |
+| [string_decoder](https://www.npmjs.com/package/string_decoder) | 1.3.0 | MIT | git://github.com/nodejs/string_decoder.git |
+| [tabbable](https://www.npmjs.com/package/tabbable) | 5.3.3 | MIT | git+https://github.com/focus-trap/tabbable.git |
+| [text-hex](https://www.npmjs.com/package/text-hex) | 1.0.0 | MIT | https://github.com/3rd-Eden/text-hex |
+| [triple-beam](https://www.npmjs.com/package/triple-beam) | 1.3.0 | MIT | git+https://github.com/winstonjs/triple-beam.git |
+| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
+| [tslib](https://www.npmjs.com/package/tslib) | 2.5.0 | 0BSD | https://github.com/Microsoft/tslib.git |
+| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
+| [web-streams-polyfill](https://www.npmjs.com/package/web-streams-polyfill) | 3.2.1 | MIT | git+https://github.com/MattiasBuelens/web-streams-polyfill.git |
+| [winston-transport](https://www.npmjs.com/package/winston-transport) | 4.5.0 | MIT | git@github.com:winstonjs/winston-transport.git |
+| [winston](https://www.npmjs.com/package/winston) | 3.8.2 | MIT | https://github.com/winstonjs/winston.git |
diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json
index 1c30fd2fb..a80573a80 100644
--- a/packages/databricks-vscode/package.json
+++ b/packages/databricks-vscode/package.json
@@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
- "version": "0.3.7",
+ "version": "0.3.8",
"engines": {
"vscode": "^1.76.0"
},