Skip to content

Commit

Permalink
Bump go.uber.org/zap from 1.24.0 to 1.25.0 (#4617)
Browse files Browse the repository at this point in the history
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to
1.25.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.25.0</h2>
<p>This release contains several improvements including performance, API
additions,
and two new experimental packages whose APIs are unstable and may change
in the
future.</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]:
Add <code>zap/exp/zapslog</code> package for integration with slog.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]:
Add <code>Name</code> to <code>Logger</code> which returns the Logger's
name if one is set.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]:
Add <code>zap/exp/expfield</code> package which contains helper methods
<code>Str</code> and <code>Strs</code> for constructing String-like
zap.Fields.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]:
Reduce stack size on <code>Any</code>.</li>
</ul>
<p>Thanks to <a
href="https://github.com/knight42"><code>@​knight42</code></a>, <a
href="https://github.com/dzakaammar"><code>@​dzakaammar</code></a>, <a
href="https://github.com/bcspragu"><code>@​bcspragu</code></a>, and <a
href="https://github.com/rexywork"><code>@​rexywork</code></a> for their
contributions
to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</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.25.0 (1 Aug 2023)</h2>
<p>This release contains several improvements including performance, API
additions,
and two new experimental packages whose APIs are unstable and may change
in the
future.</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]:
Add <code>zap/exp/zapslog</code> package for integration with slog.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]:
Add <code>Name</code> to <code>Logger</code> which returns the Logger's
name if one is set.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]:
Add <code>zap/exp/expfield</code> package which contains helper methods
<code>Str</code> and <code>Strs</code> for constructing String-like
zap.Fields.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]:
Reduce stack size on <code>Any</code>.</li>
</ul>
<p>Thanks to <a
href="https://github.com/knight42"><code>@​knight42</code></a>, <a
href="https://github.com/dzakaammar"><code>@​dzakaammar</code></a>, <a
href="https://github.com/bcspragu"><code>@​bcspragu</code></a>, and <a
href="https://github.com/rexywork"><code>@​rexywork</code></a> for their
contributions
to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/zap/commit/56468e797f1dbf3905ad7c34b5513928206244bf"><code>56468e7</code></a>
Release v1.25.0</li>
<li><a
href="https://github.com/uber-go/zap/commit/249507a8cf0294b844ad52d0707c83997d931205"><code>249507a</code></a>
zap.Any: Reduce stack size with generics (<a
href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/50b2db4fdecf067666874bd2e323ae601cf32559"><code>50b2db4</code></a>
zap.Any add benchmarks</li>
<li><a
href="https://github.com/uber-go/zap/commit/a0674c80b9adb6cf3ae1fa1853e6fb99100f3ad6"><code>a0674c8</code></a>
Add direct coverage to zap.Any (<a
href="https://redirect.github.com/uber-go/zap/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/131069186815d2515c6dac05bb1ccb979ec07395"><code>1310691</code></a>
Table test TestFieldConstructors</li>
<li><a
href="https://github.com/uber-go/zap/commit/382e2511e51cda8afde24f9e6e741f934308edfa"><code>382e251</code></a>
Swap expected and got fields (<a
href="https://redirect.github.com/uber-go/zap/issues/1282">#1282</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/24b79770f15487182d38aec5d3fcb34c7fb8fe66"><code>24b7977</code></a>
Add Name() to Logger (<a
href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/1155ed31d6c730acbade1eb0d8c4fac021dd20a6"><code>1155ed3</code></a>
Introduce Str + Strs generic string helpers (<a
href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/4451b47c5e4c4263828b042d6fb12d6d14c6ca2e"><code>4451b47</code></a>
exp: Update slog, adjust for changes (<a
href="https://redirect.github.com/uber-go/zap/issues/1276">#1276</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/845ca51d5b8d9fed9fe14f35ab13b6b160d5762d"><code>845ca51</code></a>
internal: Add and use a generic pool instead of using sync.Pool directly
(<a
href="https://redirect.github.com/uber-go/zap/issues/1262">#1262</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber-go/zap/compare/v1.24.0...v1.25.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.24.0&new-version=1.25.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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 85e1d03 commit d46c41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require (
go.opentelemetry.io/otel/trace v1.16.0
go.uber.org/atomic v1.11.0
go.uber.org/automaxprocs v1.5.3
go.uber.org/zap v1.24.0
go.uber.org/zap v1.25.0
golang.org/x/net v0.13.0
golang.org/x/sys v0.10.0
google.golang.org/grpc v1.57.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,9 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo=
go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI=
go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=
go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
go.uber.org/zap v1.25.0 h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c=
go.uber.org/zap v1.25.0/go.mod h1:JIAUzQIH94IC4fOJQm7gMmBJP5k7wQfdcnYdPoEXJYk=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit d46c41b

Please sign in to comment.