Skip to content

v1.10.0

Compare
Choose a tag to compare
@prashantv prashantv released this 30 Apr 01:51
· 301 commits to master since this release

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 wrap zap.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.