Bump go.uber.org/zap from 1.18.1 to 1.19.1 #32

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.uber.org/zap-1.19.1 into master 2021-09-17 08:43:34 +03:00
dependabot[bot] commented 2021-09-09 21:17:21 +03:00 (Migrated from github.com)

Bumps go.uber.org/zap from 1.18.1 to 1.19.1.

Release notes

Sourced from go.uber.org/zap's releases.

v1.19.1

Fixed

  • #1001[]: JSON: Fix complex number encoding with negative imaginary part. Thanks to @​hemantjadon.
  • #1003[]: JSON: Fix inaccurate precision when encoding float32.

#1001: uber-go/zap#1001 #1003: uber-go/zap#1003

v1.19.0

Enhancements:

  • #975[]: Avoid panicking in Sampler core if the level is out of bounds.
  • #984[]: Reduce the size of BufferedWriteSyncer by aligning the fields better.

#975: uber-go/zap#975 #984: uber-go/zap#984

Thanks to @​lancoLiu and @​thockin for their contributions to this release.

Changelog

Sourced from go.uber.org/zap's changelog.

1.19.1 (8 Sep 2021)

Fixed

  • #1001[]: JSON: Fix complex number encoding with negative imaginary part. Thanks to @​hemantjadon.
  • #1003[]: JSON: Fix inaccurate precision when encoding float32.

#1001: uber-go/zap#1001 #1003: uber-go/zap#1003

1.19.0 (9 Aug 2021)

Enhancements:

  • #975[]: Avoid panicking in Sampler core if the level is out of bounds.
  • #984[]: Reduce the size of BufferedWriteSyncer by aligning the fields better.

#975: uber-go/zap#975 #984: uber-go/zap#984

Thanks to @​lancoLiu and @​thockin for their contributions to this release.

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.18.1 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> </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> <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>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> </blockquote> </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.18.1...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.18.1&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>
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-logger-zap#32
No description provided.