Skip to content

Releases: fako1024/httpc

v1.1.1

26 Oct 10:25
ac73bb2
Compare
Choose a tag to compare

What's Changed

  • Add handling for RFC9457 problem responses by @fako1024 in #41

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Jul 15:26
3d064d5
Compare
Choose a tag to compare

What's Changed

  • Replace time.Ticker with time.Timer to avoid resource leakage by @fako1024 in #39

Full Changelog: v1.0.19...v1.1.0

v1.0.19

23 Apr 10:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.18...v1.0.19

v1.0.18

16 Nov 11:55
a7e5c6b
Compare
Choose a tag to compare

What's Changed

  • [bugfix] Properly set request.GetBody for redirect handling by @els0r in #34

Full Changelog: v1.0.17...v1.0.18

v1.0.17

31 Oct 10:01
Compare
Choose a tag to compare

What's Changed

  • [bugfix] Fix redirect handling for 307 and 308 status codes by @els0r in #33

New Contributors

  • @els0r made their first contribution in #33

Full Changelog: v1.0.16...v1.0.17

v1.0.16

17 Oct 09:01
3db72c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.15

09 Aug 08:34
05514bf
Compare
Choose a tag to compare

What's Changed

  • Fix handling of context cancellation in conjunction with retries by @fako1024 in #26
  • Remove unnecessary labstack/echo and deprecated io/ioutil dependencies by @fako1024 in #28
  • Remove obsolete references to io/ioutil and replace them by @fako1024 in #30

Full Changelog: v1.0.14...v1.0.15

v1.0.14

27 Apr 11:10
Compare
Choose a tag to compare

What's Changed

  • [feature] Add convenience methods for Bearer and generic token-based auth by @fako1024 in #19
  • [feature] Support performing action on retry back off by @fako1024 in #21
  • [bugfix] Implement workaround for sporadically failing timeout tests on Windows by @fako1024 in #24
  • [bugfix] Improve handling of retry / back-off options and enforce their consistent use by @fako1024 in #23

Full Changelog: v1.0.13...v1.0.14

v1.0.13: Update dependencies to address CVE-2022-41723

21 Feb 12:36
Compare
Choose a tag to compare
Update dependencies to address CVE-2022-41723

v1.0.12: Fix some minor test issues and update workflow

01 Feb 16:01
a188e43
Compare
Choose a tag to compare