Releases: gildas/go-request
Releases · gildas/go-request
Download to io.Writer
v0.4.0 Release 0.4.0
Small improvements
- log the duration in milliseconds
- Treat
context.DeadlineExceeded
as a retry-able error
0.3.9: Better Retries
-
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
- When there is no payload/attachment, the http request should get a nil io.Reader
0.3.6: Use the new errors
v0.3.6 Release 0.3.6
0.3.5: Bug fixes
v0.3.5 Release 0.3.5
0.3.4: Cookies Support
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
v0.3.3 Release 0.3.3
0.3.1: Bug Fix Release
- Fixed issue #1
0.2.4: Error Standardization
We now use gildas/go-errors@v0.1.0