ποΈ 0.17.1
Breaking Changes:
- The minimum required rust version was bumped to 1.66.
Highlights:
- Added
Connection::send_ack_eliciting()
(andConnection::send_ack_eliciting_on_path()
) for the application to explicitly elicit an acknowledgment from the peer. - Added
Connection::timeout_instant()
to return timeout asstd::time::Instant
instead ofstd::time::Duration
. - Added initial support for detecting stateless resets (note that this only covers some specific cases currently).
- Added support for handling peer-initiated key updates.
- Many more bug fixes and performance improvements.
Full changelog at 0.16.0...0.17.1