v1.25.0
This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.
Enhancements:
- #1246: Add
zap/exp/zapslogpackage for integration with slog. - #1273: Add
NametoLoggerwhich returns the Logger's name if one is set. - #1281: Add
zap/exp/expfieldpackage which contains helper methods
StrandStrsfor constructing String-like zap.Fields. - #1310: Reduce stack size on
Any.
Thanks to @knight42, @dzakaammar, @bcspragu, and @rexywork for their contributions
to this release.