We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17272e commit 96038b7Copy full SHA for 96038b7
CHANGELOG.md
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## 1.26.0 (14 Sep 2023)
7
+Enhancements:
8
+* [#1319][]: Add `WithLazy` method to `Logger` which lazily evaluates the structured
9
+context.
10
+* [#1350][]: String encoding is much (~50%) faster now.
11
+
12
+Thanks to @jquirke, @cdvr1993 for their contributions to this release.
13
14
+[#1319]: https://github.com/uber-go/zap/pull/1319
15
+[#1350]: https://github.com/uber-go/zap/pull/1350
16
17
## 1.25.0 (1 Aug 2023)
18
19
This release contains several improvements including performance, API additions,
0 commit comments