Skip to content

Releases: imroc/req

v3.42.0 Release

15 Sep 12:05
Compare
Choose a tag to compare
  • feat: Add OnError to Client (Support the error hook, which will be executed if any error will be returned, e.g. dns lookup error, invalid URL and etc)

v3.41.12 Release

07 Sep 09:35
3ab7af1
Compare
Choose a tag to compare
  • Fix RootCAs setting when using utls (#280)

v3.41.11 Release

05 Sep 03:17
Compare
Choose a tag to compare
  • Update dependencies

v3.41.10 Release

31 Aug 08:02
Compare
Choose a tag to compare
  • Fix FLOW_CONTROL_ERROR in ImpersonateXXX (#275)

v3.41.9 Release

28 Aug 11:28
Compare
Choose a tag to compare
  • Fix COMPRESSION_ERROR in ImpersonateXXX (#275)

v3.41.8 Release

28 Aug 08:42
Compare
Choose a tag to compare
  • Do not try charset conversion if Accept-Encoding specified
  • Fix http3 in go1.21(#274)

v3.41.7 Release

23 Aug 03:12
Compare
Choose a tag to compare
  • Support http digest calculation that does not follow the RFC specification (#269)

v3.41.6 Release

21 Aug 06:15
Compare
Choose a tag to compare
  • Allow splitting digest parameters without spaces (#269).
  • Clear common cookies in ClearCookies.

v3.41.5 Release

18 Aug 02:04
Compare
Choose a tag to compare
  • Default qop to "auth" in HTTPDigestAuth(#269)

v3.41.4 Release

13 Aug 01:16
Compare
Choose a tag to compare
  • Fix InsecureSkipVerify (#268)
  • Upgrade utls to v1.4.3