🔥 0.8.0
Breaking Changes:
- The HTTP/3
Data
andDatagram
events are now edge-triggered like the other HTTP/3 events. This means that they will only be reported by thepoll()
method once. Applications will need to consume all the data buffered for those events' triggers to be re-armed.
Highlights:
STOP_SENDING
andRESET_STREAM
frames are now sent whenever a stream is shut down.- Outgoing QUIC packets are coalesced into the same UDP payload when possible.
- Added a few additional
Connection
helper methods:max_send_udp_payload_size()
,peer_error()
,source_id()
,destination_id()
. - Many bug fixes and performance improvements.
Full changelog at 0.7.0...0.8.0