Releases: go-resty/resty
Releases · go-resty/resty
v2.13.1
v2.13.0
v2.12.0
Release Notes
Enhancements
Bug Fixes
- Fixed JSON request logging data race. by @buglloc in #775
- fix: trailing NULL bytes in buffer while detecting a content type by @jeevatkm in #779
- fix: encode path params with BaseURL and the first param at index zero (#781) by @sakateka in #782
Documentation
- fix: doc typo by @victoraugustolls in #769
- docs: replace
SetHostURL
toSetBaseURL
by @purofle in #772 - for v2.12.0 release by @jeevatkm in #783
New Contributors
- @victoraugustolls made their first contribution in #769
- @purofle made their first contribution in #772
- @buglloc made their first contribution in #775
- @fabiante made their first contribution in #774
- @sakateka made their first contribution in #782
Full Changelog: v2.11.0...v2.12.0
v2.11.0 Release
v2.10.0 Release
Release Notes
Optimizations
- Add Benchmarks and Unit tests for parseRequestBody and improve it by @SVilgelm in #714
- Benchmarks and Improvements for parseRequestURL function by @SVilgelm in #711
Enhancements
- feat(enhancement): add SetBody method in Response struct #721 by @jeevatkm in #724
- chore: update go mod dependency by @jeevatkm in #731
- chore: version number bump by @jeevatkm in #719, release updates #732
Bug Fixes
- fix: request debug log loss cookie header when cookiejar in use #424 by @jeevatkm in #727
- Fix digest auth http: ContentLength=xxx with Body length 0 by @icepie in #730
New Contributors
Full Changelog: v2.9.1...v2.10.0
v2.10.0-rc.3
v2.10.0-rc.2
v2.10.0-rc.1
First RC for v2.10.0
Enhancements
- optimization: Add Benchmarks and Unit tests for parseRequestBody and improve it by @SVilgelm in #714
- optimization: Benchmarks and Improvements for parseRequestURL function by @SVilgelm in #711
- chore: version number bump by @jeevatkm in #719
Full Changelog: v2.9.1...v2.10.0-rc.1
v2.9.1 Release
Release Notes
Full Changelog: v2.9.0...v2.9.1
v2.9.0 Release
Release Notes
New Features
Enhancements
- refactor: inherit value from client enables clean request overrides #516 by @jeevatkm in #706
- optimization: Improve parseRequestHeader function and add the unit tests and benchmarks by @SVilgelm in #712
Bug Fixes
- fix: parseResponseBody overrides original error code in case of unmar… by @dmartinol in #674
- Set ContentLength to 0 when Body is nil by @praem90 in #698
- fix: improve regex expression for json and xml content type validation by @jeevatkm in #702
- fix: add missing source files in the bazel build config #700 by @jeevatkm in #707
Test Cases
- test: add test example for unix socket client and update readme #589 by @jeevatkm in #703
- test: added validation test case, unable to reproduce #524 by @jeevatkm in #704
- unit tests for parseRequestURL function by @SVilgelm in #709
- fix TestClientOnResponseError parallel tests by @SVilgelm in #710
Documentation
New Contributors
- @dmartinol made their first contribution in #674
- @praem90 made their first contribution in #698
- @leejuyuu made their first contribution in #701
Full Changelog: v2.8.0...v2.9.0