fix(deps): update module go.uber.org/zap to v1.27.0 #3
Reference in New Issue
Block a user
Delete Branch "renovate/go.uber.org-zap-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.24.0->v1.27.0Release Notes
uber-go/zap (go.uber.org/zap)
v1.27.0Compare Source
Enhancements:
WithLazymethod forSugaredLogger.NewTestingWriterfor customizing TestingWriter with more flexibility thanNewLogger.Log,Logw,Loglnmethods forSugaredLogger.WithPanicHookoption for testing panic logs.Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
v1.26.0Compare Source
Enhancements:
Dictas aField.WithLazymethod toLoggerwhich lazily evaluates the structuredcontext.
Thanks to @hhk7734, @jquirke, @cdvr1993 for their contributions to this release.
v1.25.0Compare Source
This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.
Enhancements:
zap/exp/zapslogpackage for integration with slog.NametoLoggerwhich returns the Logger's name if one is set.zap/exp/expfieldpackage which contains helper methodsStrandStrsfor constructing String-like zap.Fields.Any.Thanks to @knight42, @dzakaammar, @bcspragu, and @rexywork for their contributions
to this release.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
go.uber.org/multierrv1.9.0->v1.10.0