Skip to content

Releases: go-resty/resty

v0.5 Release

04 Jan 02:25
Compare
Choose a tag to compare

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

21 Oct 23:47
Compare
Choose a tag to compare
  • Supports saving large file size too
  • Introduced Response.Size() method

v0.4 Release

20 Oct 17:47
Compare
Choose a tag to compare

v0.3 Release

08 Oct 19:00
Compare
Choose a tag to compare
  • 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

05 Oct 03:40
Compare
Choose a tag to compare
  • Improved handling client level SetError option and pointer option of SetResult and Error
  • SetBody now supports pointer too

v0.2.1 Release

30 Sep 23:32
Compare
Choose a tag to compare

Improved code with Lint suggestion and readme update.

v0.2 Release

24 Sep 21:16
Compare
Choose a tag to compare

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

16 Sep 00:05
Compare
Choose a tag to compare

Initial release of go-resty library.