Sourced from go.uber.org/zap's releases.
v1.26.0
Enhancements:
- #1297[]: Add
Dictas aField.- #1319[]: Add
WithLazymethod toLoggerwhich lazily evaluates the structured context.- #1350[]: String encoding is much (~50%) faster now.
Thanks to
@hhk7734,@jquirke,@cdvr1993for their contributions to this release.#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350
Sourced from go.uber.org/zap's changelog.
1.26.0 (14 Sep 2023)
Enhancements:
- #1297[]: Add Dict as a Field.
- #1319[]: Add
WithLazymethod toLoggerwhich lazily evaluates the structured context.- #1350[]: String encoding is much (~50%) faster now.
Thanks to
@hhk7734,@jquirke, and@cdvr1993for their contributions to this release.#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350
96038b7 Prepare for release v1.26.0 (#1355)c17272e Add WithLazy Logger method (#1319)99f1811 exp: Add a changelog (#1353)7728f39 chore(CHANGELOG): Move reference links to sections (#1352)5a27bab perf: Faster string encoding (#1350)82c728b Replace benbjohnson/clock with custom MockClock (#1349)b7aed24 zapslog: Handle empty attrs centrally (#1351)2b35963 lint: Enable errcheck, fix failures (#1345)9a36792 test: improve slog coverage (#1347)e5e8b70 build(deps): bump actions/checkout from 3 to 4 (#1346)