Releases: go-resty/resty
Releases · go-resty/resty
v1.9.0 Release
Changelog
Enhancement
- Added
application/hal+json
content type support PR #171 #172 @kmanley - Made
IsJSONType
andIsXMLType
method more robust PR #174 @moorereason - Added opt-in method
SetJSONEscapeHTML
at client and request level to disable HTML escape on JSON payload request #177 #179 @jeevatkm
Bug fix
v1.8.0 Release
Changelog
- Update bazel definitions to work with release 0.13.0 PR #168 @paradoxengine
- Added helper methods
Response.IsSuccess()
andResponse.IsError()
#169 @jeevatkm
v1.7.0 Release
v1.6 Release
Changelog
- Close for both readers
v1.5 Release
Changelog
Enhancements
- Added fallback gzip response handling #142 @jeevatkm
- Added support for Bazel build PR #141 @paradoxengine
- Test cases improvements PR #143 @moorereason
- Code enhancement PR #145 and travis config PR #144 @moorereason
Bug fix
v1.4 Release
v1.3 Release
Changelog:
Enhancements:
- Custom content type and data for multipart request PR #129 @Asker80
- Debug log with concatenated string PR #128 @sudo-suhas
- Allow uncommon HTTP methods to support payloads PR #122 @arun251
- improved override header handling #125 @jeevatkm
- Preserve query string order partially #124 @jeevatkm
Bug Fix:
v1.2 Release
v1.1 Release
v1.0 Release
v1.0 Released
Resty
first version released on Sep 15, 2015 then it grew gradually as a very handy and helpful library. Its been a two years; v1.0
released on Sep 25, 2017. I'm very thankful to Resty users and its contributors.
Changelog
Features:
- Added support for registering external JSON library #76 @jeevatkm
- Added option to expose response body without parsing response #87 @jeevatkm
Enhancements: