Skip to content

Releases: gildas/go-request

0.3.9: Better Retries

19 Nov 03:36
Compare
Choose a tag to compare
  • Temporary errors and EOF while sending requests will now be retried

  • The Attempt # in the logs starts from 1 (which is more human readable)

  • Dropped testing on old versions of go (<1.15), added testing on Windows

0.3.7: Bug fixes

21 Oct 14:15
Compare
Choose a tag to compare
  • When there is no payload/attachment, the http request should get a nil io.Reader

0.3.6: Use the new errors

29 Jul 01:33
Compare
Choose a tag to compare
v0.3.6

Release 0.3.6

0.3.5: Bug fixes

13 Jul 18:29
Compare
Choose a tag to compare
v0.3.5

Release 0.3.5

0.3.4: Cookies Support

05 Jul 15:12
Compare
Choose a tag to compare

Cookies can be given in the RequestOptions.
The return ContentReader contains the http.Cookie array from the request's response header "Set-Cookie"

0.3.3: Bug fixes

30 Jun 03:15
Compare
Choose a tag to compare
v0.3.3

Release 0.3.3

0.3.1: Bug Fix Release

10 May 02:14
Compare
Choose a tag to compare

0.2.4: Error Standardization

06 Feb 01:05
Compare
Choose a tag to compare