Tls-client

Latest version: v1.0.1

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.4.0

What's Changed
* add WithLocalAddr option by ta3pks in https://github.com/bogdanfinn/tls-client/pull/52
* An option to force tcp connections to ipv4 only by jsnjack in https://github.com/bogdanfinn/tls-client/pull/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 https://github.com/bogdanfinn/tls-client/pull/55

New Contributors
* ta3pks made their first contribution in https://github.com/bogdanfinn/tls-client/pull/52
* Harusakii made their first contribution in https://github.com/bogdanfinn/tls-client/pull/55

**Full Changelog**: https://github.com/bogdanfinn/tls-client/compare/v1.3.12...v1.4.0

1.3.12

What's Changed
* Add support for custom CA by jsnjack in https://github.com/bogdanfinn/tls-client/pull/41
* fix panic when `transportOptions` is `nil` by justhyped in https://github.com/bogdanfinn/tls-client/pull/47
* replace `ioutil` with `io` by justhyped in https://github.com/bogdanfinn/tls-client/pull/46
* Improvements by justhyped in https://github.com/bogdanfinn/tls-client/pull/48

New Contributors
* jsnjack made their first contribution in https://github.com/bogdanfinn/tls-client/pull/41
* justhyped made their first contribution in https://github.com/bogdanfinn/tls-client/pull/47

**Full Changelog**: https://github.com/bogdanfinn/tls-client/compare/v1.3.11...v1.3.12

1.3.11

- 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.

1.3.10

- Includes 33 and 39.
- Exposed CloseIdleConnections() from underlying http client.

1.3.9

- Fixed https://github.com/bogdanfinn/tls-client/issues/22
- Added Chrome111 & Chrome112
- If no ClientProfile is provided the HTTPClient fallbacks to the Default Client (latest chrome)

1.3.8

**Bugfixes**
- Fixed the priority frame for the recently added android profiles. Again thanks to BUGBEAR8319 for providing all the logs.
Just FYI: when you create custom profiles you can suppress the Priority Header frame by just setting a pointer to an empty PriorityParam struct on the clientProfile.

go
var profile = ClientProfile{
headerPriority: &http2.PriorityParam{},
}


**Important Changes**
In order to reduce the repository size and also wished here: https://github.com/bogdanfinn/tls-client/issues/31 i decided to remove the prebuilt binaries from the Github code repository. The prebuilt binaries will now be added as Releases here.

Also i cleaned the Readme in the project and we will now switch to the new official documentation for that project: https://bogdanfinn.gitbook.io/open-source-oasis/

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.