Skip to content

Commit

Permalink
Release: v2.4.3 (#1377)
Browse files Browse the repository at this point in the history
## 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 <noreply@github.com>
Co-authored-by: Ilia Babanov <ilia.babanov@databricks.com>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 33602dd commit c552ff3
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 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": "2.4.2",
"version": "2.4.3",
"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: v2.4.3

## packages/databricks-vscode-types

## (2024-09-25)

# Release: v2.4.2

## 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": "2.4.2",
"version": "2.4.3",
"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: v2.4.3

## packages/databricks-vscode

## (2024-09-25)

- Update Databricks CLI to 228.1
- Cancel workflow run if the webview panel is closed before the run even started
- Add DBConnect Progress widget
- Let users cancel `deploy` and `destroy` bundle operations

# Release: v2.4.2

## packages/databricks-vscode
Expand Down
20 changes: 10 additions & 10 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This Software contains code from the following open source projects:
| [@nevware21/ts-async](https://www.npmjs.com/package/@nevware21/ts-async) | 0.3.0 | MIT | https://github.com/nevware21/ts-async.git |
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.10.1 | MIT | https://github.com/nevware21/ts-utils.git |
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.9.5 | MIT | https://github.com/nevware21/ts-utils.git |
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/lodash](https://www.npmjs.com/package/@types/lodash) | 4.14.202 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.12.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.50 | 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/shell-quote](https://www.npmjs.com/package/@types/shell-quote) | 1.7.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 |
Expand All @@ -41,9 +41,11 @@ This Software contains code from the following open source projects:
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.0 | MIT | https://github.com/TooTallNate/proxy-agents.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 |
| [balanced-match](https://www.npmjs.com/package/balanced-match) | 1.0.2 | MIT | git://github.com/juliangruber/balanced-match.git |
| [base64-js](https://www.npmjs.com/package/base64-js) | 1.5.1 | MIT | git://github.com/beatgammit/base64-js.git |
| [bcryptjs](https://www.npmjs.com/package/bcryptjs) | 2.4.3 | MIT | https://github.com/dcodeIO/bcrypt.js.git |
| [bignumber.js](https://www.npmjs.com/package/bignumber.js) | 9.1.2 | MIT | https://github.com/MikeMcl/bignumber.js.git |
| [brace-expansion](https://www.npmjs.com/package/brace-expansion) | 2.0.1 | MIT | git://github.com/juliangruber/brace-expansion.git |
| [buffer-equal-constant-time](https://www.npmjs.com/package/buffer-equal-constant-time) | 1.0.1 | BSD-3-Clause | git@github.com:goinstant/buffer-equal-constant-time.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 |
Expand All @@ -59,13 +61,13 @@ This Software contains code from the following open source projects:
| [extend](https://www.npmjs.com/package/extend) | 3.0.2 | MIT | https://github.com/justmoon/node-extend.git |
| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://taylorhakes@github.com/taylorhakes/fecha.git |
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.4.0 | Apache-2.0 | googleapis/gaxios |
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.7.1 | 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.7.0 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.14.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.4 | MIT | https://github.com/TooTallNate/proxy-agents.git |
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.5 | MIT | https://github.com/TooTallNate/proxy-agents.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.2 | ISC | https://github.com/npm/ini.git |
| [ini](https://www.npmjs.com/package/ini) | 4.1.3 | ISC | git+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-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
| [json-bigint](https://www.npmjs.com/package/json-bigint) | 1.0.0 | MIT | git@github.com:sidorares/json-bigint.git |
Expand All @@ -74,7 +76,7 @@ This Software contains code from the following open source projects:
| [kuler](https://www.npmjs.com/package/kuler) | 2.0.0 | MIT | https://github.com/3rd-Eden/kuler |
| [lodash](https://www.npmjs.com/package/lodash) | 4.17.21 | MIT | lodash/lodash |
| [logform](https://www.npmjs.com/package/logform) | 2.5.1 | MIT | git+https://github.com/winstonjs/logform.git |
| [lru-cache](https://www.npmjs.com/package/lru-cache) | 6.0.0 | ISC | git://github.com/isaacs/node-lru-cache.git |
| [minimatch](https://www.npmjs.com/package/minimatch) | 10.0.1 | ISC | git://github.com/isaacs/minimatch.git |
| [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-fetch](https://www.npmjs.com/package/node-fetch) | 2.7.0 | MIT | https://github.com/bitinn/node-fetch.git |
Expand All @@ -83,7 +85,7 @@ This Software contains code from the following open source projects:
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.2.2 | 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) | 7.5.4 | ISC | https://github.com/npm/node-semver.git |
| [semver](https://www.npmjs.com/package/semver) | 7.6.3 | ISC | git+https://github.com/npm/node-semver.git |
| [shell-quote](https://www.npmjs.com/package/shell-quote) | 1.8.1 | MIT | http://github.com/ljharb/shell-quote.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 |
Expand All @@ -96,12 +98,10 @@ 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.13.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) | 9.0.1 | 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 |
| [whatwg-url](https://www.npmjs.com/package/whatwg-url) | 5.0.0 | MIT | jsdom/whatwg-url |
| [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.11.0 | MIT | https://github.com/winstonjs/winston.git |
| [yallist](https://www.npmjs.com/package/yallist) | 4.0.0 | ISC | git+https://github.com/isaacs/yallist.git |
| [yaml](https://www.npmjs.com/package/yaml) | 2.3.4 | ISC | github:eemeli/yaml |
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": "2.4.2",
"version": "2.4.3",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit c552ff3

Please sign in to comment.