Skip to content

Commit 5fab2a9

Browse files
chore: release v0.3.11
1 parent f52a5cc commit 5fab2a9

5 files changed

Lines changed: 23 additions & 7 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.11](https://github.com/dial9-rs/dial9/compare/dial9-tokio-telemetry-v0.3.10...dial9-tokio-telemetry-v0.3.11) - 2026-05-19
11+
12+
### Added
13+
14+
- add AllocEvent and FreeEvent to trace format ([#420](https://github.com/dial9-rs/dial9/pull/420))
15+
16+
### Fixed
17+
18+
- enforce RotatingWriter retention across restarts ([#414](https://github.com/dial9-rs/dial9/pull/414))
19+
20+
### Other
21+
22+
- extract sampling primitives into shared module ([#418](https://github.com/dial9-rs/dial9/pull/418))
23+
- Extract Source trait for flush-thread data sources ([#408](https://github.com/dial9-rs/dial9/pull/408))
24+
- *(design)* in-memory pipeline ([#389](https://github.com/dial9-rs/dial9/pull/389))
25+
1026
## [0.3.10](https://github.com/dial9-rs/dial9/compare/dial9-tokio-telemetry-v0.3.9...dial9-tokio-telemetry-v0.3.10) - 2026-05-15
1127

1228
### Added

Cargo.lock

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

dial9-tokio-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-tokio-telemetry"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-viewer"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -17,5 +17,5 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
anyhow = "1"
20-
dial9-viewer = { version = "0.3.10", path = "../dial9-viewer" }
20+
dial9-viewer = { version = "0.3.11", path = "../dial9-viewer" }
2121
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)