v3.0.0-alpha.10
NOTE: v3 Documentation is here - https://resty.dev
- test: add test case from branch v2 by @jeevatkm in https://github.com/go-resty/resty/pull/955
- docs: godoc update by @jeevatkm in https://github.com/go-resty/resty/pull/957
- feat: add request level SetHeaderAuthorizationKey method by @jeevatkm in https://github.com/go-resty/resty/pull/963
- feat(enhancement): add json definition and method to trace info by @jeevatkm in https://github.com/go-resty/resty/pull/964
v2.16.5
- fix: auth scheme and token from client level #959 by @jeevatkm in https://github.com/go-resty/resty/pull/960
- chore(release): version bump and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/961
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.4...v2.16.5
v2.16.4
- fix: retry not reset multipartField reader by @wxip in https://github.com/go-resty/resty/pull/953
- fix: auth scheme override with empty value #954 by @jeevatkm in https://github.com/go-resty/resty/pull/956
- chore(release): version bump and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/958
- @wxip made their first contribution in https://github.com/go-resty/resty/pull/953
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.3...v2.16.4
v3.0.0-alpha.9
NOTE: Documentation https://resty.dev, also use godoc and test cases for the time being.
- feat(enhancement): add SetContentType helper method by @jeevatkm in https://github.com/go-resty/resty/pull/951
- feat: add gzip pool to reuse the reader by @jeevatkm in https://github.com/go-resty/resty/pull/950
v3.0.0-alpha.8
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 https://github.com/go-resty/resty/pull/944
- test: adjust time duration on circuit breaker test and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/945
- feat(enhancement): add missing SetHeaderAuthorizationKey from the mutex implementation and the flow of it by @jeevatkm in https://github.com/go-resty/resty/pull/947
- feat(enhancement): use request hostname if path is empty or '/' for save response by @jeevatkm in https://github.com/go-resty/resty/pull/948
- feat: add flate pool to reuse the reader by @jeevatkm in https://github.com/go-resty/resty/pull/949
v2.16.3
- chore(deps, release): update go mod, version bump and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/946
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.2...v2.16.3
v3.0.0-alpha.7
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 https://github.com/go-resty/resty/pull/937
- feat: add SetCertificateFromFile and SetCertificateFromString by @jeevatkm in https://github.com/go-resty/resty/pull/941
- fix: retry duplicates query parameters #938 by @jeevatkm in https://github.com/go-resty/resty/pull/942
- feat!: add overwrite ability for retry conditions and hooks #868 by @jeevatkm in https://github.com/go-resty/resty/pull/943
v3.0.0-alpha.6
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 https://github.com/go-resty/resty/pull/930
- feat(enhancement)!: seperate generate curl cmd from debug flow #928 by @jeevatkm in https://github.com/go-resty/resty/pull/934
- cleanup, sponsor links and readme by @jeevatkm in https://github.com/go-resty/resty/pull/935
- feat(enhancement): update godoc, method signature, and cleanup unused symbols by @jeevatkm in https://github.com/go-resty/resty/pull/936
v3.0.0-alpha.5
NOTE: Documentation work is in progress (https://resty.dev), so refer to test cases for usage.
- feat: auto parse filename from content-disposition or URL #926 by @jeevatkm in https://github.com/go-resty/resty/pull/932
- feat: add redirect history feature #295 by @jeevatkm in https://github.com/go-resty/resty/pull/933