Skip to content

Commit

Permalink
Release: v2.5.0 (#1485)
Browse files Browse the repository at this point in the history
## 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 <noreply@github.com>
Co-authored-by: Ilia Babanov <ilia.babanov@databricks.com>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 79ad92c commit e1e2b60
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 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.4.8",
"version": "2.5.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.5.0

## packages/databricks-vscode-types

## (2024-12-12)

# Release: v2.4.8

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

## packages/databricks-vscode

## (2024-12-12)

- Check out [What's New 2.5](./resources/whats-new/2.5.md)
- New DLT features:
- Add validation and partial update actions
- Show events of the currently running updates
- Expose warning and error events as source code diagnostics
- Show pipeline datasets and their schemas in the resource explorer
- Expose Resource Explorer panel inline actions in context menus
- Increase the polling time for job run statuses
- Fix bundle logs showing 'undefined' or duplicating error messages
- Depend on new python debugger extension for local execution
- Update internal JS SDK
- Update Databricks CLI to v0.236.0

# Release: v2.4.8

## packages/databricks-vscode
Expand Down
4 changes: 2 additions & 2 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.50 | 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/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 Down Expand Up @@ -63,7 +63,7 @@ This Software contains code from the following open source projects:
| [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.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.14.2 | Apache-2.0 | googleapis/google-auth-library-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 |
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
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.4.8",
"version": "2.5.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit e1e2b60

Please sign in to comment.