Skip to content

Commit 4deef63

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.9.0 (#1622)
## packages/databricks-vscode ## (2025-03-25) * Always show warning before destroying a bundle (#1614) ([6a38c72](6a38c72)), closes [#1614](#1614) * Avoid python extension interference in the bundle init terminal (#1595) ([8310a1b](8310a1b)), closes [#1595](#1595) * Bump esbuild from 0.19.9 to 0.25.0 (#1564) ([3eaf3cc](3eaf3cc)), closes [#1564](#1564) [#3643](https://github.com/databricks/databricks-vscode/issues/3643) [#3620](https://github.com/databricks/databricks-vscode/issues/3620) [#3877](https://github.com/databricks/databricks-vscode/issues/3877) [#3933](https://github.com/databricks/databricks-vscode/issues/3933) [#3997](https://github.com/databricks/databricks-vscode/issues/3997) [#4005](https://github.com/databricks/databricks-vscode/issues/4005) [#4037](https://github.com/databricks/databricks-vscode/issues/4037) [#4038](https://github.com/databricks/databricks-vscode/issues/4038) [#3559](https://github.com/databricks/databricks-vscode/issues/3559) [#3568](https://github.com/databricks/databricks-vscode/issues/3568) [#4065](https://github.com/databricks/databricks-vscode/issues/4065) [#4028](https://github.com/databricks/databricks-vscode/issues/4028) [#4053](https://github.com/databricks/databricks-vscode/issues/4053) [#3692](https://github.com/databricks/databricks-vscode/issues/3692) * Fix ProgressHandler conflicts with datetime imports (#1620) ([9ebc70c](9ebc70c)), closes [#1620](#1620) [#1618](#1618) * Ignore DBTITLE magic comments in .py "notebooks" (#1609) ([d533397](d533397)), closes [#1609](#1609) [#1604](#1604) * Improve handling of the %run magic for local runs (#1612) ([86fc551](86fc551)), closes [#1612](#1612) [#1611](#1611) * Link bundle resources to their source definitions (#1598) ([7252fe3](7252fe3)), closes [#1598](#1598) * Rename workflows to jobs in the bundle explorer UI (#1591) ([d10702a](d10702a)), closes [#1591](#1591) * Show error notifications after failed environment setup (#1608) ([062bc78](062bc78)), closes [#1608](#1608) [#1601](#1601) * Simplify profile selection UI (#1593) ([dbbaa00](dbbaa00)), closes [#1593](#1593) * Update Databricks CLI to v0.243.0 (#1594) ([24c7f1a](24c7f1a)), closes [#1594](#1594) * Update Databricks CLI to v0.244.0 (#1613) ([f0ba4b4](f0ba4b4)), closes [#1613](#1613) ## packages/databricks-vscode-types ## (2025-03-25) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 332c2f2 commit 4deef63

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
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.8.0",
3+
"version": "2.9.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.9.0
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2025-03-25)
6+
17
# Release: v2.8.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.8.0",
3+
"version": "2.9.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release: v2.9.0
2+
3+
## packages/databricks-vscode
4+
5+
## (2025-03-25)
6+
7+
- Link bundle resources to their source definitions
8+
- Always show warnings before destroying a bundle
9+
- Show error notifications after failed environment setup
10+
- Simplify profile selection UI in the auth setup flow, promote OAuth option
11+
- Avoid python extension interference in the bundle-init terminal
12+
- Improvements for Databricks Connect integration with notebooks:
13+
- Fix ProgressHandler conflicts with datetime imports
14+
- Ignore DBTITLE magic comments in .py notebooks
15+
- Correctly escape file paths for the %run magic
16+
- Execute multiple statements in cells with %sql magic
17+
- Update Databricks CLI to v0.244.0
18+
119
# Release: v2.8.0
220

321
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 1 addition & 1 deletion
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.75 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32+
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.80 | 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 |

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

0 commit comments

Comments
 (0)