Releases: go-resty/resty
Releases · go-resty/resty
v2.16.5
v2.16.4
v3.0.0-alpha.9
NOTE: Documentation https://resty.dev, also use godoc and test cases for the time being.
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 #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
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 #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
NOTE: Documentation work is in progress (https://resty.dev). Of course, v3 Godoc is up-to-date. Also, refer to test cases for usage.