Releases: go-resty/resty
Releases · go-resty/resty
v3.0.0-alpha.4
NOTE: Documentation work is in progress, so refer to test cases for usage.
v3.0.0-alpha.3
- update user agent domain url, refactor to add prefix host to state constants by @jeevatkm in #929
v3.0.0-alpha.2
feat(enhancement): remove unnecessary map for raw path params instead…
v3.0.0-alpha.1
feat: enable resty's vanity package url (#923)
v2.16.1
Release Notes
Bug Fixes
- fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by @jeevatkm in #918
Full Changelog: v2.16.0...v2.16.1
v2.16.0
Release Notes
New Features
- feat: option to set URL query params without encoding by @jeevatkm in #885
Enhancements
Documentation
- release: version bump and readme update for v2.16.0 by @jeevatkm in #907
New Contributors
Full Changelog: v2.15.3...v2.16.0
v2.15.3
Release Notes
Bug Fixes
- fix: 'invalid memory address or nil pointer dereference' in response logger by @matlockx in #872
Documentation
New Contributors
Full Changelog: v2.15.2...v2.15.3
v2.15.2
Release Notes
Bug Fixes
- fix: do not use
errors.Join
, just use custom error approach by @jeevatkm in #863
Documentation
- release: version bump and readme update for v2.15.2 by @jeevatkm in #864
Full Changelog: v2.15.1...v2.15.2