Skip to content

Releases: go-resty/resty

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

v1.7.0 Release

04 Jul 19:02
fccc498
Compare
Choose a tag to compare

Changelog

Feature

  • Added built-in support for Host value override in the request #155, PR #156 @sorribas

Bug fixes

  • Preserved URL input value in Path parameters #160 @jeevatkm
  • Addressing gzip error on Content-Length zero and Content-Encoding is gzip #164, PR #165 @Jack47

v1.6 Release

29 May 03:31
fc3ad73
Compare
Choose a tag to compare

Changelog

  • Close for both readers

v1.5 Release

06 May 17:34
f0976a8
Compare
Choose a tag to compare

Changelog

Enhancements

Bug fix

v1.4 Release

05 Apr 03:28
f881566
Compare
Choose a tag to compare

Changelog

Enhancements

  • Added support for RFC7807 - application/problem+json and application/problem+xml #134, #135 @jeevatkm
  • Bufferless large file on body R().SetBody(reader) #133, #136 @jeevatkm

v1.3 Release

02 Mar 06:48
65798e0
Compare
Choose a tag to compare

Changelog:

Enhancements:

Bug Fix:

v1.2 Release

26 Jan 20:46
00cb083
Compare
Choose a tag to compare

Changelog

Bug Fix

  • Trailing slash issue fix #119