Quiche Versions Save

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3

0.6.0

3 years ago

Highlights:

  • Initial support for the DATAGRAM extension.
  • New API for HTTP/3 graceful connection shutdown (GOAWAY).
  • Improved congestion control algorithms with appropriate byte counting.
  • Many bug fixes and performance improvements..

Full changelog at https://github.com/cloudflare/quiche/compare/0.5.1...0.6.0

0.5.1

3 years ago

Highlights:

  • Fixed potential crash when PTO is triggered
  • Relaxed build configuration to avoid failures when building BoringSSL due to spurious warnings.
  • Removed dependency on Go and Perl during build.

Full changelog at https://github.com/cloudflare/quiche/compare/0.5.0...0.5.1

0.5.0

3 years ago

Highlights:

  • Support for draft-28 and draft-29 (along draft-27).
  • Support for transport streams prioritization, as well as HTTP/3 extensible priorities.
  • Many bug fixes and performance improvements.

Full changelog at https://github.com/cloudflare/quiche/compare/0.4.0...0.5.0

0.4.0

4 years ago

Highlights:

  • Support for configuring custom trust stores for validating certificates.
  • Support for generating qlog traces.
  • Support for sending DATA_BLOCKED and STREAM_DATA_BLOCKED frames.
  • CUBIC congestion controller (in addition to the Reno one).
  • Support for Hystart++ for both Reno and CUBIC controllers.
  • Dropped support for draft versions older than draft-27.
  • Many bug fixes and performance improvements.

Full changelog at https://github.com/cloudflare/quiche/compare/0.3.0...0.4.0

0.3.0

4 years ago

Highlights:

  • Support for draft-25 and draft-27 (along draft-23 and -24).
  • Preliminary scaffolding for supporting multiple congestion control algorithms.
  • Support for newer Android NDKs.
  • More aggressive backpressure on stream writes.
  • Delivery rate estimation exposed via Stats API.
  • Various bug fixes and performance improvements.

Full changelog at https://github.com/cloudflare/quiche/compare/0.2.0...0.3.0

0.2.0

4 years ago

Highlights:

  • Support for draft-24 and draft-23.
  • Support for receiving 0-RTT data.
  • Loss recovery improvements.
  • Misc. bug fixes.

Full changelog at https://github.com/cloudflare/quiche/compare/0.1.0...0.2.0

0.1.0

4 years ago