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/09/13 12:11:04 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1455: build(deps): bump go.uber.org/zap from 1.17.0 to 1.19.1

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


   Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.17.0 to 1.19.1.
   <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.19.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1001">#1001</a>[]: JSON: Fix complex number encoding with negative imaginary part. Thanks to <a href="https://github.com/hemantjadon"><code>@​hemantjadon</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1003">#1003</a>[]: JSON: Fix inaccurate precision when encoding float32.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1001">#1001</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1001">uber-go/zap#1001</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1003">#1003</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1003">uber-go/zap#1003</a></p>
   <h2>v1.19.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>[]: Avoid panicking in Sampler core if the level is out of bounds.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>[]: Reduce the size of BufferedWriteSyncer by aligning the fields
   better.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/975">uber-go/zap#975</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/984">uber-go/zap#984</a></p>
   <p>Thanks to <a href="https://github.com/lancoLiu"><code>@​lancoLiu</code></a> and <a href="https://github.com/thockin"><code>@​thockin</code></a> for their contributions to this release.</p>
   <h2>v1.18.1</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>[]: Fix nil dereference in logger constructed by <code>zap.NewNop</code>.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/974">uber-go/zap#974</a></p>
   <h2>v1.18.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>[]: Add <code>zapcore.BufferedWriteSyncer</code>, a new <code>WriteSyncer</code> that buffers
   messages in-memory and flushes them periodically.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>[]: Add <code>zapio.Writer</code> to use a Zap logger as an <code>io.Writer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>[]: Add <code>zap.WithClock</code> option to control the source of time via the
   new <code>zapcore.Clock</code> interface.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>[]: Avoid panicking in <code>zap.SugaredLogger</code> when arguments of <code>*w</code>
   methods don't match expectations.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>[]: Add support for filtering by level or arbitrary matcher function to
   <code>zaptest/observer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>[]: Comply with <code>io.StringWriter</code> and <code>io.ByteWriter</code> in Zap's
   <code>buffer.Buffer</code>.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/atrn0"><code>@​atrn0</code></a>, <a href="https://github.com/ernado"><code>@​ernado</code></a>, <a href="https://github.com/heyanfu"><code>@​heyanfu</code></a>, <a href="https://github.com/hnlq715"><code>@​hnlq715</code></a>, <a href="https://github.com/zchee"><code>@​zchee</code></a>
   for their contributions to this release.</p>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/691">uber-go/zap#691</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/897">uber-go/zap#897</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/943">uber-go/zap#943</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/949">uber-go/zap#949</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/961">uber-go/zap#961</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/971">uber-go/zap#971</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.19.1 (8 Sep 2021)</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1001">#1001</a>[]: JSON: Fix complex number encoding with negative imaginary part. Thanks to <a href="https://github.com/hemantjadon"><code>@​hemantjadon</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1003">#1003</a>[]: JSON: Fix inaccurate precision when encoding float32.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1001">#1001</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1001">uber-go/zap#1001</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1003">#1003</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1003">uber-go/zap#1003</a></p>
   <h2>1.19.0 (9 Aug 2021)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>[]: Avoid panicking in Sampler core if the level is out of bounds.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>[]: Reduce the size of BufferedWriteSyncer by aligning the fields
   better.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/975">uber-go/zap#975</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/984">uber-go/zap#984</a></p>
   <p>Thanks to <a href="https://github.com/lancoLiu"><code>@​lancoLiu</code></a> and <a href="https://github.com/thockin"><code>@​thockin</code></a> for their contributions to this release.</p>
   <h2>1.18.1 (28 Jun 2021)</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>[]: Fix nil dereference in logger constructed by <code>zap.NewNop</code>.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/974">uber-go/zap#974</a></p>
   <h2>1.18.0 (28 Jun 2021)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>[]: Add <code>zapcore.BufferedWriteSyncer</code>, a new <code>WriteSyncer</code> that buffers
   messages in-memory and flushes them periodically.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>[]: Add <code>zapio.Writer</code> to use a Zap logger as an <code>io.Writer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>[]: Add <code>zap.WithClock</code> option to control the source of time via the
   new <code>zapcore.Clock</code> interface.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>[]: Avoid panicking in <code>zap.SugaredLogger</code> when arguments of <code>*w</code>
   methods don't match expectations.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>[]: Add support for filtering by level or arbitrary matcher function to
   <code>zaptest/observer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>[]: Comply with <code>io.StringWriter</code> and <code>io.ByteWriter</code> in Zap's
   <code>buffer.Buffer</code>.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/atrn0"><code>@​atrn0</code></a>, <a href="https://github.com/ernado"><code>@​ernado</code></a>, <a href="https://github.com/heyanfu"><code>@​heyanfu</code></a>, <a href="https://github.com/hnlq715"><code>@​hnlq715</code></a>, <a href="https://github.com/zchee"><code>@​zchee</code></a>
   for their contributions to this release.</p>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/691">uber-go/zap#691</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/897">uber-go/zap#897</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/943">uber-go/zap#943</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/949">uber-go/zap#949</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uber-go/zap/commit/eaeb0fc72fd23af7969c9a9f39e51b66827507ca"><code>eaeb0fc</code></a> Preparing release v1.19.1 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1005">#1005</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/0944a26e347a842c38de044b6c9464631954530b"><code>0944a26</code></a> Update changelog (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1004">#1004</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/305c249974e46e5f60704efc2911a04fa4ba9f55"><code>305c249</code></a> json: Fix float32 encoding and add test (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1003">#1003</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/914c4ff628cdc5329a10e22b46b8e0697da23b0e"><code>914c4ff</code></a> json: Fix encoding complex with negative i (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1001">#1001</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/d8fd848d18f219469bc0e197017d26cde7b7e4c4"><code>d8fd848</code></a> Fixes multiple CVE from imports (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/990">#990</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8"><code>c8e813e</code></a> Release v1.19.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/987">#987</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/2198a43d955c18cc08d7e643aaa80696f0d9a15b"><code>2198a43</code></a> Optimize size of BufferedWriteSyncer by moving stopped bool field (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/81879d1b480621999f3e3bc8d61bcf08a999298f"><code>81879d1</code></a> Simplify check for writing errors to ErrorOutput (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/983">#983</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/1cac10bfebaa55cacfa76e277137ec4167987ec6"><code>1cac10b</code></a> go mod tidy (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/977">#977</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/42e70dd4e9258b142fca9fc01c639fb3c8e8f664"><code>42e70dd</code></a> fix typo (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/976">#976</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.17.0...v1.19.1">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.17.0&new-version=1.19.1)](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] LaurenceLiZhixin merged pull request #1455: build(deps): bump go.uber.org/zap from 1.17.0 to 1.19.1

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


   


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