etcd-backup-restore
etcd-backup-restore copied to clipboard
:arrow_up: Bump go.uber.org/zap from 1.15.0 to 1.21.0
Bumps go.uber.org/zap from 1.15.0 to 1.21.0.
Release notes
Sourced from go.uber.org/zap's releases.
v1.21.0
1.21.0 (7 Feb 2022)
Enhancements:
- #1047[]: Add
zapcore.ParseLevel
to parse aLevel
from a string.- #1048[]: Add
zap.ParseAtomicLevel
to parse anAtomicLevel
from a string.Bugfixes:
- #1058[]: Fix panic in JSON encoder when
EncodeLevel
is unset.Other changes:
- #1052[]: Improve encoding performance when the
AddCaller
andAddStacktrace
options are used together.#1047: uber-go/zap#1047 #1048: uber-go/zap#1048 #1052: uber-go/zap#1052 #1058: uber-go/zap#1058
Thanks to
@aerosol
and@Techassi
for their contributions to this release.v1.20.0
Enhancements:
- #989[]: Add
EncoderConfig.SkipLineEnding
flag to disable adding newline characters between log statements.- #1039[]: Add
EncoderConfig.NewReflectedEncoder
field to customize JSON encoding of reflected log fields.Bugfixes:
- #1011[]: Fix inaccurate precision when encoding complex64 as JSON.
- #554[], #1017[]: Close JSON namespaces opened in
MarshalLogObject
methods when the methods return.- #1033[]: Avoid panicking in Sampler core if
thereafter
is zero.Other changes:
- #1028[]: Drop support for Go < 1.15.
#554: uber-go/zap#554 #989: uber-go/zap#989 #1011: uber-go/zap#1011 #1017: uber-go/zap#1017 #1028: uber-go/zap#1028 #1033: uber-go/zap#1033 #1039: uber-go/zap#1039
Thanks to
@psrajat
,@lruggieri
,@sammyrnycreal
for their contributions to this release.v1.19.1
... (truncated)
Changelog
Sourced from go.uber.org/zap's changelog.
1.21.0 (7 Feb 2022)
Enhancements:
- #1047[]: Add
zapcore.ParseLevel
to parse aLevel
from a string.- #1048[]: Add
zap.ParseAtomicLevel
to parse anAtomicLevel
from a string.Bugfixes:
- #1058[]: Fix panic in JSON encoder when
EncodeLevel
is unset.Other changes:
- #1052[]: Improve encoding performance when the
AddCaller
andAddStacktrace
options are used together.#1047: uber-go/zap#1047 #1048: uber-go/zap#1048 #1052: uber-go/zap#1052 #1058: uber-go/zap#1058
Thanks to
@aerosol
and@Techassi
for their contributions to this release.1.20.0 (4 Jan 2022)
Enhancements:
- #989[]: Add
EncoderConfig.SkipLineEnding
flag to disable adding newline characters between log statements.- #1039[]: Add
EncoderConfig.NewReflectedEncoder
field to customize JSON encoding of reflected log fields.Bugfixes:
- #1011[]: Fix inaccurate precision when encoding complex64 as JSON.
- #554[], #1017[]: Close JSON namespaces opened in
MarshalLogObject
methods when the methods return.- #1033[]: Avoid panicking in Sampler core if
thereafter
is zero.Other changes:
- #1028[]: Drop support for Go < 1.15.
#554: uber-go/zap#554 #989: uber-go/zap#989 #1011: uber-go/zap#1011 #1017: uber-go/zap#1017 #1028: uber-go/zap#1028 #1033: uber-go/zap#1033 #1039: uber-go/zap#1039
Thanks to
@psrajat
,@lruggieri
,@sammyrnycreal
for their contributions to this release.1.19.1 (8 Sep 2021)
... (truncated)
Commits
6f34060
Release v1.21.0 (#1059)a7613b2
JSON Encoder: Don't panic if EncodeLevel unset (#1058)a1155d9
Optimize AddCaller+AddStacktrace by sharing stacks (#1052)3f20106
lint: Remove redundant embedded field accesses (#1051)c087e07
zap: Add ParseAtomicLevel func (#1048)e751939
zapcore: Add ParseLevel (#1047)ad0b02d
Release v1.12.0 (#1045)79cb86f
ci: Cache dependencies for other submodules (#1044)da733e5
ci: Cache tools/ with GitHub Actions (#1043)369c1bd
feat: support custom ReflectType encoder (#1039)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
@dependabot[bot] Thank you for your contribution.
@dependabot[bot] You need rebase this pull request with latest master branch. Please check.
Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.
Superseded by #526.