Skip to content

Commit e1e2b60

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.5.0 (#1485)
## packages/databricks-vscode ## (2024-12-12) * Add `Datasets` section with dataset schemas to the pipelines explorer (#1479) ([e904f71](e904f71)), closes [#1479](#1479) * Add Event Log section to the pipeline subtree (#1444) ([3c3fc9c](3c3fc9c)), closes [#1444](#1444) * Add partial update to pipelines (#1453) ([b7cbe4c](b7cbe4c)), closes [#1453](#1453) * Add validate runs for pipelines (#1436) ([bc0d488](bc0d488)), closes [#1436](#1436) * Bump JS SDK (#1447) ([aa8eae8](aa8eae8)), closes [#1447](#1447) * Context menus everywhere (#1461) ([9db90f8](9db90f8)), closes [#1461](#1461) * DLT diagnostics (#1471) ([7b962ff](7b962ff)), closes [#1471](#1471) * Do not load too many events (#1484) ([79ad92c](79ad92c)), closes [#1484](#1484) * Improve bundle logs (#1475) ([ba9518d](ba9518d)), closes [#1475](#1475) * Improve DLT UX (#1474) ([27f8a9b](27f8a9b)), closes [#1474](#1474) * Increase the polling time for job run status (#1451) ([d410b62](d410b62)), closes [#1451](#1451) * Preload datasets (#1458) ([910dccb](910dccb)), closes [#1458](#1458) * Python launch config is deprecated (#1465) ([1f1df4b](1f1df4b)), closes [#1465](#1465) * Update Databricks CLI to v0.236.0 (#1480) ([8a19a41](8a19a41)), closes [#1480](#1480) * Use cluster policy in pipeline tests (#1440) ([5ba42f7](5ba42f7)), closes [#1440](#1440) * Validate icon (#1441) ([54f7376](54f7376)), closes [#1441](#1441) * Whats new 2.5 (#1481) ([392bd0a](392bd0a)), closes [#1481](#1481) ## packages/databricks-vscode-types ## (2024-12-12) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 79ad92c commit e1e2b60

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
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.4.8",
3+
"version": "2.5.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.5.0
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-12-12)
6+
17
# Release: v2.4.8
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.4.8",
3+
"version": "2.5.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release: v2.5.0
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-12-12)
6+
7+
- Check out [What's New 2.5](./resources/whats-new/2.5.md)
8+
- New DLT features:
9+
- Add validation and partial update actions
10+
- Show events of the currently running updates
11+
- Expose warning and error events as source code diagnostics
12+
- Show pipeline datasets and their schemas in the resource explorer
13+
- Expose Resource Explorer panel inline actions in context menus
14+
- Increase the polling time for job run statuses
15+
- Fix bundle logs showing 'undefined' or duplicating error messages
16+
- Depend on new python debugger extension for local execution
17+
- Update internal JS SDK
18+
- Update Databricks CLI to v0.236.0
19+
120
# Release: v2.4.8
221

322
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 2 additions & 2 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.50 | 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 |
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 |
@@ -63,7 +63,7 @@ This Software contains code from the following open source projects:
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 |
6565
| [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.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
66+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.14.2 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
6767
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
6868
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.5 | MIT | https://github.com/TooTallNate/proxy-agents.git |
6969
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |

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

0 commit comments

Comments
 (0)