Skip to content

Releases: edlontech/quiver

v0.4.0

05 Jun 09:54
3621ba4

Choose a tag to compare

0.4.0 (2026-06-05)

Features

  • http3: add 0-RTT early data support (RFC 8470) (ad4aa1c)

Bug Fixes

  • Fixes QUIC concurrency (6eadca6)
  • http/2/3: Improved pool management (170944c)
  • http3: repair failing and slow datagram and early-data integration tests (ca7e59f)
  • Update QUIC (8c466fd)

v0.3.0

21 May 16:15
223f588

Choose a tag to compare

0.3.0 (2026-05-21)

Features

  • Derive the Inspect protocol for structs (fa0b35d)
  • http3: add RFC 9297 datagram channel support (1cb8eac)
  • initial support for HTTP/3 (7067fe5)

Bug Fixes

  • http3: Fixed GOAWAY race-condition (e669f2f)

v0.2.1

20 Apr 09:35
75fd3e8

Choose a tag to compare

0.2.1 (2026-04-20)

Bug Fixes

  • Update Deps and getting rid of Typedstruct (5798f23)

v0.2.0

07 Mar 17:19
137b483

Choose a tag to compare

0.2.0 (2026-03-07)

Features

  • 101 upgrade mechanism with transport handoff (ed75115)
  • proxy support with CONNECT tunneling (8d3047d)
  • request body streaming for HTTP/1.1 and HTTP/2 (c7504fd)

Bug Fixes

  • RFC Compliance Improvement (acceb1d)

v0.1.3

06 Mar 20:47
22ff2aa

Choose a tag to compare

0.1.3 (2026-03-06)

Bug Fixes

v0.1.2

06 Mar 20:12
cfb854a

Choose a tag to compare

0.1.2 (2026-03-06)

Bug Fixes

  • Fixed connection leak in HTTP/2 (a4b8798)
  • Fixed lower-case header for http/2, according to the RFC (9d38e2c)
  • Improved HTTP/2 performance (5fc4622)
  • Running benchmark on CI (a59acda)

v0.1.1

05 Mar 20:01
17dcdc5

Choose a tag to compare

0.1.1 (2026-03-05)

Bug Fixes

  • Fix TLS wildcard SAN matching for OTP 27+ (ef70ed2)

v0.1.0

04 Mar 16:43
0d3c47f

Choose a tag to compare

0.1.0 (2026-03-04)

Features

  • Added Tesla adapter (443ce43)
  • Config validation and supervision tree (6d0e0d6)
  • Default supervisor name so clients don't need to pass it (cc882f5)
  • HTTP/1 connection pool with NimblePool (a587bff)
  • HTTP/1 connection with keep-alive (b939476)
  • HTTP/2 connection with HPACK and ALPN (f60b9ae)
  • HTTP/2 pool with coordinator and connection worker (8106d92)
  • Pool manager with dynamic routing (243c1a9)
  • Project setup with error system and data structures (2da80ac)
  • Public request API (bfaec03)
  • Streaming response support (d18db59)
  • Telemetry instrumentation (9c0df30)
  • Transport layer with TCP and SSL (c0dbccc)

Bug Fixes

  • Fixed ALPN pool detectin (dbc96de)