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/04 06:59:59 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #842: Bump go.uber.org/zap from 1.15.0 to 1.16.0

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


   Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.15.0 to 1.16.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/uber-go/zap/releases">go.uber.org/zap's releases</a>.</em></p>
   <blockquote>
   <h2>v1.16.0</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/828">#828</a>[]: Fix missing newline in IncreaseLevel error messages.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/835">#835</a>[]: Fix panic in JSON encoder when encoding times or durations
   without specifying a time or duration encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>[]: Honor CallerSkip when taking stack traces.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/862">#862</a>[]: Fix the default file permissions to use <code>0666</code> and rely on the umask instead.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/854">#854</a>[]: Encode <code>&lt;nil&gt;</code> for nil <code>Stringer</code> instead of a panic error log.</li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/629">#629</a>[]: Added <code>zapcore.TimeEncoderOfLayout</code> to easily create time encoders
   for custom layouts.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/697">#697</a>[]: Added support for a configurable delimiter in the console encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/852">#852</a>[]: Optimize console encoder by pooling the underlying JSON encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/844">#844</a>[]: Add ability to include the calling function as part of logs.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>[]: Add <code>StackSkip</code> for including truncated stacks as a field.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/861">#861</a>[]: Add options to customize Fatal behaviour for better testability.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/SteelPhase">@SteelPhase</a>, <a href="https://github.com/tmshn">@tmshn</a>, <a href="https://github.com/lixingwang">@lixingwang</a>, <a href="https://github.com/wyxloading">@wyxloading</a>, <a href="https://github.com/moul">@moul</a>, <a href="https://github.com/segevfiner">@segevfiner</a>, <a href="https://github.com/andy-retailnext">@andy-retailnext</a> and <a href="https://github.com/jcorbin">@jcorbin</a> for their contributions to this release.</p>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/629">#629</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/629">uber-go/zap#629</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/697">#697</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/697">uber-go/zap#697</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/828">#828</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/828">uber-go/zap#828</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/835">#835</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/835">uber-go/zap#835</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/843">uber-go/zap#843</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/844">#844</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/844">uber-go/zap#844</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/852">#852</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/852">uber-go/zap#852</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/854">#854</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/854">uber-go/zap#854</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/861">#861</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/861">uber-go/zap#861</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/862">#862</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/862">uber-go/zap#862</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's changelog</a>.</em></p>
   <blockquote>
   <h2>1.16.0 (1 Sep 2020)</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/828">#828</a>[]: Fix missing newline in IncreaseLevel error messages.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/835">#835</a>[]: Fix panic in JSON encoder when encoding times or durations
   without specifying a time or duration encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>[]: Honor CallerSkip when taking stack traces.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/862">#862</a>[]: Fix the default file permissions to use <code>0666</code> and rely on the umask instead.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/854">#854</a>[]: Encode <code>&lt;nil&gt;</code> for nil <code>Stringer</code> instead of a panic error log.</li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/629">#629</a>[]: Added <code>zapcore.TimeEncoderOfLayout</code> to easily create time encoders
   for custom layouts.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/697">#697</a>[]: Added support for a configurable delimiter in the console encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/852">#852</a>[]: Optimize console encoder by pooling the underlying JSON encoder.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/844">#844</a>[]: Add ability to include the calling function as part of logs.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>[]: Add <code>StackSkip</code> for including truncated stacks as a field.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/861">#861</a>[]: Add options to customize Fatal behaviour for better testability.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/SteelPhase">@SteelPhase</a>, <a href="https://github.com/tmshn">@tmshn</a>, <a href="https://github.com/lixingwang">@lixingwang</a>, <a href="https://github.com/wyxloading">@wyxloading</a>, <a href="https://github.com/moul">@moul</a>, <a href="https://github.com/segevfiner">@segevfiner</a>, <a href="https://github.com/andy-retailnext">@andy-retailnext</a> and <a href="https://github.com/jcorbin">@jcorbin</a> for their contributions to this release.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uber-go/zap/commit/404189cf44aea95b0cd9bddcb0242dd4cf88c510"><code>404189c</code></a> Prepare release v1.16.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/863">#863</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/d0a4b9ec8d27682aac4ca1f3f9c0a72e8502f867"><code>d0a4b9e</code></a> newFileSink: use normatve 0666 default perm to OpenFile (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/862">#862</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/217b2cbc585250f462311c9af630375471e760c8"><code>217b2cb</code></a> Add options to customize Fatal behaviour for better testability (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/861">#861</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/be2be86550401f20bc7d8ece1969a07150cb46b7"><code>be2be86</code></a> Update Stringer panic check to look like stdlib (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/857">#857</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/663c5906964479601729b7b0795c6469f3b99d42"><code>663c590</code></a> Show &quot;&lt;nil&gt;&quot; for nil Stringer. (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/854">#854</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/2657839cd745a8964d0d9744bd2c4f5eae1d1eb3"><code>2657839</code></a> Honor CallerSkip when taking stack traces &amp; add the StackSkip field (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/843">#843</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/2314926ec34c23ee21f3dd4399438469668f8097"><code>2314926</code></a> Add New Function Log Entry (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/844">#844</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/639461d50c585c5e56f0ed472dfa6fc357e3dde0"><code>639461d</code></a> consoleEncoder: put cloned jsonEncoder back to pool (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/852">#852</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/53a387079b46cce51bbb6d360d9c57f86977addb"><code>53a3870</code></a> Support configurable delimiter for console encoder (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/697">#697</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/275c926e055f0a360fe2f64ecf731df0e1317df1"><code>275c926</code></a> Added zapcore.TimeEncoderOfLayout (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/629">#629</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.15.0...v1.16.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/zap&package-manager=go_modules&previous-version=1.15.0&new-version=1.16.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] codecov-io commented on pull request #842: Bump go.uber.org/zap from 1.15.0 to 1.16.0

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/842?src=pr&el=h1) Report
   > Merging [#842](https://codecov.io/gh/apache/dubbo-go/pull/842?src=pr&el=desc) into [master](https://codecov.io/gh/apache/dubbo-go/commit/f74f3896c3afff1dd68801ada846bdaeb04e2296?el=desc) will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/842/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL)](https://codecov.io/gh/apache/dubbo-go/pull/842?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #842      +/-   ##
   ==========================================
   + Coverage   60.00%   60.05%   +0.05%     
   ==========================================
     Files         260      260              
     Lines       12770    12770              
   ==========================================
   + Hits         7662     7669       +7     
   + Misses       4152     4146       -6     
   + Partials      956      955       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/842?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/842/diff?src=pr&el=tree#diff-cHJvdG9jb2wvcmVzdC9zZXJ2ZXIvc2VydmVyX2ltcGwvZ29fcmVzdGZ1bF9zZXJ2ZXIuZ28=) | `46.51% <0.00%> (-4.66%)` | :arrow_down: |
   | [remoting/zookeeper/listener.go](https://codecov.io/gh/apache/dubbo-go/pull/842/diff?src=pr&el=tree#diff-cmVtb3Rpbmcvem9va2VlcGVyL2xpc3RlbmVyLmdv) | `42.05% <0.00%> (-4.11%)` | :arrow_down: |
   | [remoting/zookeeper/client.go](https://codecov.io/gh/apache/dubbo-go/pull/842/diff?src=pr&el=tree#diff-cmVtb3Rpbmcvem9va2VlcGVyL2NsaWVudC5nbw==) | `59.94% <0.00%> (-0.88%)` | :arrow_down: |
   | [filter/filter\_impl/hystrix\_filter.go](https://codecov.io/gh/apache/dubbo-go/pull/842/diff?src=pr&el=tree#diff-ZmlsdGVyL2ZpbHRlcl9pbXBsL2h5c3RyaXhfZmlsdGVyLmdv) | `70.19% <0.00%> (+2.88%)` | :arrow_up: |
   | [registry/consul/service\_discovery.go](https://codecov.io/gh/apache/dubbo-go/pull/842/diff?src=pr&el=tree#diff-cmVnaXN0cnkvY29uc3VsL3NlcnZpY2VfZGlzY292ZXJ5Lmdv) | `73.64% <0.00%> (+6.58%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/842?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/842?src=pr&el=footer). Last update [f74f389...4afbaa7](https://codecov.io/gh/apache/dubbo-go/pull/842?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] AlexStocks merged pull request #842: Bump go.uber.org/zap from 1.15.0 to 1.16.0

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


   


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