Skip to content

Releases: go-resty/resty

v3.0.0-beta.4

23 Nov 22:10
c41641e

Choose a tag to compare

v3.0.0-beta.4 Pre-release
Pre-release

v3 Beta Release

v3 Upgrade Guide

https://resty.dev/docs/upgrading-to-v3/

New Features and Enhancements

https://resty.dev/docs/new-features-and-enhancements/

Bug Fixes

  • fix: potential wrong total time in trace info when the request is invalid (#1016) by @git-hulk in #1017
  • fix: Fixed functions of decodeJson do not return. by @Khachi-at in #1002
  • fix(circuit breaker): protect access to lastFailureAt by atomic operations to avoid race conditions by @liuzengh in #1019
  • fix: Cookie Clone Issue in Client.Clone() by @jackcipher in #1036
  • fix: be able to invoke Close in SSE callback by @invzhi in #1048
  • fix: negative trace substraction when using SetTimeout by @nicolasbeauvais in #1038
  • fix: add missing flow and check for do not parse response #1051 by @jeevatkm in #1068

Features & Enhancements

  • feat: Add close hooks by @pior in #1054
  • feat(enhancement): Use crypto/sha256 instead of crypto/md5 for FIPS compliance. by @BillBuilt in #1056
  • feat(enhancement): add MaxConnsPerHost setting into TransportSettings #1058 by @jeevatkm in #1069
  • docs: correct code grammar in comments by @invzhi in #1049
  • ci: update go.mod package and build config by @jeevatkm in #1067
  • release: version bump and readme update by @jeevatkm in #1070

Tests

New Contributors

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

v2.17.0

23 Nov 06:45
d4c3576

Choose a tag to compare

Release Notes

Bug Fixes

Backport

Release Updates

New Contributors

Full Changelog: v2.16.5...v2.17.0

v3.0.0-beta.3

09 May 02:40
036c589

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

v3 Beta Release

v3 Upgrade Guide

https://resty.dev/docs/upgrading-to-v3/

New Features and Enhancements

https://resty.dev/docs/new-features-and-enhancements/

Full Changelog

v2.16.5...v3.0.0-beta.3

v3.0.0-beta.2

05 Mar 04:38
e158f04

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

v3 Beta Release

v3 Upgrade Guide

https://resty.dev/docs/upgrading-to-v3/

New Features and Enhancements

https://resty.dev/docs/new-features-and-enhancements/

Full Changelog

v2.16.5...v3.0.0-beta.2

v3.0.0-beta.1

01 Feb 05:55
51c16e1

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

v3 Beta Release

v3 Upgrade Guide

https://resty.dev/docs/upgrading-to-v3/

New Features and Enhancements

https://resty.dev/docs/new-features-and-enhancements/

Full Changelog

v2.16.5...v3.0.0-beta.1

v3.0.0-alpha.10

26 Jan 05:25
2e3e58b

Choose a tag to compare

v3.0.0-alpha.10 Pre-release
Pre-release

NOTE: v3 Documentation is here - https://resty.dev

  • test: add test case from branch v2 by @jeevatkm in #955
  • docs: godoc update by @jeevatkm in #957
  • feat: add request level SetHeaderAuthorizationKey method by @jeevatkm in #963
  • feat(enhancement): add json definition and method to trace info by @jeevatkm in #964

v2.16.5

23 Jan 06:27
1e19d6b

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

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

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

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