v1.17.0
Bugfixes:
- #867: Encode
<nil>
for nilerror
instead of a panic. - #931, #936: Update minimum version constraints to address
vulnerabilities in dependencies.
Enhancements:
- #865: Improve alignment of fields of the Logger struct, reducing its
size from 96 to 80 bytes. - #881: Support
grpclog.LoggerV2
in zapgrpc. - #903: Support URL-encoded POST requests to the AtomicLevel HTTP handler
with theapplication/x-www-form-urlencoded
content type. - #912: Support multi-field encoding with
zap.Inline
. - #913: Speed up SugaredLogger for calls with a single string.
- #928: Add support for filtering by field name to
zaptest/observer
.
Thanks to @ash2k, @FMLS, @jimmystewpot, @oncilla, @tsoslow, @tylitianrui, @withshubh, and @wziww for their contributions to this release.