Skip to content

Releases: go-resty/resty

v2.16.5

23 Jan 06:27
1e19d6b
Compare
Choose a tag to compare

Release Notes

Bug Fixes

Documentation

  • chore(release): version bump and readme update by @jeevatkm in #961

Full Changelog: v2.16.4...v2.16.5

v2.16.4

20 Jan 19:48
7ad1178
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix: retry not reset multipartField reader by @wxip in #953
  • fix: auth scheme override with empty value #954 by @jeevatkm in #956

Documentation

  • chore(release): version bump and readme update by @jeevatkm in #958

New Contributors

  • @wxip made their first contribution in #953

Full Changelog: v2.16.3...v2.16.4

v3.0.0-alpha.9

14 Jan 07:33
5823c50
Compare
Choose a tag to compare
v3.0.0-alpha.9 Pre-release
Pre-release

NOTE: Documentation https://resty.dev, also use godoc and test cases for the time being.

  • feat(enhancement): add SetContentType helper method by @jeevatkm in #951
  • feat: add gzip pool to reuse the reader by @jeevatkm in #950

v3.0.0-alpha.8

13 Jan 04:38
1ce39e1
Compare
Choose a tag to compare
v3.0.0-alpha.8 Pre-release
Pre-release

NOTE: Documentation https://resty.dev, also use godoc and test cases for the time being.

  • feat(enhancement): multipart populate filename from path if file path value is empty by @jeevatkm in #944
  • test: adjust time duration on circuit breaker test and readme update by @jeevatkm in #945
  • feat(enhancement): add missing SetHeaderAuthorizationKey from the mutex implementation and the flow of it by @jeevatkm in #947
  • feat(enhancement): use request hostname if path is empty or '/' for save response by @jeevatkm in #948
  • feat: add flate pool to reuse the reader by @jeevatkm in #949

v2.16.3

09 Jan 04:30
16fd88a
Compare
Choose a tag to compare

Release Notes

  • chore(deps, release): update go mod, version bump and readme update by @jeevatkm in #946

Full Changelog: v2.16.2...v2.16.3

v3.0.0-alpha.7

05 Jan 21:55
c6de761
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

NOTE: Documentation work is in progress (https://resty.dev). v3 Godoc is up-to-date. Also, refer to test cases for the time being.

  • build: config updates and package godoc update by @jeevatkm in #937
  • feat: add SetCertificateFromFile and SetCertificateFromString by @jeevatkm in #941
  • fix: retry duplicates query parameters #938 by @jeevatkm in #942
  • feat!: add overwrite ability for retry conditions and hooks #868 by @jeevatkm in #943

v3.0.0-alpha.6

02 Jan 06:13
b4ff634
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release

NOTE: Documentation work is in progress (https://resty.dev). Of course, v3 Godoc is up-to-date. Also, refer to test cases for usage.

  • feat: Client Circuit Breaker by @segevda in #930
  • feat(enhancement)!: seperate generate curl cmd from debug flow #928 by @jeevatkm in #934
  • cleanup, sponsor links and readme by @jeevatkm in #935
  • feat(enhancement): update godoc, method signature, and cleanup unused symbols by @jeevatkm in #936

v3.0.0-alpha.5

31 Dec 04:35
f2a67d3
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release

NOTE: Documentation work is in progress (https://resty.dev), so refer to test cases for usage.

v3.0.0-alpha.4

29 Dec 01:57
af72a4d
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

NOTE: Documentation work is in progress, so refer to test cases for usage.

v3.0.0-alpha.3

20 Dec 07:34
8422694
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release
  • update user agent domain url, refactor to add prefix host to state constants by @jeevatkm in #929