Skip to content

Commit

Permalink
Release v1.21.0 (#1059)
Browse files Browse the repository at this point in the history
Refs GO-1201
  • Loading branch information
abhinav committed Feb 7, 2022
1 parent a7613b2 commit 6f34060
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.

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

## 1.21.0 (7 Feb 2022)

Enhancements:
* [#1047][]: Add `zapcore.ParseLevel` to parse a `Level` from a string.
* [#1048][]: Add `zap.ParseAtomicLevel` to parse an `AtomicLevel` from a
string.

Bugfixes:
* [#1058][]: Fix panic in JSON encoder when `EncodeLevel` is unset.

Other changes:
* [#1052][]: Improve encoding performance when the `AddCaller` and
`AddStacktrace` options are used together.

[#1047]: https://github.com/uber-go/zap/pull/1047
[#1048]: https://github.com/uber-go/zap/pull/1048
[#1052]: https://github.com/uber-go/zap/pull/1052
[#1058]: https://github.com/uber-go/zap/pull/1058

Thanks to @aerosol and @Techassi for their contributions to this release.

## 1.20.0 (4 Jan 2022)

Enhancements:
Expand Down

0 comments on commit 6f34060

Please sign in to comment.