Skip to content

v1.17.0

Compare
Choose a tag to compare
@abhinav abhinav released this 25 May 21:56
· 205 commits to master since this release
ebebbf3

Bugfixes:

  • #867: Encode <nil> for nil error 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 the application/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.