File tree Expand file tree Collapse file tree 6 files changed +28
-4
lines changed Expand file tree Collapse file tree 6 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/databricks-vscode" ,
3- "version" : " 2.8 .0" ,
3+ "version" : " 2.9 .0" ,
44 "private" : true ,
55 "workspaces" : [
66 " packages/*"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments