|
19 | 19 |
|
20 | 20 | # Changelog |
21 | 21 |
|
| 22 | +## [51.0.0](https://github.com/apache/datafusion-ballista/tree/51.0.0) (2026-01-11) |
| 23 | + |
| 24 | +**Implemented enhancements:** |
| 25 | + |
| 26 | +- feat: Support distributed plan in `EXPLAIN` command [#1309](https://github.com/apache/datafusion-ballista/pull/1309) (danielhumanmod) |
| 27 | +- feat: update rust edition to 2024 [#1355](https://github.com/apache/datafusion-ballista/pull/1355) (killzoner) |
| 28 | +- feat: capture more metrics in distributed_query [#1353](https://github.com/apache/datafusion-ballista/pull/1353) (PhVHoang) |
| 29 | +- feat: Bump docker rust to `rust:1.92-trixie` [#1365](https://github.com/apache/datafusion-ballista/pull/1365) (mattcuento) |
| 30 | +- feat: Scheduler supports `substrait` logical plan and remove deprecated `sql` support [#1360](https://github.com/apache/datafusion-ballista/pull/1360) (mattcuento) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- minor: minor changes to release script/docs [#1342](https://github.com/apache/datafusion-ballista/pull/1342) (andygrove) |
| 35 | +- feat: Support distributed plan in `EXPLAIN` command [#1309](https://github.com/apache/datafusion-ballista/pull/1309) (danielhumanmod) |
| 36 | +- chore: update datafusion to 51.0 [#1345](https://github.com/apache/datafusion-ballista/pull/1345) (danielhumanmod) |
| 37 | +- doc: Add a note that datafusion may need to be downgraded after installing it [#1348](https://github.com/apache/datafusion-ballista/pull/1348) (martin-g) |
| 38 | +- minor: Make `DisplayAs` consistent and more readable for ShuffleExec [#1347](https://github.com/apache/datafusion-ballista/pull/1347) (milenkovicm) |
| 39 | +- minor: remove unnecessary clone functions [#1352](https://github.com/apache/datafusion-ballista/pull/1352) (mmooyyii) |
| 40 | +- feat: update rust edition to 2024 [#1355](https://github.com/apache/datafusion-ballista/pull/1355) (killzoner) |
| 41 | +- chore(doc): Clean up deployment docs. [#1354](https://github.com/apache/datafusion-ballista/pull/1354) (LouisBurke) |
| 42 | +- feat: capture more metrics in distributed_query [#1353](https://github.com/apache/datafusion-ballista/pull/1353) (PhVHoang) |
| 43 | +- doc: Fix plan translation example to use correct aggregation and column [#1362](https://github.com/apache/datafusion-ballista/pull/1362) (mattcuento) |
| 44 | +- chore: update ballista version to 51.0.0 (from 50.0.0) [#1363](https://github.com/apache/datafusion-ballista/pull/1363) (milenkovicm) |
| 45 | +- feat: Bump docker rust to `rust:1.92-trixie` [#1365](https://github.com/apache/datafusion-ballista/pull/1365) (mattcuento) |
| 46 | +- chore: Add missing public API documentation/comments [#1364](https://github.com/apache/datafusion-ballista/pull/1364) (killzoner) |
| 47 | +- feat: Scheduler supports `substrait` logical plan and remove deprecated `sql` support [#1360](https://github.com/apache/datafusion-ballista/pull/1360) (mattcuento) |
| 48 | + |
22 | 49 | ## [50.0.0](https://github.com/apache/datafusion-ballista/tree/50.0.0) (2025-11-04) |
23 | 50 |
|
24 | 51 | **Implemented enhancements:** |
|
0 commit comments