Releases: go-resty/resty
Releases · go-resty/resty
v2.15.3
v2.15.2
v2.15.1
v2.15.0
Release Notes
New Features
- feat: add max reponse body limit by @trim21 in #830
- feat: add SetClientRootCertificate method support clientCAs usage by @MagHErmit in #826
Enhancements
- feat: add ability to set custom multipart boundary value by @PokeGuys in #820
- feat(refactor): for pr #826 by @jeevatkm in #848
Bug Fixes
- Fix request/response logging for SetDoNotParseResponse(true) by @kon3gor in #836
- fix(enhancement): add explicit option to enable generate curl command in conjunction with debug mode and few clean ups #828 by @jeevatkm in #842
Build
- feat(enhancement): update bazel config by @frank30941 in #833
- build: go min version and build config update #835 by @jeevatkm in #837
- Update go vesion to 1.20 by @kon3gor in #841
Documentation
- doc: godoc improvements and corrections by @jeevatkm in #849, #851
- doc(readme): Add a note, GenerateCurlCommand by @ahuigo in #817
- release: version bump and readme update for v2.15.0 by @jeevatkm in #852
New Contributors
- @PokeGuys made their first contribution in #820
- @trim21 made their first contribution in #830
- @frank30941 made their first contribution in #833
- @kon3gor made their first contribution in #841
- @MagHErmit made their first contribution in #826
Full Changelog: v2.14.0...v2.15.0
v2.14.0
Release Notes
New Features
Enhancements
- build: update bazel config with new files by @jeevatkm in #800
- chore: dependency and version update v2.14.0 by @jeevatkm in #816
Upstream Fixes
- update net package for vuln CVE-2023-45288 by @shedyfreak in #804
Test Cases
Documentation
- fix: change resty.GET to resty.MethodGet in doc comment by @autopp in #803
- resty dev version number and year update by @jeevatkm in #799
New Contributors
- @ahuigo made their first contribution in #794
- @autopp made their first contribution in #803
- @shedyfreak made their first contribution in #804
Full Changelog: v2.13.1...v2.14.0
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