Skip to content

Commit c552ff3

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.4.3 (#1377)
## packages/databricks-vscode ## (2024-09-25) * Bump CLI to 228.1 and regenerate schema (#1369) ([896668b](896668b)), closes [#1369](#1369) * Cancel workflow run if the webview panel is closed before the run even started (#1365) ([d090ec7](d090ec7)), closes [#1365](#1365) * DB Connect Progress: Make sure we always end up at 100% (#1363) ([e51e62b](e51e62b)), closes [#1363](#1363) * Dbconnect progress (#1355) ([a9f79d2](a9f79d2)), closes [#1355](#1355) * Let users cancel deploy and destroy actions (#1375) ([33602dd](33602dd)), closes [#1375](#1375) ## packages/databricks-vscode-types ## (2024-09-25) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 33602dd commit c552ff3

File tree

6 files changed

+30
-13
lines changed

6 files changed

+30
-13
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": "2.4.2",
3+
"version": "2.4.3",
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: v2.4.3
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-09-25)
6+
17
# Release: v2.4.2
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": "2.4.2",
3+
"version": "2.4.3",
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: v2.4.3
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-09-25)
6+
7+
- Update Databricks CLI to 228.1
8+
- Cancel workflow run if the webview panel is closed before the run even started
9+
- Add DBConnect Progress widget
10+
- Let users cancel `deploy` and `destroy` bundle operations
11+
112
# Release: v2.4.2
213

314
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This Software contains code from the following open source projects:
2727
| [@nevware21/ts-async](https://www.npmjs.com/package/@nevware21/ts-async) | 0.3.0 | MIT | https://github.com/nevware21/ts-async.git |
2828
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.10.1 | MIT | https://github.com/nevware21/ts-utils.git |
2929
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.9.5 | MIT | https://github.com/nevware21/ts-utils.git |
30-
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
30+
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3131
| [@types/lodash](https://www.npmjs.com/package/@types/lodash) | 4.14.202 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32-
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.12.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32+
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.50 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3333
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3434
| [@types/shell-quote](https://www.npmjs.com/package/@types/shell-quote) | 1.7.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3535
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
@@ -41,9 +41,11 @@ This Software contains code from the following open source projects:
4141
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.0 | MIT | https://github.com/TooTallNate/proxy-agents.git |
4242
| [ansi-to-html](https://www.npmjs.com/package/ansi-to-html) | 0.7.2 | MIT | https://github.com/rburns/ansi-to-html.git |
4343
| [async](https://www.npmjs.com/package/async) | 3.2.4 | MIT | https://github.com/caolan/async.git |
44+
| [balanced-match](https://www.npmjs.com/package/balanced-match) | 1.0.2 | MIT | git://github.com/juliangruber/balanced-match.git |
4445
| [base64-js](https://www.npmjs.com/package/base64-js) | 1.5.1 | MIT | git://github.com/beatgammit/base64-js.git |
4546
| [bcryptjs](https://www.npmjs.com/package/bcryptjs) | 2.4.3 | MIT | https://github.com/dcodeIO/bcrypt.js.git |
4647
| [bignumber.js](https://www.npmjs.com/package/bignumber.js) | 9.1.2 | MIT | https://github.com/MikeMcl/bignumber.js.git |
48+
| [brace-expansion](https://www.npmjs.com/package/brace-expansion) | 2.0.1 | MIT | git://github.com/juliangruber/brace-expansion.git |
4749
| [buffer-equal-constant-time](https://www.npmjs.com/package/buffer-equal-constant-time) | 1.0.1 | BSD-3-Clause | [email protected]:goinstant/buffer-equal-constant-time.git |
4850
| [color-convert](https://www.npmjs.com/package/color-convert) | 1.9.3 | MIT | Qix-/color-convert |
4951
| [color-name](https://www.npmjs.com/package/color-name) | 1.1.3 | MIT | [email protected]:dfcreative/color-name.git |
@@ -59,13 +61,13 @@ This Software contains code from the following open source projects:
5961
| [extend](https://www.npmjs.com/package/extend) | 3.0.2 | MIT | https://github.com/justmoon/node-extend.git |
6062
| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://[email protected]/taylorhakes/fecha.git |
6163
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
62-
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.4.0 | Apache-2.0 | googleapis/gaxios |
64+
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.7.1 | Apache-2.0 | googleapis/gaxios |
6365
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
64-
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.7.0 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
66+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.14.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
6567
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
66-
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.4 | MIT | https://github.com/TooTallNate/proxy-agents.git |
68+
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.5 | MIT | https://github.com/TooTallNate/proxy-agents.git |
6769
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
68-
| [ini](https://www.npmjs.com/package/ini) | 4.1.2 | ISC | https://github.com/npm/ini.git |
70+
| [ini](https://www.npmjs.com/package/ini) | 4.1.3 | ISC | git+https://github.com/npm/ini.git |
6971
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
7072
| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
7173
| [json-bigint](https://www.npmjs.com/package/json-bigint) | 1.0.0 | MIT | [email protected]:sidorares/json-bigint.git |
@@ -74,7 +76,7 @@ This Software contains code from the following open source projects:
7476
| [kuler](https://www.npmjs.com/package/kuler) | 2.0.0 | MIT | https://github.com/3rd-Eden/kuler |
7577
| [lodash](https://www.npmjs.com/package/lodash) | 4.17.21 | MIT | lodash/lodash |
7678
| [logform](https://www.npmjs.com/package/logform) | 2.5.1 | MIT | git+https://github.com/winstonjs/logform.git |
77-
| [lru-cache](https://www.npmjs.com/package/lru-cache) | 6.0.0 | ISC | git://github.com/isaacs/node-lru-cache.git |
79+
| [minimatch](https://www.npmjs.com/package/minimatch) | 10.0.1 | ISC | git://github.com/isaacs/minimatch.git |
7880
| [ms](https://www.npmjs.com/package/ms) | 2.1.2 | MIT | zeit/ms |
7981
| [ms](https://www.npmjs.com/package/ms) | 2.1.3 | MIT | vercel/ms |
8082
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 2.7.0 | MIT | https://github.com/bitinn/node-fetch.git |
@@ -83,7 +85,7 @@ This Software contains code from the following open source projects:
8385
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.2.2 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
8486
| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
8587
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
86-
| [semver](https://www.npmjs.com/package/semver) | 7.5.4 | ISC | https://github.com/npm/node-semver.git |
88+
| [semver](https://www.npmjs.com/package/semver) | 7.6.3 | ISC | git+https://github.com/npm/node-semver.git |
8789
| [shell-quote](https://www.npmjs.com/package/shell-quote) | 1.8.1 | MIT | http://github.com/ljharb/shell-quote.git |
8890
| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
8991
| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |
@@ -96,12 +98,10 @@ This Software contains code from the following open source projects:
9698
| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
9799
| [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | 0BSD | https://github.com/Microsoft/tslib.git |
98100
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.26.5 | MIT | git+https://github.com/nodejs/undici.git |
99-
| [undici](https://www.npmjs.com/package/undici) | 6.13.0 | MIT | git+https://github.com/nodejs/undici.git |
100101
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
101102
| [uuid](https://www.npmjs.com/package/uuid) | 9.0.1 | MIT | https://github.com/uuidjs/uuid.git |
102103
| [webidl-conversions](https://www.npmjs.com/package/webidl-conversions) | 3.0.1 | BSD-2-Clause | jsdom/webidl-conversions |
103104
| [whatwg-url](https://www.npmjs.com/package/whatwg-url) | 5.0.0 | MIT | jsdom/whatwg-url |
104105
| [winston-transport](https://www.npmjs.com/package/winston-transport) | 4.5.0 | MIT | [email protected]:winstonjs/winston-transport.git |
105106
| [winston](https://www.npmjs.com/package/winston) | 3.11.0 | MIT | https://github.com/winstonjs/winston.git |
106-
| [yallist](https://www.npmjs.com/package/yallist) | 4.0.0 | ISC | git+https://github.com/isaacs/yallist.git |
107107
| [yaml](https://www.npmjs.com/package/yaml) | 2.3.4 | ISC | github:eemeli/yaml |

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": "2.4.2",
7+
"version": "2.4.3",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)