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/04/12 06:29:56 UTC

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

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


   Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.3.0 to 2.6.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.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>
   <ul>
   <li>Reverting the breaking change (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/355">#355</a>) introduced in the minor version <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/408">#408</a> PR <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/414">#414</a> <a href="https://github.com/jeevatkm"><code>@​jeevatkm</code></a></li>
   </ul>
   <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"><code>@​justenwalker</code></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"><code>@​moorereason</code></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"><code>@​moorereason</code></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"><code>@​jeevatkm</code></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"><code>@​jeevatkm</code></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"><code>@​jeevatkm</code></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"><code>@​moorereason</code></a> <a href="https://github.com/jeevatkm"><code>@​jeevatkm</code></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"><code>@​moorereason</code></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"><code>@​lggomez</code></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"><code>@​iwaltgen</code></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"><code>@​lewisay</code></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"><code>@​shiguangyin</code></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"><code>@​jeevatkm</code></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"><code>@​creekorful</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-resty/resty/commit/70336cb87f39407ce7f8d41ffcd2b40b9729f401"><code>70336cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-resty/resty/issues/425">#425</a> from go-resty/for-2.6.0-release</li>
   <li><a href="https://github.com/go-resty/resty/commit/ea80370d64a76b1e1ebe77835cc8ce577e2d667f"><code>ea80370</code></a> go mod and year update</li>
   <li><a href="https://github.com/go-resty/resty/commit/2bdc8602698350e0ecbe53b2931fd8ca998d507f"><code>2bdc860</code></a> godoc update and code improvements</li>
   <li><a href="https://github.com/go-resty/resty/commit/ae79639b7fe6e0513fbf80fd64d094fe603cbe85"><code>ae79639</code></a> version bump and readme update for release v2.6.0</li>
   <li><a href="https://github.com/go-resty/resty/commit/d01e8d1bac5ba1fed0d9e03c4c47ca21e94a7e8e"><code>d01e8d1</code></a> Added a way set a Non-Canonical Header (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/413">#413</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/d2abd90bca89aac7a3ea7f5c7bf2320c412bb92a"><code>d2abd90</code></a> Feat: Include RetryHooks: side-effecting functions that will be executed when...</li>
   <li><a href="https://github.com/go-resty/resty/commit/72b25e597a183bb1cc14b9e6020ab8f3ef45c1f2"><code>72b25e5</code></a> test: when SetRetryCount(-1), both resp and err are nil (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/392">#392</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/c9326c63f1de33639ec6d4645e884131dcad3afd"><code>c9326c6</code></a> Added AddRetryAfterErrorCondition() option and test case (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/384">#384</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/0b269e56e0c8ef7c2e5eecd9ffebeb0862dd7669"><code>0b269e5</code></a> refactor(retry.sleepDuration): :recycle: extract jitterBackoff function (<a href="https://github-redirect.dependabot.com/go-resty/resty/issues/406">#406</a>)</li>
   <li><a href="https://github.com/go-resty/resty/commit/0adbe55297159ac829872090ee1a14d0c9b427e1"><code>0adbe55</code></a> prepare for v2.6.0-dev iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/go-resty/resty/compare/v2.3.0...v2.6.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.6.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:
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] dependabot[bot] commented on pull request #1146: Bump github.com/go-resty/resty/v2 from 2.3.0 to 2.6.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1146:
URL: https://github.com/apache/dubbo-go/pull/1146#issuecomment-821785628


   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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] codecov-io commented on pull request #1146: Bump github.com/go-resty/resty/v2 from 2.3.0 to 2.6.0

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1146?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 [#1146](https://codecov.io/gh/apache/dubbo-go/pull/1146?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bb194a7) into [develop](https://codecov.io/gh/apache/dubbo-go/commit/17c4a9e4e65ad9822a7262f5e39949f818e9bed1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (17c4a9e) will **decrease** coverage by `0.33%`.
   > The diff coverage is `67.52%`.
   
   > :exclamation: Current head bb194a7 differs from pull request most recent head 8ef3df4. Consider uploading reports for the commit 8ef3df4 to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/1146/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/1146?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             @@
   ##           develop    #1146      +/-   ##
   ===========================================
   - Coverage    59.45%   59.12%   -0.34%     
   ===========================================
     Files          261      269       +8     
     Lines        12950    13181     +231     
   ===========================================
   + Hits          7700     7793      +93     
   - Misses        4276     4418     +142     
   + Partials       974      970       -4     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1146?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\_impl/mock\_cluster.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvbW9ja19jbHVzdGVyLmdv) | `0.00% <0.00%> (ø)` | |
   | [common/extension/auth.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9hdXRoLmdv) | `0.00% <0.00%> (ø)` | |
   | [common/extension/cluster.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jbHVzdGVyLmdv) | `0.00% <0.00%> (ø)` | |
   | [common/extension/config\_center.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25maWdfY2VudGVyLmdv) | `0.00% <0.00%> (ø)` | |
   | [common/extension/config\_center\_factory.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25maWdfY2VudGVyX2ZhY3RvcnkuZ28=) | `0.00% <0.00%> (ø)` | |
   | [common/extension/config\_post\_processor.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25maWdfcG9zdF9wcm9jZXNzb3IuZ28=) | `0.00% <0.00%> (ø)` | |
   | [common/extension/config\_reader.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25maWdfcmVhZGVyLmdv) | `0.00% <0.00%> (ø)` | |
   | [common/extension/configurator.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25maWd1cmF0b3IuZ28=) | `0.00% <0.00%> (ø)` | |
   | [common/extension/conn\_checker.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9jb25uX2NoZWNrZXIuZ28=) | `0.00% <0.00%> (ø)` | |
   | [common/extension/filter.go](https://codecov.io/gh/apache/dubbo-go/pull/1146/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-Y29tbW9uL2V4dGVuc2lvbi9maWx0ZXIuZ28=) | `0.00% <0.00%> (ø)` | |
   | ... and [216 more](https://codecov.io/gh/apache/dubbo-go/pull/1146/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1146?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/1146?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 [00dbac5...8ef3df4](https://codecov.io/gh/apache/dubbo-go/pull/1146?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.

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 closed pull request #1146: Bump github.com/go-resty/resty/v2 from 2.3.0 to 2.6.0

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


   


-- 
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