Skip to content

v1.12.0

Latest

Choose a tag to compare

@bogdanfinn bogdanfinn released this 25 Dec 20:56
· 1 commit to master since this release

What's Changed

  • Add 'keep_compressed' test by @ypapouski in #201
  • Updated to latest quic-go by @snekROmonoro
  • Implemented support for socks4 Proxies
  • Updated utls on the latest changes from refraction-networking/utls
  • Breaking Change: Changed Default cookiejar to be used in API to jar, _ := cookiejar.New(nil) and not tls_client.NewCookieJar(jarOptions...) anymore.

The payload to be sent via the API / Shared library is now:

   "withoutCookieJar": false | true, <- Disable Cookiejar completely
   "withCustomCookieJar": false | true, <- Use "old" tls_client Cookiejar.

New Contributors

Full Changelog: v1.11.2...v1.12.0