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 nottls_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
- @ypapouski made their first contribution in #201
Full Changelog: v1.11.2...v1.12.0