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/12/09 06:56:26 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

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


   Bumps [github.com/apache/dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) from 1.7.0 to 1.8.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/dubbo-go-hessian2/releases">github.com/apache/dubbo-go-hessian2's releases</a>.</em></p>
   <blockquote>
   <h2>v1.8.0</h2>
   <h3>New Features</h3>
   <ul>
   <li>support clean encoder/decoder, discard decode buffer. <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/pull/242">#242</a></li>
   <li>support encode no pojo object. <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/pull/243">#243</a></li>
   </ul>
   <h3>Enhancement</h3>
   <ul>
   <li>change value reference to ptr to improve performance. <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/pull/244">#244</a></li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>fix issue that cannot decode java generic type. <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/pull/239">#239</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/1c9e7b289d47317ef332f845b060d681de53200b"><code>1c9e7b2</code></a> add release note for v1.8.0 (<a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/issues/245">#245</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/07e93979195dcefa9e5c590409cc6d9886cec7cb"><code>07e9397</code></a> Ftr/support register with no pojo object (<a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/issues/243">#243</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/d93e48c5c61ea18e8569590ecea72719c78469b3"><code>d93e48c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/issues/244">#244</a> from wongoo/reference-type</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/ee708c5b2065dd844cbf02be8479b03f84dae0cb"><code>ee708c5</code></a> rft: using reference type to improve performance</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/9d646eb23b61d78847835d28b34aac346ab52153"><code>9d646eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/dubbo-go-hessian2/issues/242">#242</a> from wongoo/loop_encode_decode</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/ee0e53a0cc2d2b175750550240882e4c068a2344"><code>ee0e53a</code></a> reorder imports</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/b641bc47eceb976055529b5ce0c906f13da9a441"><code>b641bc4</code></a> Mod: update github actions</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/134f78c3d41aae9be0092e6581046c1f265fb552"><code>134f78c</code></a> format code</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/264d2042c6fd08e50bb0aa65c0611e583b0a6f35"><code>264d204</code></a> support discard buffers</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/94fc336e6631ed1444839c8888bc335a1705449d"><code>94fc336</code></a> rename test func</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/dubbo-go-hessian2/compare/v1.7.0...v1.8.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/apache/dubbo-go-hessian2&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.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] fangyincheng commented on pull request #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

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


   > @fangyincheng can it update?
   
   it seeams to ok. but it should still be tested.


----------------------------------------------------------------
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 #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=h1) Report
   > Merging [#918](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=desc) (8e0aa32) into [master](https://codecov.io/gh/apache/dubbo-go/commit/9bf076cd7c6d0ea04d518db0148b0e01c4bbf25b?el=desc) (9bf076c) will **decrease** coverage by `0.03%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/918/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL)](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #918      +/-   ##
   ==========================================
   - Coverage   59.84%   59.81%   -0.04%     
   ==========================================
     Files         260      260              
     Lines       12852    12852              
   ==========================================
   - Hits         7691     7687       -4     
   - Misses       4201     4204       +3     
   - Partials      960      961       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/918/diff?src=pr&el=tree#diff-cHJvdG9jb2wvcmVzdC9zZXJ2ZXIvc2VydmVyX2ltcGwvZ29fcmVzdGZ1bF9zZXJ2ZXIuZ28=) | `43.90% <0.00%> (-4.88%)` | :arrow_down: |
   | [cluster/cluster\_impl/failback\_cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/918/diff?src=pr&el=tree#diff-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvZmFpbGJhY2tfY2x1c3Rlcl9pbnZva2VyLmdv) | `75.90% <0.00%> (-2.41%)` | :arrow_down: |
   | [remoting/kubernetes/listener.go](https://codecov.io/gh/apache/dubbo-go/pull/918/diff?src=pr&el=tree#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9saXN0ZW5lci5nbw==) | `50.52% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=footer). Last update [9bf076c...8e0aa32](https://codecov.io/gh/apache/dubbo-go/pull/918?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
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 #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

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


   @fangyincheng can it update?


----------------------------------------------------------------
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 #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

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


   


----------------------------------------------------------------
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 edited a comment on pull request #918: build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.7.0 to 1.8.0

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #918:
URL: https://github.com/apache/dubbo-go/pull/918#issuecomment-741580044






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