-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update module github.com/go-resty/resty/v2 to v2.16.5 #63
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the github.com/go-resty/resty/v2 module from v2.1.0 to v2.16.5. This is a dependency update for the Fabric e2e test specifications. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- It looks like we've already tried to review the commit ebaf7ae in this pull request and failed.
3e952ad
to
676487e
Compare
ℹ Artifact update noticeFile name: app/platform/fabric/e2e-test/specs/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7961d83
to
7c4c0c4
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7c4c0c4
to
9e705c6
Compare
This PR contains the following updates:
v2.1.0
->v2.16.5
Release Notes
go-resty/resty (github.com/go-resty/resty/v2)
v2.16.5
Compare Source
Release Notes
Bug Fixes
Documentation
Full Changelog: go-resty/resty@v2.16.4...v2.16.5
v2.16.4
Compare Source
Release Notes
Bug Fixes
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.16.3...v2.16.4
v2.16.3
Compare Source
Release Notes
Full Changelog: go-resty/resty@v2.16.2...v2.16.3
v2.16.2
Compare Source
Release Notes
Bug Fixes
Full Changelog: go-resty/resty@v2.16.1...v2.16.2
v2.16.1
Compare Source
Release Notes
Bug Fixes
Full Changelog: go-resty/resty@v2.16.0...v2.16.1
v2.16.0
Compare Source
Release Notes
New Features
Enhancements
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.15.3...v2.16.0
v2.15.3
Compare Source
Release Notes
Bug Fixes
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.15.2...v2.15.3
v2.15.2
Compare Source
Release Notes
Bug Fixes
errors.Join
, just use custom error approach by @jeevatkm in https://github.com/go-resty/resty/pull/863Documentation
Full Changelog: go-resty/resty@v2.15.1...v2.15.2
v2.15.1
Compare Source
Release Notes
Bug Fixes
Documentation
Full Changelog: go-resty/resty@v2.15.0...v2.15.1
v2.15.0
Compare Source
Release Notes
New Features
Enhancements
Bug Fixes
Build
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.14.0...v2.15.0
v2.14.0
Compare Source
Release Notes
New Features
Enhancements
Upstream Fixes
Test Cases
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.13.1...v2.14.0
v2.13.1
Compare Source
Release Notes
Fixes
Full Changelog: go-resty/resty@v2.13.0...v2.13.1
v2.13.0
Compare Source
Release Notes
Enhancements
Bug Fixes
New Contributors
Full Changelog: go-resty/resty@v2.12.0...v2.13.0
v2.12.0
Compare Source
Release Notes
Enhancements
Bug Fixes
Documentation
SetHostURL
toSetBaseURL
by @purofle in https://github.com/go-resty/resty/pull/772New Contributors
Full Changelog: go-resty/resty@v2.11.0...v2.12.0
v2.11.0
: ReleaseCompare Source
Release Notes
Bug Fixes
New Contributors
Full Changelog: go-resty/resty@v2.10.0...v2.11.0
v2.10.0
: ReleaseCompare Source
Release Notes
Optimizations
Enhancements
Bug Fixes
New Contributors
Full Changelog: go-resty/resty@v2.9.1...v2.10.0
v2.9.1
: ReleaseCompare Source
Release Notes
Full Changelog: go-resty/resty@v2.9.0...v2.9.1
v2.9.0
: ReleaseCompare Source
Release Notes
New Features
Enhancements
Bug Fixes
Test Cases
Documentation
New Contributors
Full Changelog: go-resty/resty@v2.8.0...v2.9.0
v2.8.0
: ReleaseCompare Source
Release Notes
New Features
Enhancements
Bug Fixes
Documentation
Build
Deprecated Removal
New Contributors
Full Changelog: go-resty/resty@v2.7.0...v2.8.0
v2.7.0
: ReleaseCompare Source
Release Notes
Enhancements
SetHeaderMultiValues
for easier adding of multi-value http headers #432 PR #452 @mhdiiilhamRetryConditions
toresty.Request
#315, #324, #433, PR #436 @rohitkg98SetBaseURL
and deprecatedSetHostURL
#441 PR #480 @jeevatkmclient.PathParams
andrequest.PathParams
PR #476 @lavoieslBug Fixes
Tests
Documentation
v2.6.0
: ReleaseCompare Source
Release Notes
Features
Enhancements
General
v2.5.0
: ReleaseCompare Source
Release Notes
Bug Fixes
v2.4.0
: ReleaseCompare Source
Release Notes
Features
OnError
hook that is called when a Resty request returns an error PR #398 @justenwalkerEnhancements
HeaderAuthorizationKey
in theClient
struct, it can be configured #387 PR #403 @jeevatkmSetPathParam
method inClient
sndRequest
for setting single path param #402 PR #403 @jeevatkmhttp.NoBody
when content length is settrue
and request body is nil #395 PR #403 @moorereason @jeevatkmBug Fixes
Documentation
v2.3.0
: ReleaseCompare Source
Release Notes
New Features
Enhancements
Bug Fixes
v2.2.0
: ReleaseCompare Source
Release Notes
Enhancements
Request.Send()
method to execute Request as-is PR #286 @dan-risingdebugBodySizeLimit
to Request debug logger PR #297 @viennaddSetRootCertificateFromString
method to read cert from string PR #313 @dzaytsev91Bug Fixes
EnableTrace
#285, PR #284 @xixinjieDocumentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.