Skip to content

Commit 2049629

Browse files
Upgrade to DataFusion 54
1 parent bdcca4c commit 2049629

40 files changed

Lines changed: 1983 additions & 901 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Version numbers follow Apache DataFusion releases for compatibility alignment.
99

10+
## [54.0.0] - Unreleased
11+
12+
### Changed
13+
14+
- Update to Apache DataFusion 54.0.0
15+
- Align `InstrumentedExec` with DataFusion 54's `ExecutionPlan` downcast API
16+
1017
## [53.0.1] - 2026-05-06
1118

1219
### Added
@@ -141,6 +148,7 @@ Initial public release of DataFusion Tracing.
141148
- Preview formatting utilities (`pretty_format_compact_batch`)
142149
- Integration with Jaeger, DataDog, and other OpenTelemetry-compatible collectors
143150

151+
[54.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/53.0.1...54.0.0
144152
[53.0.1]: https://github.com/datafusion-contrib/datafusion-tracing/compare/53.0.0...53.0.1
145153
[53.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/52.0.0...53.0.0
146154
[52.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/51.0.0...52.0.0

0 commit comments

Comments
 (0)