Skip to content

Commit fcf8ee5

Browse files
sywhangabhinav
andauthored
Release v1.27.0 (#1419)
Co-authored-by: Abhinav Gupta <[email protected]>
1 parent e5a56ee commit fcf8ee5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## 1.27.0 (20 Feb 2024)
7+
Enhancements:
8+
* [#1378][]: Add `WithLazy` method for `SugaredLogger`.
9+
* [#1399][]: zaptest: Add `NewTestingWriter` for customizing TestingWriter with more flexibility than `NewLogger`.
10+
* [#1406][]: Add `Log`, `Logw`, `Logln` methods for `SugaredLogger`.
11+
* [#1416][]: Add `WithPanicHook` option for testing panic logs.
12+
13+
Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
14+
15+
[#1378]: https://github.com/uber-go/zap/pull/1378
16+
[#1399]: https://github.com/uber-go/zap/pull/1399
17+
[#1406]: https://github.com/uber-go/zap/pull/1406
18+
[#1416]: https://github.com/uber-go/zap/pull/1416
19+
620
## 1.26.0 (14 Sep 2023)
721
Enhancements:
822
* [#1297][]: Add Dict as a Field.

0 commit comments

Comments
 (0)