This release adds a couple of new features:
- Adds an API to peek stream data on
ReceiveStreamandStream: #5501 - Adds an API to peek the next varint on a stream: #5502
- Reworks the API exposed by the HTTP/3 package for WebTransport: #5509, #5512. Regular HTTP/3 use cases should not be affected by these changes.
- Adds support for HTTP request trailers (trailers sent by the client): #5...