Skip to content

Commit 8394732

Browse files
chore: prepare 53.0.1 release
1 parent a46d7f3 commit 8394732

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [53.0.1] - 2026-05-06
11+
12+
### Added
13+
14+
- Add support for additional native DataFusion execution metrics, including
15+
`output_bytes`
16+
17+
### Fixed
18+
19+
- Close rule phase spans correctly after fatal analyzer, logical optimizer, and
20+
physical optimizer rule errors
21+
1022
## [53.0.0] - 2026-03-25
1123

1224
### Changed
@@ -129,6 +141,7 @@ Initial public release of DataFusion Tracing.
129141
- Preview formatting utilities (`pretty_format_compact_batch`)
130142
- Integration with Jaeger, DataDog, and other OpenTelemetry-compatible collectors
131143

144+
[53.0.1]: https://github.com/datafusion-contrib/datafusion-tracing/compare/53.0.0...53.0.1
132145
[53.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/52.0.0...53.0.0
133146
[52.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/51.0.0...52.0.0
134147
[51.0.0]: https://github.com/datafusion-contrib/datafusion-tracing/compare/50.0.2...51.0.0

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resolver = "2"
2929

3030
[workspace.package]
3131
description = "DataFusion tracing of execution plans"
32-
version = "53.0.0"
32+
version = "53.0.1"
3333
edition = "2024"
3434
license = "Apache-2.0"
3535
repository = "https://github.com/datafusion-contrib/datafusion-tracing"
@@ -39,9 +39,9 @@ rust-version = "1.88.0"
3939
[workspace.dependencies]
4040
async-trait = "0.1"
4141
datafusion = { version = "53.0.0", default-features = false }
42-
datafusion-tracing = { path = "datafusion-tracing", version = "53.0.0" }
42+
datafusion-tracing = { path = "datafusion-tracing", version = "53.0.1" }
4343
futures = "0.3"
44-
instrumented-object-store = { path = "instrumented-object-store", version = "53.0.0" }
44+
instrumented-object-store = { path = "instrumented-object-store", version = "53.0.1" }
4545
tokio = { version = "1.48" }
4646
tracing = { version = "0.1" }
4747
tracing-futures = { version = "0.2", features = ["futures-03"] }

0 commit comments

Comments
 (0)