File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.1 (January 29, 2026)
2+
3+ ### Added
4+
5+ - Add simulated filesystem and barriers for deterministic testing ([ #250 ] , [ #254 ] )
6+ - ` unstable-fs ` feature: Drop-in replacements for std::fs and tokio::fs with durability simulation
7+ - ` unstable-barriers ` feature: Inject hooks at specific code points for deterministic test control
8+ - Add ` turmoil::net::lookup_host ` ([ #257 ] )
9+ - Add API to check whether we are inside a simulation ([ #258 ] )
10+ - Add ` UdpSocket::try_recv ` ([ #255 ] )
11+ - Add ` crate::since_epoch() ` API to return logical time elapsed since epoch ([ #249 ] )
12+ - Add ci to check external types ([ #250 ] )
13+ - Update to rand 0.9 ([ #215 ] )
14+
15+ [ #215 ] : https://github.com/tokio-rs/turmoil/pull/215
16+ [ #249 ] : https://github.com/tokio-rs/turmoil/pull/249
17+ [ #250 ] : https://github.com/tokio-rs/turmoil/pull/250
18+ [ #254 ] : https://github.com/tokio-rs/turmoil/pull/254
19+ [ #255 ] : https://github.com/tokio-rs/turmoil/pull/255
20+ [ #257 ] : https://github.com/tokio-rs/turmoil/pull/257
21+ [ #258 ] : https://github.com/tokio-rs/turmoil/pull/258
22+
23+ ### Changed
24+
25+ - Let network faults affect in-flight messages ([ #252 ] )
26+ - Provide clearer panic message when link is missing ([ #261 ] )
27+
28+ [ #252 ] : https://github.com/tokio-rs/turmoil/pull/252
29+ [ #261 ] : https://github.com/tokio-rs/turmoil/pull/261
30+
131# 0.7.0 (November 3, 2025)
232
333### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "turmoil"
55# - README.md
66# - Update CHANGELOG.md
77# - Create git tag
8- version = " 0.7.0 "
8+ version = " 0.7.1 "
99edition = " 2021"
1010license = " MIT"
1111authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments