Skip to content

Commit 7548571

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.7.0 (#1580)
## packages/databricks-vscode ## (2025-02-26) * Add serverless support to the extension (#1539) ([ac25d32](ac25d32)), closes [#1539](#1539) * Add telemetry for serverless and workflow/dbconnect runs (#1543) ([1ce2126](1ce2126)), closes [#1543](#1543) * Always show serverless compute option in the cluster dropwodn (#1573) ([3511e3e](3511e3e)), closes [#1573](#1573) * Automatically enable serverless when serverless_compute_id=auto (#1550) ([968c084](968c084)), closes [#1550](#1550) * Configure autocomplete as a part of env panel (#1554) ([8e24c87](8e24c87)), closes [#1554](#1554) * Do not reject unauthorized hosts if proxyStrictSSL is false (#1559) ([807975f](807975f)), closes [#1559](#1559) * Fix active bundle logs (#1528) ([74a431e](74a431e)), closes [#1528](#1528) * Fix force deploy commands (#1560) ([811d9ed](811d9ed)), closes [#1560](#1560) * Fix small typo in tooltip message (#1541) ([e6b270f](e6b270f)), closes [#1541](#1541) * Hide auto-generated cell in ipynb workflows (#1574) ([ef9e923](ef9e923)), closes [#1574](#1574) * Serverless e2e tests (#1565) ([2fb7336](2fb7336)), closes [#1565](#1565) * Update Databricks CLI to v0.239.1 (#1530) ([cc9e0ef](cc9e0ef)), closes [#1530](#1530) * Update Databricks CLI to v0.241.2 (#1557) ([02c2fea](02c2fea)), closes [#1557](#1557) ## packages/databricks-vscode-types ## (2025-02-26) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 3511e3e commit 7548571

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
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.6.0",
3+
"version": "2.7.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: v2.7.0
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2025-02-26)
6+
17
# Release: v2.6.0
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.6.0",
3+
"version": "2.7.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release: v2.7.0
2+
3+
## packages/databricks-vscode
4+
5+
## (2025-02-26)
6+
7+
- Add serverless support to the extension
8+
- Suggest to configure autocomplete globals as a part of env panel flow
9+
- Do not reject unauthorized hosts if proxyStrictSSL is false
10+
- Force deploy commands now pass `--force` flag to the CLI (and not just `--force-lock`)
11+
- Hide auto-generated cell in ipynb workflows
12+
- Update Databricks CLI to v0.241.2
13+
114
# Release: v2.6.0
215

316
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This Software contains code from the following open source projects:
2929
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.9.5 | MIT | https://github.com/nevware21/ts-utils.git |
3030
| [@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) | 18.19.64 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32+
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.75 | 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 |
@@ -38,7 +38,7 @@ This Software contains code from the following open source projects:
3838
| [@vscode/extension-telemetry](https://www.npmjs.com/package/@vscode/extension-telemetry) | 0.9.1 | MIT | https://github.com/Microsoft/vscode-extension-telemetry.git |
3939
| [@vscode/webview-ui-toolkit](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) | 1.4.0 | MIT | git+https://github.com/microsoft/vscode-webview-ui-toolkit.git |
4040
| [add](https://www.npmjs.com/package/add) | 2.0.6 | MIT | https://github.com/ben-ng/add.git |
41-
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.0 | MIT | https://github.com/TooTallNate/proxy-agents.git |
41+
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.3 | 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 |
4444
| [balanced-match](https://www.npmjs.com/package/balanced-match) | 1.0.2 | MIT | git://github.com/juliangruber/balanced-match.git |
@@ -62,10 +62,11 @@ This Software contains code from the following open source projects:
6262
| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://[email protected]/taylorhakes/fecha.git |
6363
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
6464
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.7.1 | Apache-2.0 | googleapis/gaxios |
65-
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
66-
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.14.2 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
65+
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.1 | Apache-2.0 | googleapis/gcp-metadata |
66+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.15.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
67+
| [google-logging-utils](https://www.npmjs.com/package/google-logging-utils) | 0.0.2 | Apache-2.0 | https://github.com/googleapis/gax-nodejs.git |
6768
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
68-
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.5 | MIT | https://github.com/TooTallNate/proxy-agents.git |
69+
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.6 | MIT | https://github.com/TooTallNate/proxy-agents.git |
6970
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
7071
| [ini](https://www.npmjs.com/package/ini) | 4.1.3 | ISC | git+https://github.com/npm/ini.git |
7172
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
@@ -85,7 +86,7 @@ This Software contains code from the following open source projects:
8586
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.2.2 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
8687
| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
8788
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
88-
| [semver](https://www.npmjs.com/package/semver) | 7.6.3 | ISC | git+https://github.com/npm/node-semver.git |
89+
| [semver](https://www.npmjs.com/package/semver) | 7.7.1 | ISC | git+https://github.com/npm/node-semver.git |
8990
| [shell-quote](https://www.npmjs.com/package/shell-quote) | 1.8.1 | MIT | http://github.com/ljharb/shell-quote.git |
9091
| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
9192
| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |

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

0 commit comments

Comments
 (0)