Skip to content

Commit 56468e7

Browse files
committed
Release v1.25.0
This release includes the following changes: [v1.24.0...249507a](v1.24.0...249507a). Refs GO-2200.
1 parent 249507a commit 56468e7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
33

44
This 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

829
Enhancements:

0 commit comments

Comments
 (0)