dependabot[bot] opened a new pull request #1579: URL: https://github.com/apache/dubbo-go/pull/1579
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.3.0 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-resty/resty/releases">github.com/go-resty/resty/v2's releases</a>.</em></p> <blockquote> <h2>v2.7.0 Release</h2> <h1>Release Notes</h1> <h3>Enhancements</h3> <ul> <li>Added method <code>SetHeaderMultiValues</code> for easier adding of multi-value http headers <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/432">#432</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/452">#452</a> <a href="https://github.com/mhdiiilham"><code>@mhdiiilham</code></a></li> <li>Updated Bazel build to work with 4.0.0 PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/428">#428</a> <a href="https://github.com/tanyabouman"><code>@tanyabouman</code></a></li> <li>Optimzed and improved the sync.Pool & Body Closure for json.NewEncoder buffers PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/421">#421</a> <a href="https://github.com/pborzenkov"><code>@pborzenkov</code></a></li> <li>Added <code>RetryConditions</code> to <code>resty.Request</code> <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/315">#315</a>, <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/324">#324</a>, <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/433">#433</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/436">#436</a> <a href="https://github.com/rohitkg98"><code>@rohitkg98</code></a></li> <li>Update go mod for dependencies PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/459">#459</a> <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a></li> <li>Added <code>SetBaseURL</code> and deprecated <code>SetHostURL</code> <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/441">#441</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/480">#480</a> <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a></li> <li>Made exported field on <code>client.PathParams</code> and <code>request.PathParams</code> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/476">#476</a> <a href="https://github.com/lavoiesl"><code>@lavoiesl</code></a></li> <li>Adding ability to customize the XML marshal/unmarshal functions <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/481">#481</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/484">#484</a> <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed: Empty file upload on multipart form, handling EOF from file readers <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/431">#431</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/438">#438</a> <a href="https://github.com/NathanBaulch"><code>@NathanBaulch</code></a></li> <li>Fixed: SetScheme option side effects on schemeless Host URL <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/407">#407</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/460">#460</a> <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a></li> </ul> <h3>Tests</h3> <ul> <li>Add 1.16.x and remove 1.14.x from the Travis build PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/434">#434</a> <a href="https://github.com/kishaningithub"><code>@kishaningithub</code></a></li> <li>Migrated from Travis CI to Github Actions <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/479">#479</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/480">#480</a> <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a> <ul> <li>Thank you Travis CI for these many years of CI service to Resty project</li> </ul> </li> </ul> <h3>Documentation</h3> <ul> <li>Addressing broken members link in readme PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/435">#435</a> <a href="https://github.com/kishaningithub"><code>@kishaningithub</code></a></li> <li>Version update 2.6.0 on readme for go.mod PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/453">#453</a> <a href="https://github.com/cnmade"><code>@cnmade</code></a></li> </ul> <h2>v2.6.0 Release</h2> <h1>Release Notes</h1> <h3>Features</h3> <ul> <li>Added Retry hooks <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/416">#416</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/417">#417</a> <a href="https://github.com/Blokje5"><code>@Blokje5</code></a></li> </ul> <h3>Enhancements</h3> <ul> <li>Added AddRetryAfterErrorCondition() option PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/384">#384</a> <a href="https://github.com/gtpaulose"><code>@gtpaulose</code></a></li> <li>Refactor(retry.sleepDuration): :recycle: extract jitterBackoff function PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/406">#406</a> <a href="https://github.com/ninedraft"><code>@ninedraft</code></a></li> <li>Added a way set a Non-Canonical Header PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/413">#413</a> <a href="https://github.com/Lao-Tuo"><code>@Lao-Tuo</code></a></li> <li>Test case update When SetRetryCount -1, both resp and error are nil PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/392">#392</a> <a href="https://github.com/yjhmelody"><code>@yjhmelody</code></a></li> </ul> <h3>General</h3> <ul> <li>Addressing checksum issue on v2.5.0 with this release</li> </ul> <h2>v2.5.0 Release</h2> <h1>Release Notes</h1> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-resty/resty/commit/3d08b3602d13ae8a44f246db2ec34402e18497c6"><code>3d08b36</code></a> For release v2.7.0 updates (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/485">#485</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/7dda6159eceee10c6cacc6f9d1637042f67423b0"><code>7dda615</code></a> Adding ability to customize the XML marshal/unmarshal functions <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/481">#481</a> (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/484">#484</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/d837dfc6d620a84240a2a3186182dee2517834d0"><code>d837dfc</code></a> Make PathParams public (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/476">#476</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/eb1e112b24880d5ffa2e29f827827e32b5fbbd2f"><code>eb1e112</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/480">#480</a> from go-resty/ehancements</li> <li><a href="https://github.com/go-resty/resty/commit/9e8f2ba9a84ddec42c1036b9a355a0b6b3643ecd"><code>9e8f2ba</code></a> Adding github actions and removing travis ci <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/479">#479</a></li> <li><a href="https://github.com/go-resty/resty/commit/5e137527d53febe4f2ddc83390ea95e7e5145c9d"><code>5e13752</code></a> Godoc update for <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/436">#436</a></li> <li><a href="https://github.com/go-resty/resty/commit/0c9388b43e23016032dee14bb9f8c54fb41b12f2"><code>0c9388b</code></a> Added SetBaseURL method deprecated SetHostURL, to be removed in next major re...</li> <li><a href="https://github.com/go-resty/resty/commit/1792d629c3c6ffcb416497e742e38282a4ab73aa"><code>1792d62</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/460">#460</a> from go-resty/for-gh318-gh407</li> <li><a href="https://github.com/go-resty/resty/commit/2cae8cd4a15dd632385b5781ff08e8039d1cec4a"><code>2cae8cd</code></a> Added RetryConditions option to Request level (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/436">#436</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/18ff59d89733914149097c4d980081f16439c60d"><code>18ff59d</code></a> travis ci config update and simplify composite literal</li> <li>Additional commits viewable in <a href="https://github.com/go-resty/resty/compare/v2.3.0...v2.7.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
