Releases: bogdanfinn/tls-client
Releases · bogdanfinn/tls-client
v1.7.1-public-test
Full Changelog: v1.7.0-public-test...v1.7.1-public-test
v1.7.1-cookiejar
Full Changelog: v1.7.0-cookiejar...v1.7.1-cookiejar
v1.6.1
v1.7.0-cookiejar
Full Changelog: v1.6.0...v1.7.0-cookiejar
v1.7.0-public-test
Full Changelog: v1.6.0...v1.7.0-public-test
v1.6.0
What's Changed
- Fixed Custom Redirect being used regardless if followRedirect is false by @sm0ke88 in #69
- refs https://github.com/bogdanfinn/tls-client/issues/68[: implemented default header option for client;](299484f)
- added serverNameOverwrite option to shared library payload;
- added default headers option to shared library payload;
- removed error and log when client receives another frame than setting
New Contributors
- @sm0ke88 made their first contribution in #69
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- added wildcard support for certificate pinning;
- added transport options to shared library payload;
- fixed outgoing cookie expires json field to be integer not string;
- fixed manual call of CloseIdleConnections and fixed overriting of proxy in error case
- fixed possible nil pointer in error case when working with streamOutputPath
- used xgo to prebuilt linux arm shared libraries
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- add WithLocalAddr option by @ta3pks in #52
- An option to force tcp connections to ipv4 only by @jsnjack in #54
- Added both options to shared library
- Changed json input and output for cookies in shared library
- Always decompress shared library response body. Remove "additionalDecode".
- Allow Double Quotes in Cookie Values
- [PULL REQ] Add Issue Templates by @Harusakii in #55
New Contributors
- @ta3pks made their first contribution in #52
- @Harusakii made their first contribution in #55
Full Changelog: v1.3.12...v1.4.0
Go Version 1.20 Update and minor changes
What's Changed
- Add support for custom CA by @jsnjack in #41
- fix panic when
transportOptions
isnil
by @justhyped in #47 - replace
ioutil
withio
by @justhyped in #46 - Improvements by @justhyped in #48
New Contributors
- @jsnjack made their first contribution in #41
- @justhyped made their first contribution in #47
Full Changelog: v1.3.11...v1.3.12
Fixed Disable Compression Transport Option
- Fixed the behavior of the Disable Compression Option on the transport. The Default behavior is the same as before 1.3.10 but now the automatic decompression can still be disabled via option.