File tree 2 files changed +27
-1
lines changed
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
+
1
27
# 0.6.5 (January 28, 2025)
2
28
3
29
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "turmoil"
5
5
# - README.md
6
6
# - Update CHANGELOG.md
7
7
# - Create git tag
8
- version = " 0.6.5 "
8
+ version = " 0.6.6 "
9
9
edition = " 2021"
10
10
license = " MIT"
11
11
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments