Skip to content

v1.14.1

Compare
Choose a tag to compare
@abhinav abhinav released this 15 Mar 15:47
· 259 commits to master since this release
2aa9fa2

Bugfixes:

  • #791: Fix panic on attempting to build a logger with an invalid Config.
  • #795: Vendoring Zap with go mod vendor no longer includes Zap's
    development-time dependencies.
  • #799: Fix issue introduced in 1.14.0 that caused invalid JSON output to
    be generated for arrays of time.Time objects when using string-based time
    formats.

Thanks to @YashishDua for their contributions to this release.