Skip to content

Releases: go-resty/resty

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

v2.12.0

17 Mar 20:54
89d25d9
Compare
Choose a tag to compare

Release Notes

Enhancements

Bug Fixes

  • Fixed JSON request logging data race. by @buglloc in #775
  • fix: trailing NULL bytes in buffer while detecting a content type by @jeevatkm in #779
  • fix: encode path params with BaseURL and the first param at index zero (#781) by @sakateka in #782

Documentation

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0 Release

27 Dec 06:10
1323ede
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Security: Don't put the same bytes.Buffer into sync.Pool twice by @lattwood in #745, #764, #756
  • fix: Improve Digest WWW-Authenticate response header parsing compatibility by @bearki in #735

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0 Release

14 Oct 23:03
105f718
Compare
Choose a tag to compare

Release Notes

Optimizations

  • Add Benchmarks and Unit tests for parseRequestBody and improve it by @SVilgelm in #714
  • Benchmarks and Improvements for parseRequestURL function by @SVilgelm in #711

Enhancements

Bug Fixes

  • fix: request debug log loss cookie header when cookiejar in use #424 by @jeevatkm in #727
  • Fix digest auth http: ContentLength=xxx with Body length 0 by @icepie in #730

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.10.0-rc.3

08 Oct 07:48
6242e6f
Compare
Choose a tag to compare
v2.10.0-rc.3 Pre-release
Pre-release

Third RC for v2.10.0

Enhancements

  • fix: request debug log loss cookie header when cookiejar in use #424 by @jeevatkm in #727

Full Changelog: v2.10.0-rc.2...v2.10.0-rc.3