Skip to content

Releases: go-resty/resty

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

v2.8.0 Release

18 Sep 01:21
d9bcfaa
Compare
Choose a tag to compare

Release Notes

New Features

  • Add digest authentication by @segevda in #583
  • feat: add SetLogger() method on Request by @muir in #584
  • add OnSuccess, OnPanic, and OnInvalid hooks by @muir in #586
  • Support RawPathParams without escaping by @SVilgelm in #664
  • feat: add SetDebug() method on Request by @jeevatkm in #693

Enhancements

Bug Fixes

Documentation

Build

Deprecated Removal

  • Remove usages of deprecated io/ioutil by @segevda in #625 (go minimum version go1.16)

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0 Release

04 Nov 05:33
3d08b36
Compare
Choose a tag to compare

Release Notes

Enhancements

Bug Fixes

Tests

  • Add 1.16.x and remove 1.14.x from the Travis build PR #434 @kishaningithub
  • Migrated from Travis CI to Github Actions #479 PR #480 @jeevatkm
    • Thank you Travis CI for these many years of CI service to Resty project

Documentation

v2.6.0 Release

09 Apr 07:55
70336cb
Compare
Choose a tag to compare

Release Notes

Features

Enhancements

  • Added AddRetryAfterErrorCondition() option PR #384 @gtpaulose
  • Refactor(retry.sleepDuration): ♻️ extract jitterBackoff function PR #406 @ninedraft
  • Added a way set a Non-Canonical Header PR #413 @Lao-Tuo
  • Test case update When SetRetryCount -1, both resp and error are nil PR #392 @yjhmelody

General

  • Addressing checksum issue on v2.5.0 with this release

v2.5.0 Release

11 Feb 10:22
a4a0c5d
Compare
Choose a tag to compare

Release Notes

Bug Fixes