Skip to content

Releases: go-resty/resty

v2.0.0-rc.1

13 Mar 07:01
46fc51a
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

First Release Candidate

v1.12.0 Release

28 Feb 07:29
fa5875c
Compare
Choose a tag to compare

Changelog

Enhancement

  • Add batch SetMultipartFields in order to set multiple fields PR #211 @e11ni

v1.11.0 Release

06 Jan 18:18
03c09fa
Compare
Choose a tag to compare

Changelog

Enhancements

  • Add Content-Type application/json-rpc into Auto Unmarshaling support #203 @jeevatkm
  • Add Context() method into Request and consider logging prerequesthook updates in the debug log #206 @jeevatkm

v1.10.3 Release

05 Dec 06:39
a59932b
Compare
Choose a tag to compare

Changelog

Bug fix

  • panic: invalid argument to Intn on goarch 386 #202

v1.10.2 Release

09 Nov 17:52
13ff84e
Compare
Choose a tag to compare

Changelog

Bug fix

v1.10.1 Release

28 Oct 05:02
92a651c
Compare
Choose a tag to compare

Changelog

Bug fix

  • Added check for http status 204 No Content before parsing a response body #195 @jeevatkm

v1.10.0 Release

22 Oct 14:49
7f6b876
Compare
Choose a tag to compare

Changelog

Enhancement

Bug fix

  • Fixed - Accept-Encoding: gzip with Content-Length: -1 and Chunked response not decoded #187 PR #189 @visualphoenix

v1.9.1 Release

30 Aug 04:26
d4920dc
Compare
Choose a tag to compare

Changelog

Bug fix

  • #181 Fixed the issue of go mod (tidy and why)

v1.9.0 Release

25 Aug 03:05
383acc8
Compare
Choose a tag to compare

Changelog

Enhancement

  • Added application/hal+json content type support PR #171 #172 @kmanley
  • Made IsJSONType and IsXMLType 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

05 Aug 19:16
97a1557
Compare
Choose a tag to compare

Changelog

  • Update bazel definitions to work with release 0.13.0 PR #168 @paradoxengine
  • Added helper methods Response.IsSuccess() and Response.IsError() #169 @jeevatkm