Releases: tokio-rs/turmoil
Releases · tokio-rs/turmoil
Turmoil 0.5.3
Turmoil 0.5.2
Turmoil 0.5.1
Turmoil 0.5.0
Added
- Expose a mechanism to manually drive the Sim (#76)
- Add option to query hosts via regex (#77)
- Add network topology introspection (#78)
Changed
- The following methods use a new trait (
ToIpAddrs
) for host lookup which
includes the same implementations asToIpAddr
.Sim#bounce
Sim#crash
Sim#set_link_fail_rate
Sim#set_max_message_latency
repair
partition
release
hold
Turmoil 0.4.0
Turmoil 0.3.3
Fixed
- Fix host elapsed time across software restarts (#65)
Turmoil 0.3.2
Added
- Expose the sim's epoch and elapsed duration (#54)
Turmoil 0.3.1
Turmoil 0.3.0
Added
- Bind to multiple ports per host
- Simulated networking (UDP and TCP) that mirror tokio::net
- Client host error handling
Changed
- Logging uses
tracing
for writing events
Turmoil 0.2.0
- Initial release