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
and
AddStacktrace
options are used together.
Thanks to @aerosol and @Techassi for their contributions to this release.