Releases: hyperium/h3
Releases · hyperium/h3
h3-webtransport
- update dependencies
- move datagram logic to its own crate
h3 v0.0.7
- Expose poll_recv_trailers APIs
- Avoiding extra allocation for shared error
- Added .id() for client RequestStream
- move datagram to separate crate
- Client ability to stop streams with error code
- Add extended CONNECT setting for client conn
h3-quinn v0.0.8
- avoid copying data when sending
- new datagram feature
h3 datagram v0.0.1
initial release
h3-v0.0.6
h3-quinn v0.0.7
- Consolidate quic trait redundancy
- make types Sync
- new tracing feature
h3-quinn v0.0.6
v0.0.6 (2024-05-20)
- use quinn 0.11
h3-v0.0.5
h3 v0.0.3
- Split out a
Settings
struct fromConfig
(a57ed22) - Add a test-only send_settings config option (3991dca)
- Expose setting to disable grease (dccb3cd)
- bugfix: Actually encode extensions in header (a38b194)
- Initial support for RFC 9298 "Proxying UDP in HTTP" (5a87580)
- Bump H3_DATAGRAM setting ID according to RFC9297 (58c8e5c)
- Fix
cargo doc
warning (3ef7c1a) - Initial WebTransport support (in h3 is just some necessary code to support a WebTransport crate which contains most of the WebTransport implementation) (22da938)