File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6+ ## 1.25.0 (1 Aug 2023)
7+
8+ This release contains several improvements including performance, API additions,
9+ and two new experimental packages whose APIs are unstable and may change in the
10+ future.
11+
12+ Enhancements:
13+ * [ #1246 ] [ ] : Add ` zap/exp/zapslog ` package for integration with slog.
14+ * [ #1273 ] [ ] : Add ` Name ` to ` Logger ` which returns the Logger's name if one is set.
15+ * [ #1281 ] [ ] : Add ` zap/exp/expfield ` package which contains helper methods
16+ ` Str ` and ` Strs ` for constructing String-like zap.Fields.
17+ * [ #1310 ] [ ] : Reduce stack size on ` Any ` .
18+
19+ Thanks to @knight42 , @dzakaammar , @bcspragu , and @rexywork for their contributions
20+ to this release.
21+
22+ [ #1246 ] : https://github.com/uber-go/zap/pull/1246
23+ [ #1273 ] : https://github.com/uber-go/zap/pull/1273
24+ [ #1281 ] : https://github.com/uber-go/zap/pull/1281
25+ [ #1310 ] : https://github.com/uber-go/zap/pull/1310
26+
627## 1.24.0 (30 Nov 2022)
728
829Enhancements:
You can’t perform that action at this time.
0 commit comments