Releases: uber-go/zap
Releases · uber-go/zap
v1.11.0
v1.10.0
Bugfixes:
- #657: Fix
MapObjectEncoder.AppendByteString
not adding value as a
string. - #706: Fix incorrect call depth to determine caller in Go 1.12.
Enhancements:
- #610: Add
zaptest.WrapOptions
to wrapzap.Option
for creating test
loggers. - #675: Don't panic when encoding a String field.
- #704: Disable HTML escaping for JSON objects encoded using the
reflect-based encoder.
Thanks to @iaroslav-ciupin, @lelenanam, @joa, @NWilson for their contributions
to this release.
v1.9.1
v1.9.0
Enhancements:
- #602: Reduce number of allocations when logging with reflection.
- #572, #606: Expose a registry for third-party logging sinks.
Thanks to @nfarah86, @AlekSi, @JeanMertz, @philippgille, @etsangsplk, and
@dimroc for their contributions to this release.
v1.8.0
Enhancements:
- #508: Make log level configurable when redirecting the standard library's logger.
- #518: Add a logger that writes to a
*testing.TB
. - #577: Add a top-level alias for
zapcore.Field
to clean up GoDoc.
Bugfixes:
- #574: Add a missing import comment to
go.uber.org/zap/buffer
.
Thanks to @disiqueira and @djui for their contributions to this release.