Skip to content

Releases: hyperium/h3

h3-webtransport

15 Mar 19:57
04c2b90
Compare
Choose a tag to compare
h3-webtransport Pre-release
Pre-release
  • update dependencies
  • move datagram logic to its own crate

h3 v0.0.7

15 Mar 10:37
ccbc600
Compare
Choose a tag to compare
h3 v0.0.7 Pre-release
Pre-release
  • 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

15 Mar 14:32
28a58ea
Compare
Choose a tag to compare
h3-quinn v0.0.8 Pre-release
Pre-release
  • avoid copying data when sending
  • new datagram feature

h3 datagram v0.0.1

15 Mar 12:55
8e63448
Compare
Choose a tag to compare
h3 datagram v0.0.1 Pre-release
Pre-release

initial release

h3-v0.0.6

01 Jul 13:35
4525cae
Compare
Choose a tag to compare
h3-v0.0.6 Pre-release
Pre-release
  • Consolidate quic trait redundancy
  • start qpack streams
  • send grease stream in the background
  • new tracing feature

h3-quinn v0.0.7

01 Jul 13:55
f785541
Compare
Choose a tag to compare
h3-quinn v0.0.7 Pre-release
Pre-release
  • Consolidate quic trait redundancy
  • make types Sync
  • new tracing feature

h3-quinn v0.0.6

20 May 13:27
34bf403
Compare
Choose a tag to compare
h3-quinn v0.0.6 Pre-release
Pre-release

v0.0.6 (2024-05-20)

  • use quinn 0.11

h3-v0.0.5

20 May 13:09
6d06a75
Compare
Choose a tag to compare
h3-v0.0.5 Pre-release
Pre-release
  • add poll_recv_data() for server
  • use 2021 edition
  • some cleanups

h3 v0.0.3

23 Oct 19:09
0130e00
Compare
Choose a tag to compare
h3 v0.0.3 Pre-release
Pre-release
  • Split out a Settings struct from Config (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)

h3-quinn v0.0.4

23 Oct 19:50
b86df12
Compare
Choose a tag to compare
h3-quinn v0.0.4 Pre-release
Pre-release
  • Fix cargo doc warning (3ef7c1a)
  • Initial WebTransport support (22da938)