Skip to content

Releases: go-resty/resty

v2.16.2

22 Nov 05:49
c34e460
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: buffer reuse and back to pool and release v2.16.2 by @jeevatkm in #919

Full Changelog: v2.16.1...v2.16.2

v2.16.1

20 Nov 05:42
d598157
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by @jeevatkm in #918

Full Changelog: v2.16.0...v2.16.1

v2.16.0

11 Nov 01:00
feedf18
Compare
Choose a tag to compare

Release Notes

New Features

  • feat: option to set URL query params without encoding by @jeevatkm in #885

Enhancements

Documentation

  • release: version bump and readme update for v2.16.0 by @jeevatkm in #907

New Contributors

Full Changelog: v2.15.3...v2.16.0

v2.15.3

26 Sep 18:01
bea44b7
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: 'invalid memory address or nil pointer dereference' in response logger by @matlockx in #872

Documentation

New Contributors

Full Changelog: v2.15.2...v2.15.3

v2.15.2

22 Sep 01:03
231ca0e
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: do not use errors.Join, just use custom error approach by @jeevatkm in #863

Documentation

  • release: version bump and readme update for v2.15.2 by @jeevatkm in #864

Full Changelog: v2.15.1...v2.15.2

v2.15.1

19 Sep 04:39
5d33e1a
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: do not parse response debug log with correct text by @jeevatkm in #858

Documentation

Full Changelog: v2.15.0...v2.15.1

v2.15.0

14 Sep 19:32
321cab9
Compare
Choose a tag to compare

Release Notes

New Features

  • feat: add max reponse body limit by @trim21 in #830
  • feat: add SetClientRootCertificate method support clientCAs usage by @MagHErmit in #826

Enhancements

Bug Fixes

  • Fix request/response logging for SetDoNotParseResponse(true) by @kon3gor in #836
  • fix(enhancement): add explicit option to enable generate curl command in conjunction with debug mode and few clean ups #828 by @jeevatkm in #842

Build

Documentation

  • doc: godoc improvements and corrections by @jeevatkm in #849, #851
  • doc(readme): Add a note, GenerateCurlCommand by @ahuigo in #817
  • release: version bump and readme update for v2.15.0 by @jeevatkm in #852

New Contributors

Full Changelog: v2.14.0...v2.15.0

v2.14.0

05 Aug 02:45
c646328
Compare
Choose a tag to compare

Release Notes

New Features

  • feat(curl): generate curl cmd for request && example for curl cmd by @ahuigo in #794

Enhancements

  • build: update bazel config with new files by @jeevatkm in #800
  • chore: dependency and version update v2.14.0 by @jeevatkm in #816

Upstream Fixes

Test Cases

  • fix(examples): wrongly stderr written as stdout by @ahuigo in #801

Documentation

  • fix: change resty.GET to resty.MethodGet in doc comment by @autopp in #803
  • resty dev version number and year update by @jeevatkm in #799

New Contributors

Full Changelog: v2.13.1...v2.14.0

v2.13.1

11 May 02:51
baf7c12
Compare
Choose a tag to compare

Release Notes

Fixes

  • fix: correct resty version number which was missed in the previous release by @jeevatkm in #793

Full Changelog: v2.13.0...v2.13.1

v2.13.0

09 May 05:36
5ecd018
Compare
Choose a tag to compare

Release Notes

Enhancements

  • build: update github actions by @segevda in #785
  • update dependency golang.org/x/net and codecov ci integration by @jeevatkm in #792

Bug Fixes

New Contributors

  • @phw made their first contribution in #789

Full Changelog: v2.12.0...v2.13.0