Skip to content

Commit 9c8ce86

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v1.3.0 (#1142)
## 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]>
1 parent 443a5b0 commit 9c8ce86

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "1.2.7",
3+
"version": "1.3.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v1.3.0
2+
3+
## packages/databricks-vscode-types
4+
5+
## 1.3.0 (2024-03-19)
6+
17
# Release: v1.2.7
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "1.2.7",
3+
"version": "1.3.0",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v1.3.0
2+
3+
## packages/databricks-vscode
4+
5+
## 1.3.0 (2024-03-19)
6+
7+
- Fix: Add exception handlers to bootstrap python code, closes [#1123](https://github.com/databricks/databricks-vscode/issues/1123)
8+
- Update Databricks CLI to v0.215.0
9+
- Feature: Add support for reading custom CA from system keystore.
10+
- Feature: Add support for disabling SSL from VS Code system configuration. NOTE: We do not recommend disabling SSL.
11+
112
# Release: v1.2.7
213

314
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This Software contains code from the following open source projects:
1818
| [@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 |
1919
| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.5.0 | MIT | http://github.com/DABH/colors.js.git |
2020
| [@dabh/diagnostics](https://www.npmjs.com/package/@dabh/diagnostics) | 2.0.3 | MIT | git://github.com/3rd-Eden/diagnostics.git |
21-
| [@fastify/busboy](https://www.npmjs.com/package/@fastify/busboy) | 2.1.0 | MIT | https://github.com/fastify/busboy.git |
2221
| [@microsoft/1ds-core-js](https://www.npmjs.com/package/@microsoft/1ds-core-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
2322
| [@microsoft/1ds-post-js](https://www.npmjs.com/package/@microsoft/1ds-post-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
2423
| [@microsoft/applicationinsights-channel-js](https://www.npmjs.com/package/@microsoft/applicationinsights-channel-js) | 3.0.7 | MIT | github:Microsoft/applicationinsights-js |
@@ -46,8 +45,8 @@ This Software contains code from the following open source projects:
4645
| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.19.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
4746
| [@tootallnate/once](https://www.npmjs.com/package/@tootallnate/once) | 2.0.0 | MIT | git://github.com/TooTallNate/once.git |
4847
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
49-
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.11.15 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
50-
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
48+
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.23 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
49+
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5150
| [@types/shimmer](https://www.npmjs.com/package/@types/shimmer) | 1.0.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5251
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5352
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
@@ -93,17 +92,17 @@ This Software contains code from the following open source projects:
9392
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
9493
| [form-data](https://www.npmjs.com/package/form-data) | 4.0.0 | MIT | git://github.com/form-data/form-data.git |
9594
| [function-bind](https://www.npmjs.com/package/function-bind) | 1.1.2 | MIT | https://github.com/Raynos/function-bind.git |
96-
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.2.0 | Apache-2.0 | googleapis/gaxios |
95+
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.3.0 | Apache-2.0 | googleapis/gaxios |
9796
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
98-
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
99-
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.0.1 | MIT | google/node-gtoken |
97+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.3 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
98+
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
10099
| [hasown](https://www.npmjs.com/package/hasown) | 2.0.0 | MIT | git+https://github.com/inspect-js/hasOwn.git |
101100
| [http-proxy-agent](https://www.npmjs.com/package/http-proxy-agent) | 5.0.0 | MIT | git://github.com/TooTallNate/node-http-proxy-agent.git |
102101
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 5.0.1 | MIT | git://github.com/TooTallNate/node-https-proxy-agent.git |
103-
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.2 | MIT | https://github.com/TooTallNate/proxy-agents.git |
102+
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.4 | MIT | https://github.com/TooTallNate/proxy-agents.git |
104103
| [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 |
105104
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
106-
| [ini](https://www.npmjs.com/package/ini) | 4.1.1 | ISC | https://github.com/npm/ini.git |
105+
| [ini](https://www.npmjs.com/package/ini) | 4.1.2 | ISC | https://github.com/npm/ini.git |
107106
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
108107
| [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 |
109108
| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
@@ -143,7 +142,6 @@ This Software contains code from the following open source projects:
143142
| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
144143
| [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | 0BSD | https://github.com/Microsoft/tslib.git |
145144
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.26.5 | MIT | git+https://github.com/nodejs/undici.git |
146-
| [undici](https://www.npmjs.com/package/undici) | 6.6.0 | MIT | git+https://github.com/nodejs/undici.git |
147145
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
148146
| [uuid](https://www.npmjs.com/package/uuid) | 8.3.2 | MIT | https://github.com/uuidjs/uuid.git |
149147
| [webidl-conversions](https://www.npmjs.com/package/webidl-conversions) | 3.0.1 | BSD-2-Clause | jsdom/webidl-conversions |

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "1.2.7",
7+
"version": "1.3.0",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)