Skip to content

Releases: bogdanfinn/tls-client

v1.12.0

25 Dec 20:56

Choose a tag to compare

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

v1.11.2

11 Sep 22:16

Choose a tag to compare

v1.11.0

18 Jul 20:40

Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

17 Jun 07:48

Choose a tag to compare

Full Changelog: v1.9.2...v1.10.0

v1.9.2

14 Jun 19:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

02 Apr 08:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.1

v1.8.0

07 Feb 08:53

Choose a tag to compare

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

29 Jan 21:29

Choose a tag to compare

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

Full Changelog: v1.7.10...v1.7.11

v1.7.10

03 Dec 09:06

Choose a tag to compare

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

19 Nov 09:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.8...v1.7.9