Releases: bogdanfinn/tls-client
Releases · bogdanfinn/tls-client
v1.12.0
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
v1.11.2
- Switched https://github.com/Dharmey747/quic-go-utls to https://github.com/bogdanfinn/quic-go-utls fork
- Added option to disable http3
Full Changelog: v1.11.1...v1.11.2
v1.11.0
v1.10.0
- Updated utls dependency. utls fork was rebased on latest https://github.com/refraction-networking/utls
- Updated go version to 1.24
Full Changelog: v1.9.2...v1.10.0
v1.9.2
v1.9.1
What's Changed
- added firefox_135 by @Larinax999 in #162
- refs #160: added option to supply custom proxy dialer to http client; by @bogdanfinn in #164
- Update the spec factory by @stanislav-milchev in #166
New Contributors
- @Larinax999 made their first contribution in #162
- @stanislav-milchev made their first contribution in #166
Full Changelog: v1.8.0...v1.9.1
v1.8.0
What's Changed
- implemented chrome 133 with new alps extension code point 17613; by @bogdanfinn in #155
Full Changelog: v1.7.11...v1.8.0
v1.7.11
What's Changed
- updated pinner to update pins in case they change per pinner instance by @DemBackfisch in #153
- fixed #148: clone default headers on usage in order to avoid concurrent map read write;
- updated dependencies to not have logs to stdout when setting SSLKEYLOGFILE env variable;
- updated fhttp to avoid possible nil pointer dereference
New Contributors
- @DemBackfisch made their first contribution in #153
Full Changelog: v1.7.10...v1.7.11
v1.7.10
What's Changed
- Updated default client profile; Added Reset() method in bandwidth tracker by @snekROmonoro in #141
- fix: unassigned error in example by @ps-jessejjohnson in #142
- feat(profiles): added firefox_133 by @snekROmonoro in #144
New Contributors
- @ps-jessejjohnson made their first contribution in #142
Full Changelog: v1.7.9...v1.7.10
v1.7.9
What's Changed
- updated go version to 1.22
- fixes https://github.com/bogdanfinn/tls-client/issues/131[: correctly instantiate GREASE Extension when using more than one GREASE Extension in ja3;](e125f19)
- removed empty proxy-authorization header by @miromiro11 in #138
- memory alignment by @ManuCiao10 in #129
- feat(profiles): added chrome_131 and firefox_132 by @snekROmonoro in #139
New Contributors
- @miromiro11 made their first contribution in #138
- @snekROmonoro made their first contribution in #139
Full Changelog: v1.7.8...v1.7.9