Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@dpowell dpowell released this 03 Jun 21:37
· 313 commits to master since this release
  • Add much-needed handling of Brotli Compression. Brotli has become a popular alternative to GZIP compression scheme, and is utilized all over the web by websites including Google and Facebook. The proxy can now decompress and recognize brotli.
  • Add recognition for variant (versioned) JSON content type strings. Previously, response bodies for JSON content types with content types like "application/something-v1+json" would not be captured. Now they will be.
  • Fix a credentials leak where the basic auth header was being added to non-connect request types.
  • Dependency updates