exp/v0.3.0
0.3.0 - 22 Oct 2024
Breaking changes:
- #1339: zapslog: Drop
HandlerOptions
in favor ofHandlerOption
,
which uses the functional options pattern. - #1339: zapslog: Rename
AddSource
option toWithCaller
.
Enhancements:
- #1339: zapslog: Record stack traces for error logs or higher.
The newAddStackAt
option changes this level.
Bug fixes:
- #1344, #1408: zapslog: Comply fully with
slog.Handler
contract.
This includes ignoring emptyAttr
s, inliningGroup
s with empty names,
and omitting groups with no attributes.
Thanks to @zekth and @arukiidou for their contributions to this release.