dependabot[bot] opened a new pull request #1000:
URL: https://github.com/apache/dubbo-go/pull/1000


   Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 
2.3.0 to 2.4.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.4.0 Release</h2>
   <h1>Release Notes</h1>
   <h3>Features</h3>
   <ul>
   <li>Added a new <code>OnError</code> hook that is called when a Resty 
request returns an error PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/398";>#398</a>
 <a href="https://github.com/justenwalker";>@justenwalker</a></li>
   </ul>
   <h3>Enhancements</h3>
   <ul>
   <li>Preserve marshal errors in middleware request body handler <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/361";>#361</a>,
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/362";>#362</a>
 <a href="https://github.com/moorereason";>@moorereason</a></li>
   <li>Added go.sum to the project PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/375";>#375</a>
 <a href="https://github.com/moorereason";>@moorereason</a></li>
   <li>Added Request Attempt and Remote IP Address in TraceInfo <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/352";>#352</a>,
 <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/370";>#370</a>,
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/374";>#374</a>
 <a href="https://github.com/jeevatkm";>@jeevatkm</a></li>
   <li>Added <code>HeaderAuthorizationKey</code> in the <code>Client</code> 
struct, it can be configured <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/387";>#387</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/403";>#403</a>
 <a href="https://github.com/jeevatkm";>@jeevatkm</a></li>
   <li>Added <code>SetPathParam</code> method in <code>Client</code> snd 
<code>Request</code> for setting single path param <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/402";>#402</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/403";>#403</a>
 <a href="https://github.com/jeevatkm";>@jeevatkm</a></li>
   <li>Added option of <code>http.NoBody</code> when content length is set 
<code>true</code> and request body is nil <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/395";>#395</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/403";>#403</a>
 <a href="https://github.com/moorereason";>@moorereason</a> <a 
href="https://github.com/jeevatkm";>@jeevatkm</a></li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fixed - Trace timing issue when reused connections <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/346";>#346</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/347";>#347</a>
 <a href="https://github.com/moorereason";>@moorereason</a></li>
   <li>Fixed - Request, execute user defined middlewares after resty's internal 
middlewares PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/355";>#355</a>
 <a href="https://github.com/lggomez";>@lggomez</a></li>
   <li>Fixed - Incorrect response time when saving the response file PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/357";>#357</a>
 <a href="https://github.com/iwaltgen";>@iwaltgen</a></li>
   <li>Fixed - Set supplied argument value to the field PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/368";>#368</a>
 <a href="https://github.com/lewisay";>@lewisay</a></li>
   <li>Fixed - Body size 0 when HTTP status code is 307, 308 <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/300";>#300</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/380";>#380</a>
 <a href="https://github.com/shiguangyin";>@shiguangyin</a></li>
   <li>Fixed - Travis Build issue, many PRs are waiting PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/366";>#366</a>
 <a href="https://github.com/jeevatkm";>@jeevatkm</a></li>
   <li>Fixed - Retry sleep computation for 32bit arch PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/388";>#388</a>
 <a href="https://github.com/creekorful";>@creekorful</a></li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Added clarification on Request.RawRequest PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/354";>#354</a>
 <a href="https://github.com/lggomez";>@lggomez</a></li>
   <li>Godoc update - typo correction PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/363";>#363</a>
 <a href="https://github.com/Alex1996a";>@Alex1996a</a></li>
   <li>Corrected typo in AddRetryCondition function, readme example <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/365";>#365</a>
 PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/364";>#364</a>
 <a href="https://github.com/ervitis";>@ervitis</a></li>
   <li>Added ForceContentType example PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/371";>#371</a>
 <a href="https://github.com/mattfenwick";>@mattfenwick</a></li>
   <li>Added Resty package for Client and Response PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/378";>#378</a>
 <a href="https://github.com/cxjava";>@cxjava</a></li>
   <li>Godoc update on Readme for retry condition func PR <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/390";>#390</a>
 <a href="https://github.com/lambdalisue";>@lambdalisue</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/go-resty/resty/commit/e3917a51a33f092fd98ecb503a4e8da7e3b01470";><code>e3917a5</code></a>
 For v2.4.0 release (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/385";>#385</a>)</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/b90c855d687abc2b9efef0e936ea5462836954a1";><code>b90c855</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/403";>#403</a>
 from go-resty/enhancements</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/aa639ad3796d3b2d354b9fb4ee9034dfd07e036a";><code>aa639ad</code></a>
 Adding use of http.NoBody when content length is set and request body is nil 
...</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/b7717a27d538c52832bd4ed33654f2201c29fdb7";><code>b7717a2</code></a>
 Adding option of authorization header key at client instance <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/387";>#387</a></li>
   <li><a 
href="https://github.com/go-resty/resty/commit/2b1ae7b6e1461fbb7822ad52bc483085ee773fdb";><code>2b1ae7b</code></a>
 Added SetPathParam method on client and request <a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/402";>#402</a></li>
   <li><a 
href="https://github.com/go-resty/resty/commit/de83b7ed0b231f98152b0c8b12a972d85362546b";><code>de83b7e</code></a>
 feature: add OnError hook (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/398";>#398</a>)</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/8d79537c3148762848ded6ab5f6bec38ee05437f";><code>8d79537</code></a>
 Fix documentation for retries in README (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/390";>#390</a>)</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/fadbf2e1cc830d6896913dd775b6482b33e1521e";><code>fadbf2e</code></a>
 Fix tests on 32bit arch (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/388";>#388</a>)</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/0de0d7e3240b249466241b87947fcdc87c543909";><code>0de0d7e</code></a>
 fix: get body size 0 when the http status code is 307 or 308 (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/380";>#380</a>)</li>
   <li><a 
href="https://github.com/go-resty/resty/commit/9e4ce7a0b8e317309b9a8a3b4c7d4f058ac26a84";><code>9e4ce7a</code></a>
 Add resty package for Client and Response (<a 
href="https://github-redirect.dependabot.com/go-resty/resty/issues/378";>#378</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/go-resty/resty/compare/v2.3.0...v2.4.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-resty/resty/v2&package-manager=go_modules&previous-version=2.3.0&new-version=2.4.0)](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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to