fix(deps): update module github.com/go-resty/resty/v2 to v2.16.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-resty/resty/v2 | require | minor |
v2.11.0 -> v2.16.1
|
Release Notes
go-resty/resty (github.com/go-resty/resty/v2)
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 https://github.com/go-resty/resty/pull/918
Full Changelog: https://github.com/go-resty/resty/compare/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 https://github.com/go-resty/resty/pull/885
Enhancements
- Enhance buildCurlRequest for unit test by @yaziedda in https://github.com/go-resty/resty/pull/884
- Code optimizations by @jeevatkm in https://github.com/go-resty/resty/pull/892
Documentation
- release: version bump and readme update for v2.16.0 by @jeevatkm in https://github.com/go-resty/resty/pull/907
New Contributors
- @yaziedda made their first contribution in https://github.com/go-resty/resty/pull/884
Full Changelog: https://github.com/go-resty/resty/compare/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 https://github.com/go-resty/resty/pull/872
Documentation
- For release v2.15.3 by @jeevatkm in https://github.com/go-resty/resty/pull/874
New Contributors
- @matlockx made their first contribution in https://github.com/go-resty/resty/pull/872
Full Changelog: https://github.com/go-resty/resty/compare/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 https://github.com/go-resty/resty/pull/863
Documentation
- release: version bump and readme update for v2.15.2 by @jeevatkm in https://github.com/go-resty/resty/pull/864
Full Changelog: https://github.com/go-resty/resty/compare/v2.15.1...v2.15.2
v2.15.1
Release Notes
Bug Fixes
- fix: do not parse response debug log with correct text by @jeevatkm in https://github.com/go-resty/resty/pull/858
Documentation
- for v2.15.1 release by @jeevatkm in https://github.com/go-resty/resty/pull/859
Full Changelog: https://github.com/go-resty/resty/compare/v2.15.0...v2.15.1
v2.15.0
Release Notes
New Features
- feat: add max reponse body limit by @trim21 in https://github.com/go-resty/resty/pull/830
- feat: add SetClientRootCertificate method support clientCAs usage by @MagHErmit in https://github.com/go-resty/resty/pull/826
Enhancements
- feat: add ability to set custom multipart boundary value by @PokeGuys in https://github.com/go-resty/resty/pull/820
- feat(refactor): for pr #826 by @jeevatkm in https://github.com/go-resty/resty/pull/848
Bug Fixes
- Fix request/response logging for SetDoNotParseResponse(true) by @kon3gor in https://github.com/go-resty/resty/pull/836
- fix(enhancement): add explicit option to enable generate curl command in conjunction with debug mode and few clean ups #828 by @jeevatkm in https://github.com/go-resty/resty/pull/842
Build
- feat(enhancement): update bazel config by @frank30941 in https://github.com/go-resty/resty/pull/833
- build: go min version and build config update #835 by @jeevatkm in https://github.com/go-resty/resty/pull/837
- Update go vesion to 1.20 by @kon3gor in https://github.com/go-resty/resty/pull/841
Documentation
- doc: godoc improvements and corrections by @jeevatkm in https://github.com/go-resty/resty/pull/849, https://github.com/go-resty/resty/pull/851
- doc(readme): Add a note, GenerateCurlCommand by @ahuigo in https://github.com/go-resty/resty/pull/817
- release: version bump and readme update for v2.15.0 by @jeevatkm in https://github.com/go-resty/resty/pull/852
New Contributors
- @PokeGuys made their first contribution in https://github.com/go-resty/resty/pull/820
- @trim21 made their first contribution in https://github.com/go-resty/resty/pull/830
- @frank30941 made their first contribution in https://github.com/go-resty/resty/pull/833
- @kon3gor made their first contribution in https://github.com/go-resty/resty/pull/841
- @MagHErmit made their first contribution in https://github.com/go-resty/resty/pull/826
Full Changelog: https://github.com/go-resty/resty/compare/v2.14.0...v2.15.0
v2.14.0
Release Notes
New Features
- feat(curl): generate curl cmd for request && example for curl cmd by @ahuigo in https://github.com/go-resty/resty/pull/794
Enhancements
- build: update bazel config with new files by @jeevatkm in https://github.com/go-resty/resty/pull/800
- chore: dependency and version update v2.14.0 by @jeevatkm in https://github.com/go-resty/resty/pull/816
Upstream Fixes
- update net package for vuln CVE-2023-45288 by @shedyfreak in https://github.com/go-resty/resty/pull/804
Test Cases
- fix(examples): wrongly stderr written as stdout by @ahuigo in https://github.com/go-resty/resty/pull/801
Documentation
- fix: change resty.GET to resty.MethodGet in doc comment by @autopp in https://github.com/go-resty/resty/pull/803
- resty dev version number and year update by @jeevatkm in https://github.com/go-resty/resty/pull/799
New Contributors
- @ahuigo made their first contribution in https://github.com/go-resty/resty/pull/794
- @autopp made their first contribution in https://github.com/go-resty/resty/pull/803
- @shedyfreak made their first contribution in https://github.com/go-resty/resty/pull/804
Full Changelog: https://github.com/go-resty/resty/compare/v2.13.1...v2.14.0
v2.13.1
Release Notes
Fixes
- fix: correct resty version number which was missed in the previous release by @jeevatkm in https://github.com/go-resty/resty/pull/793
Full Changelog: https://github.com/go-resty/resty/compare/v2.13.0...v2.13.1
v2.13.0
Release Notes
Enhancements
- build: update github actions by @segevda in https://github.com/go-resty/resty/pull/785
- update dependency golang.org/x/net and codecov ci integration by @jeevatkm in https://github.com/go-resty/resty/pull/792
Bug Fixes
- fix: digest auth by @phw in https://github.com/go-resty/resty/pull/789
New Contributors
- @phw made their first contribution in https://github.com/go-resty/resty/pull/789
Full Changelog: https://github.com/go-resty/resty/compare/v2.12.0...v2.13.0
v2.12.0
Release Notes
Enhancements
- Add Client.Clone function by @fabiante in https://github.com/go-resty/resty/pull/774
Bug Fixes
- Fixed JSON request logging data race. by @buglloc in https://github.com/go-resty/resty/pull/775
- fix: trailing NULL bytes in buffer while detecting a content type by @jeevatkm in https://github.com/go-resty/resty/pull/779
- fix: encode path params with BaseURL and the first param at index zero (#781) by @sakateka in https://github.com/go-resty/resty/pull/782
Documentation
- fix: doc typo by @victoraugustolls in https://github.com/go-resty/resty/pull/769
- docs: replace
SetHostURL
toSetBaseURL
by @purofle in https://github.com/go-resty/resty/pull/772 - for v2.12.0 release by @jeevatkm in https://github.com/go-resty/resty/pull/783
New Contributors
- @victoraugustolls made their first contribution in https://github.com/go-resty/resty/pull/769
- @purofle made their first contribution in https://github.com/go-resty/resty/pull/772
- @buglloc made their first contribution in https://github.com/go-resty/resty/pull/775
- @fabiante made their first contribution in https://github.com/go-resty/resty/pull/774
- @sakateka made their first contribution in https://github.com/go-resty/resty/pull/782
Full Changelog: https://github.com/go-resty/resty/compare/v2.11.0...v2.12.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.