Update module github.com/go-resty/resty/v2 to v2.15.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-resty/resty/v2 | require | minor |
v2.12.0 -> v2.15.3
|
Release Notes
go-resty/resty (github.com/go-resty/resty/v2)
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.