Skip to content

Commit 6f34060

Browse files
authored
Release v1.21.0 (#1059)
Refs GO-1201
1 parent a7613b2 commit 6f34060

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
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.21.0 (7 Feb 2022)
7+
8+
Enhancements:
9+
* [#1047][]: Add `zapcore.ParseLevel` to parse a `Level` from a string.
10+
* [#1048][]: Add `zap.ParseAtomicLevel` to parse an `AtomicLevel` from a
11+
string.
12+
13+
Bugfixes:
14+
* [#1058][]: Fix panic in JSON encoder when `EncodeLevel` is unset.
15+
16+
Other changes:
17+
* [#1052][]: Improve encoding performance when the `AddCaller` and
18+
`AddStacktrace` options are used together.
19+
20+
[#1047]: https://github.com/uber-go/zap/pull/1047
21+
[#1048]: https://github.com/uber-go/zap/pull/1048
22+
[#1052]: https://github.com/uber-go/zap/pull/1052
23+
[#1058]: https://github.com/uber-go/zap/pull/1058
24+
25+
Thanks to @aerosol and @Techassi for their contributions to this release.
26+
627
## 1.20.0 (4 Jan 2022)
728

829
Enhancements:

0 commit comments

Comments
 (0)