Skip to content

Releases: go-resty/resty

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

v2.10.0-rc.2

08 Oct 03:28
1335e8d
Compare
Choose a tag to compare
v2.10.0-rc.2 Pre-release
Pre-release

Second RC for v2.10.0

Enhancements

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

v2.10.0-rc.1

02 Oct 04:49
1f11e18
Compare
Choose a tag to compare
v2.10.0-rc.1 Pre-release
Pre-release

First RC for v2.10.0

Enhancements

  • optimization: Add Benchmarks and Unit tests for parseRequestBody and improve it by @SVilgelm in #714
  • optimization: Benchmarks and Improvements for parseRequestURL function by @SVilgelm in #711
  • chore: version number bump by @jeevatkm in #719

Full Changelog: v2.9.1...v2.10.0-rc.1

v2.9.1 Release

01 Oct 02:40
3face0d
Compare
Choose a tag to compare

Release Notes

Full Changelog: v2.9.0...v2.9.1

v2.9.0 Release

01 Oct 02:06
e52a7e0
Compare
Choose a tag to compare

Release Notes

New Features

Enhancements

  • refactor: inherit value from client enables clean request overrides #516 by @jeevatkm in #706
  • optimization: Improve parseRequestHeader function and add the unit tests and benchmarks by @SVilgelm in #712

Bug Fixes

  • fix: parseResponseBody overrides original error code in case of unmar… by @dmartinol in #674
  • Set ContentLength to 0 when Body is nil by @praem90 in #698
  • fix: improve regex expression for json and xml content type validation by @jeevatkm in #702
  • fix: add missing source files in the bazel build config #700 by @jeevatkm in #707

Test Cases

Documentation

  • docs: fix OnBeforeRequst doc application order by @leejuyuu in #701

New Contributors

Full Changelog: v2.8.0...v2.9.0