Skip to content

Commit

Permalink
Release: v2.8.0 (#1590)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2025-03-04)

* Add Documentation view (#1579)
([e47593d](e47593d)),
closes
[#1579](#1579)
* Don't show "Serverless" as a link in the workflow webview (#1583)
([0edad31](0edad31)),
closes
[#1583](#1583)
* Fix bugs in run button visibility (#1581)
([6dac866](6dac866)),
closes
[#1581](#1581)
* Properly terminate debug session if the workflow's webview panel is
closed (#1584)
([ea91e71](ea91e71)),
closes
[#1584](#1584)
* Update Databricks CLI to v0.242.0 (#1582)
([b65c540](b65c540)),
closes
[#1582](#1582)



## packages/databricks-vscode-types
##  (2025-03-04)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Ilia Babanov <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2025
1 parent 8ab6293 commit 4ebe404
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 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.7.0",
"version": "2.8.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.8.0

## packages/databricks-vscode-types

## (2025-03-04)

# Release: v2.7.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.7.0",
"version": "2.8.0",
"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.8.0

## packages/databricks-vscode

## (2025-03-04)

- Add Documentation panel
- Ensure run button is visibilite for notebook editors
- Properly terminate debug session if the workflow webview was closed
- Update Databricks CLI to v0.242.0

# Release: v2.7.0

## packages/databricks-vscode
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.7.0",
"version": "2.8.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 4ebe404

Please sign in to comment.