Releases: bogdanfinn/tls-client
Releases · bogdanfinn/tls-client
Close IdleConnections & Disable Compression Option
Bugfixes & Default Client Profile Fallback & Chrome 111 & 112
- Fixed #22
- Added Chrome111 & Chrome112
- If no ClientProfile is provided the HTTPClient fallbacks to the Default Client (latest chrome)
Minor Bugfix & Prebuilt binary removal
Bugfixes
- Fixed the priority frame for the recently added android profiles. Again thanks to BUGBEAR#8319 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.
var profile = ClientProfile{
headerPriority: &http2.PriorityParam{},
}
Important Changes
In order to reduce the repository size and also wished here: #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/