Skip to content

Releases: bogdanfinn/tls-client

Close IdleConnections & Disable Compression Option

21 Apr 22:02
Compare
Choose a tag to compare
  • Includes #33 and #39.
  • Exposed CloseIdleConnections() from underlying http client.

Bugfixes & Default Client Profile Fallback & Chrome 111 & 112

08 Apr 21:00
Compare
Choose a tag to compare
  • Fixed #22
  • Added Chrome111 & Chrome112
  • If no ClientProfile is provided the HTTPClient fallbacks to the Default Client (latest chrome)

Minor Bugfix & Prebuilt binary removal

07 Apr 10:02
Compare
Choose a tag to compare

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/