File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.6.6 (March 10, 2025)
2+
3+ ### Added
4+
5+ - Add UDP multicast, broadcast simulation ([ #224 ] , [ #226 ] )
6+ - Improve host ports exhausted panic message ([ #218 ] )
7+ - Add explicit tracing output when runtime shuts down due to no clients ([ #213 ] )
8+ - Update Axum example to ` 0.8 ` ([ #221 ] )
9+
10+
11+ [ #226 ] : https://github.com/tokio-rs/turmoil/pull/226
12+ [ #224 ] : https://github.com/tokio-rs/turmoil/pull/224
13+ [ #221 ] : https://github.com/tokio-rs/turmoil/pull/221
14+ [ #218 ] : https://github.com/tokio-rs/turmoil/pull/218
15+ [ #213 ] : https://github.com/tokio-rs/turmoil/pull/213
16+
17+ ### Fixed
18+
19+ - TcpListener: fix a race condition where a peer going away causes the next connection to hang ([ #224 ] )
20+ - ` sim_elapsed() ` : Synchronize host clock against global clock following restart ([ #216 ] )
21+ - Small typo fixes ([ #214 ] )
22+
23+ [ #224 ] : https://github.com/tokio-rs/turmoil/pull/224
24+ [ #216 ] : https://github.com/tokio-rs/turmoil/pull/216
25+ [ #214 ] : https://github.com/tokio-rs/turmoil/pull/214
26+
127# 0.6.5 (January 28, 2025)
228
329### 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.6.5 "
8+ version = " 0.6.6 "
99edition = " 2021"
1010license = " MIT"
1111authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments