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 2021/11/08 12:11:47 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1579: build(deps): bump github.com/go-resty/resty/v2 from 2.3.0 to 2.7.0

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 &amp; 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 />
   
   
   [![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.7.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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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] codecov-commenter commented on pull request #1579: build(deps): bump github.com/go-resty/resty/v2 from 2.3.0 to 2.7.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #1579:
URL: https://github.com/apache/dubbo-go/pull/1579#issuecomment-963101556


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1579](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c19062b) into [3.0](https://codecov.io/gh/apache/dubbo-go/commit/cbb502fef0a9189756b6ccf6408e5487dc2a8992?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cbb502f) will **decrease** coverage by `0.06%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/1579/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##              3.0    #1579      +/-   ##
   ==========================================
   - Coverage   41.83%   41.77%   -0.07%     
   ==========================================
     Files         258      258              
     Lines       15115    15115              
   ==========================================
   - Hits         6324     6314      -10     
   - Misses       8049     8059      +10     
     Partials      742      742              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [cluster/cluster/base/cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/1579/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y2x1c3Rlci9jbHVzdGVyL2Jhc2UvY2x1c3Rlcl9pbnZva2VyLmdv) | `24.17% <0.00%> (-13.19%)` | :arrow_down: |
   | [registry/kubernetes/registry.go](https://codecov.io/gh/apache/dubbo-go/pull/1579/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVnaXN0cnkva3ViZXJuZXRlcy9yZWdpc3RyeS5nbw==) | `54.28% <0.00%> (-10.48%)` | :arrow_down: |
   | [metadata/report/delegate/delegate\_report.go](https://codecov.io/gh/apache/dubbo-go/pull/1579/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWV0YWRhdGEvcmVwb3J0L2RlbGVnYXRlL2RlbGVnYXRlX3JlcG9ydC5nbw==) | `35.09% <0.00%> (+8.60%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [cbb502f...c19062b](https://codecov.io/gh/apache/dubbo-go/pull/1579?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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 #1579: build(deps): bump github.com/go-resty/resty/v2 from 2.3.0 to 2.7.0

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


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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