Releases: edlontech/quiver
Releases · edlontech/quiver
v0.2.0
07 Mar 17:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.1.3 (2026-03-06)
Bug Fixes
v0.1.2
06 Mar 20:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.1.1 (2026-03-05)
Bug Fixes
Fix TLS wildcard SAN matching for OTP 27+ (ef70ed2 )
v0.1.0
04 Mar 16:43
Compare
Sorry, something went wrong.
No results found
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