You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/11/03 14:06:31 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #837: Bump github.com/go-resty/resty/v2 from 2.1.0 to 2.3.0

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


   Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.1.0 to 2.3.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.3.0 Release</h2>
   <h1>Release Notes</h1>
   <h2>New Features</h2>
   <ul>
   <li>Add ability to set Authorization header Scheme <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/306">#306</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/307">#307</a> <a href="https://github.com/rigrassm">@rigrassm</a></li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Improving retry total value PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/322">#322</a> <a href="https://github.com/golemiso">@golemiso</a></li>
   <li>Added force content type option for automatic unmarshalling <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/240">#240</a>, <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/276">#276</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/323">#323</a> <a href="https://github.com/jeevatkm">@jeevatkm</a></li>
   <li>Make default retry not on middlewares errors PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/333">#333</a> <a href="https://github.com/lrita">@lrita</a></li>
   <li>Add SetMultipartFormData func to Request PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/337">#337</a> <a href="https://github.com/ArcticSnowman">@ArcticSnowman</a></li>
   <li>Add types for middleware PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/341">#341</a> <a href="https://github.com/mloberg">@mloberg</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Addressing the issue of traceinfo totaltime <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/304">#304</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/321">#321</a> <a href="https://github.com/jeevatkm">@jeevatkm</a></li>
   <li>Changes to show the right amount of time in Trace inf PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/331">#331</a> <a href="https://github.com/JoaquinJimenezGarcia">@JoaquinJimenezGarcia</a></li>
   <li>Fixed Debugf call in Request/Response logger PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/335">#335</a> <a href="https://github.com/phsym">@phsym</a> and <a href="https://github.com/pierresy">@pierresy</a></li>
   <li>Addressing nil pointer error while accessing cookie jar on user provided http client <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/330">#330</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/340">#340</a> <a href="https://github.com/jeevatkm">@jeevatkm</a></li>
   <li>Addressing HTTP2 issue on go1.13 above <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/339">#339</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/340">#340</a> <a href="https://github.com/jeevatkm">@jeevatkm</a></li>
   <li>Fix TraceInfo on failed connections <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/338">#338</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/342">#342</a> <a href="https://github.com/moorereason">@moorereason</a></li>
   </ul>
   <h2>v2.3.0-rc.2</h2>
   <p>Next release candidate 😄</p>
   <h2>v2.3.0-rc.1</h2>
   <p>First release candidate for v2.3.0.</p>
   <h2>v2.2.0 Release</h2>
   <h1>Release Notes</h1>
   <h2>Enhancements</h2>
   <ul>
   <li>Added <code>Request.Send()</code> method to execute Request as-is PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/286">#286</a> <a href="https://github.com/dan-rising">@dan-rising</a></li>
   <li>Applied <code>debugBodySizeLimit</code> to Request debug logger PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/297">#297</a> <a href="https://github.com/viennadd">@viennadd</a></li>
   <li>Added <code>SetRootCertificateFromString</code> method to read cert from string PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/313">#313</a> <a href="https://github.com/dzaytsev91">@dzaytsev91</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fixed - Trace context overrides request context if <code>EnableTrace</code> <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/285">#285</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/284">#284</a> <a href="https://github.com/xixinjie">@xixinjie</a></li>
   <li>Fixed - Failing first request and successfully retrying carries error from first <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/289">#289</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/290">#290</a> <a href="https://github.com/phillc">@phillc</a></li>
   <li>Fixed - Panic When Calling TraceInfo But Tracing Has Not Been Enabled <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/293">#293</a>, PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/296">#296</a> <a href="https://github.com/JonnyPillar">@JonnyPillar</a></li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Added awesome go badge PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/280">#280</a> <a href="https://github.com/kishaningithub">@kishaningithub</a></li>
   <li>Godoc and readme typo correction PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/310">#310</a> <a href="https://github.com/creekorful">@creekorful</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-resty/resty/commit/19d49681fd0840f3460d775c7a1a5bfc2f8e479f"><code>19d4968</code></a> readme update, version bump, mod update (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/344">#344</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/986808a2a70a71a69fbc463606307692dc7e9e62"><code>986808a</code></a> add types for middleware (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/341">#341</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/8a29e30d8bd7e5e90b2e7d2185a6c7e43438bc4b"><code>8a29e30</code></a> Fix TraceInfo on failed connections (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/342">#342</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/e7fae0db8ffc45eaaf7d5a13700cd94b27e9cf88"><code>e7fae0d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/340">#340</a> from go-resty/dev-iteration</li>
   <li><a href="https://github.com/go-resty/resty/commit/6ad880ce57f42586729e0e7e90be1bceefa68a68"><code>6ad880c</code></a> Improving test case coverage</li>
   <li><a href="https://github.com/go-resty/resty/commit/289f744eaad9033ade8ff6905860f83b1a0a5f72"><code>289f744</code></a> GH <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/339">#339</a> Addressing HTTP2 issue on go1.13 above</li>
   <li><a href="https://github.com/go-resty/resty/commit/ed8068de6ea9bccd36e03db6a6bf932804b99ed9"><code>ed8068d</code></a> GH <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/330">#330</a> Addressing nil pointer error while accessing cookie jar on user provi...</li>
   <li><a href="https://github.com/go-resty/resty/commit/98f59aafc516d226eb7a688384882eda5b9cabe3"><code>98f59aa</code></a> Add SetMultipartFormData func to Request (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/337">#337</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/314627a0b30099ad40b80f8f4c2ad6fcd4600f3f"><code>314627a</code></a> Fixed Debugf call in Request/Response logguer (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/335">#335</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/49899fe61282655ba17c21b295289292c335e15b"><code>49899fe</code></a> Make default retry not on middlewares errors (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/333">#333</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/go-resty/resty/compare/v2.1.0...v2.3.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.1.0&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] zouyx commented on pull request #837: Bump github.com/go-resty/resty/v2 from 2.1.0 to 2.3.0

Posted by GitBox <gi...@apache.org>.
zouyx commented on pull request #837:
URL: https://github.com/apache/dubbo-go/pull/837#issuecomment-724417909


   #863


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks merged pull request #837: Bump github.com/go-resty/resty/v2 from 2.1.0 to 2.3.0

Posted by GitBox <gi...@apache.org>.
AlexStocks merged pull request #837:
URL: https://github.com/apache/dubbo-go/pull/837


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org