Skip to content

Commit

Permalink
Release: v2.7.0 (#1580)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Feb 26, 2025
1 parent 3511e3e commit 7548571
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 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.6.0",
"version": "2.7.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: v2.7.0

## packages/databricks-vscode-types

## (2025-02-26)

# Release: v2.6.0

## 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.6.0",
"version": "2.7.0",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release: v2.7.0

## packages/databricks-vscode

## (2025-02-26)

- Add serverless support to the extension
- Suggest to configure autocomplete globals as a part of env panel flow
- Do not reject unauthorized hosts if proxyStrictSSL is false
- Force deploy commands now pass `--force` flag to the CLI (and not just `--force-lock`)
- Hide auto-generated cell in ipynb workflows
- Update Databricks CLI to v0.241.2

# Release: v2.6.0

## packages/databricks-vscode
Expand Down
13 changes: 7 additions & 6 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This Software contains code from the following open source projects:
| [@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.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) | 18.19.64 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.75 | 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 @@ -38,7 +38,7 @@ This Software contains code from the following open source projects:
| [@vscode/extension-telemetry](https://www.npmjs.com/package/@vscode/extension-telemetry) | 0.9.1 | MIT | https://github.com/Microsoft/vscode-extension-telemetry.git |
| [@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 |
| [add](https://www.npmjs.com/package/add) | 2.0.6 | MIT | https://github.com/ben-ng/add.git |
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.0 | MIT | https://github.com/TooTallNate/proxy-agents.git |
| [agent-base](https://www.npmjs.com/package/agent-base) | 7.1.3 | 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 |
Expand All @@ -62,10 +62,11 @@ This Software contains code from the following open source projects:
| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://[email protected]/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.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.14.2 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.1 | Apache-2.0 | googleapis/gcp-metadata |
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.15.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [google-logging-utils](https://www.npmjs.com/package/google-logging-utils) | 0.0.2 | Apache-2.0 | https://github.com/googleapis/gax-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.5 | MIT | https://github.com/TooTallNate/proxy-agents.git |
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.6 | 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.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 |
Expand All @@ -85,7 +86,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.6.3 | ISC | git+https://github.com/npm/node-semver.git |
| [semver](https://www.npmjs.com/package/semver) | 7.7.1 | 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 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": "2.6.0",
"version": "2.7.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 7548571

Please sign in to comment.