Releases: go-resty/resty
Releases · go-resty/resty
v0.7 Release
This release brings following enhancements:
- #27 Added support for struct slice and map slice on
SetBody()
- #25 Added
SetDisableWarn()
method for disabling warning
- HTTP/2 testing on Go 1.6 for Resty
v0.6 Release
This release brings following enhancements:
- #21 Added
io.Reader
support for Multi-part file upload
- #22 Added
io.Reader
support Request.SetBody()
- #20 You can add custom Transport into resty
v0.5 Release
Enhancements
- #16 Per request proxy support
- #17 For API consistency and progressing toward
v1.0
goal, following changes applied in v0.5
(breaking change)
Response.Body
turns to Response.Body()
method
Response.ReceivedAt
turns to Response.ReceivedAt()
method
Bug Fix
- #19 Redirects with headers
- #18 Redirect stops with error and Response object
v0.4.1 Release
- Supports saving large file size too
- Introduced
Response.Size()
method
v0.4 Release
- #14 Custom Root Certificates and Client Certificates
- #15 Save HTTP response into File, similar to
curl -o
flag
- #12 Now
Request.Execute
is public
v0.3 Release
- Payload support for DELETE method as per RFC7231
- Introducing
Request.SetQueryString
method for request query string in-addition to SetQueryParam
& SetQueryParams
- Codebase and godoc improvements
v0.2.2 Release
- Improved handling client level SetError option and pointer option of SetResult and Error
- SetBody now supports pointer too
v0.2.1 Release
Improved code with Lint suggestion and readme update.
v0.2 Release
This release brings following feature and enhancements.
- #1 - Support pointer and non-pointer assignment in
SetResult
& SetError
- #5 - Extensible
RedirectPolicy
and multiple Redirect policies can be assigned to resty client
- #6 - Proxy support for resty client
v0.1 Release
Initial release of go-resty library.