Skip to content

v0.8.0

Choose a tag to compare

@devAlphaSystem devAlphaSystem released this 08 Mar 22:39
· 9 commits to main since this release

Added

  • Implemented JA4 fingerprinting and post-quantum (PQ) key share support for browser profiles.
  • Added support for TLS 1.3 Early Data (0-RTT), TCP Fast Open (TFO), and SSLKEYLOGFILE key logging.
  • Implemented OCSP stapling and Certificate Transparency (SCT) validation.
  • Added resumable file uploads, shared dictionary compression transport, and request body compression.
  • Introduced a DNS-over-TLS (DoT) resolver and a TTL-aware internal DNS cache.
  • Added support for the HTTP QUERY method, 103 Early Hints, and HTTP trailer headers.
  • Implemented HTTP Digest proxy authentication and support for the Retry-After header.
  • Added cache key grouping, partial content (byte-range) caching, and No-Vary-Search support.

Changed

  • Extensively overhauled and expanded the project documentation suite.
  • Updated the response model to include TLS version, cipher, and ALPN protocol metadata.
  • Refactored the internal caching architecture and integrated DNS caching into the DoH resolver.

Removed

  • Removed the standalone architecture documentation file.