Skip to content

Commit

Permalink
Release: v1.3.0 (#1142)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## 1.3.0 (2024-03-19)

* Add exception handlers to bootstrap python code (#1133)
([4a00f9c](4a00f9c)),
closes
[#1133](#1133)
[#1123](#1123)
* Update `wdio-vscode-service` to fix integration tests (#1046)
([e49b3e7](e49b3e7)),
closes
[#1046](#1046)
* Update Databricks CLI to v0.212.4 (#1052)
([53bf355](53bf355)),
closes
[#1052](#1052)
* Update Databricks CLI to v0.215.0 (#1118)
([73a147f](73a147f)),
closes
[#1118](#1118)
* Update Databricks SDK to fix support for custom certificates (#1136)
([443a5b0](443a5b0)),
closes
[#1136](#1136)



## packages/databricks-vscode-types
## 1.3.0 (2024-03-19)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Kartik Gupta <[email protected]>
Co-authored-by: kartikgupta-db <[email protected]>
  • Loading branch information
4 people authored Mar 19, 2024
1 parent 443a5b0 commit 9c8ce86
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "1.2.7",
"version": "1.3.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v1.3.0

## packages/databricks-vscode-types

## 1.3.0 (2024-03-19)

# Release: v1.2.7

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "1.2.7",
"version": "1.3.0",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release: v1.3.0

## packages/databricks-vscode

## 1.3.0 (2024-03-19)

- Fix: Add exception handlers to bootstrap python code, closes [#1123](https://github.com/databricks/databricks-vscode/issues/1123)
- Update Databricks CLI to v0.215.0
- Feature: Add support for reading custom CA from system keystore.
- Feature: Add support for disabling SSL from VS Code system configuration. NOTE: We do not recommend disabling SSL.

# Release: v1.2.7

## packages/databricks-vscode
Expand Down
16 changes: 7 additions & 9 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This Software contains code from the following open source projects:
| [@azure/opentelemetry-instrumentation-azure-sdk](https://www.npmjs.com/package/@azure/opentelemetry-instrumentation-azure-sdk) | 1.0.0-beta.5 | 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 |
| [@fastify/busboy](https://www.npmjs.com/package/@fastify/busboy) | 2.1.0 | MIT | https://github.com/fastify/busboy.git |
| [@microsoft/1ds-core-js](https://www.npmjs.com/package/@microsoft/1ds-core-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
| [@microsoft/1ds-post-js](https://www.npmjs.com/package/@microsoft/1ds-post-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
| [@microsoft/applicationinsights-channel-js](https://www.npmjs.com/package/@microsoft/applicationinsights-channel-js) | 3.0.7 | MIT | github:Microsoft/applicationinsights-js |
Expand Down Expand Up @@ -46,8 +45,8 @@ This Software contains code from the following open source projects:
| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.19.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/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.11.15 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.23 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/shimmer](https://www.npmjs.com/package/@types/shimmer) | 1.0.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.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.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
Expand Down Expand Up @@ -93,17 +92,17 @@ This Software contains code from the following open source projects:
| [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 |
| [function-bind](https://www.npmjs.com/package/function-bind) | 1.1.2 | MIT | https://github.com/Raynos/function-bind.git |
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.2.0 | Apache-2.0 | googleapis/gaxios |
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.3.0 | Apache-2.0 | googleapis/gaxios |
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.0.1 | MIT | google/node-gtoken |
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.3 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
| [hasown](https://www.npmjs.com/package/hasown) | 2.0.0 | MIT | git+https://github.com/inspect-js/hasOwn.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 |
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.2 | MIT | https://github.com/TooTallNate/proxy-agents.git |
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.4 | MIT | https://github.com/TooTallNate/proxy-agents.git |
| [import-in-the-middle](https://www.npmjs.com/package/import-in-the-middle) | 1.4.2 | Apache-2.0 | git+ssh://[email protected]/DataDog/import-in-the-middle.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.1.1 | ISC | https://github.com/npm/ini.git |
| [ini](https://www.npmjs.com/package/ini) | 4.1.2 | ISC | https://github.com/npm/ini.git |
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
| [is-core-module](https://www.npmjs.com/package/is-core-module) | 2.13.1 | MIT | git+https://github.com/inspect-js/is-core-module.git |
| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
Expand Down Expand Up @@ -143,7 +142,6 @@ This Software contains code from the following open source projects:
| [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.6.2 | 0BSD | https://github.com/Microsoft/tslib.git |
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.26.5 | MIT | git+https://github.com/nodejs/undici.git |
| [undici](https://www.npmjs.com/package/undici) | 6.6.0 | MIT | git+https://github.com/nodejs/undici.git |
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
| [uuid](https://www.npmjs.com/package/uuid) | 8.3.2 | MIT | https://github.com/uuidjs/uuid.git |
| [webidl-conversions](https://www.npmjs.com/package/webidl-conversions) | 3.0.1 | BSD-2-Clause | jsdom/webidl-conversions |
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "1.2.7",
"version": "1.3.0",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit 9c8ce86

Please sign in to comment.