Skip to content

Commit feeb9a0

Browse files
authored
Prepare release v1.15.0 (#819)
1 parent 46939fc commit feeb9a0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.15.0 (23 Apr 2020)
4+
5+
Bugfixes:
6+
* [#804][]: Fix handling of `Time` values out of `UnixNano` range.
7+
* [#812][]: Fix `IncreaseLevel` being reset after a call to `With`.
8+
9+
Enhancements:
10+
* [#806][]: Add `WithCaller` option to supersede the `AddCaller` option. This
11+
allows disabling annotation of log entries with caller information if
12+
previously enabled with `AddCaller`.
13+
* [#813][]: Deprecate `NewSampler` constructor in favor of
14+
`NewSamplerWithOptions` which supports a `SamplerHook` option. This option
15+
adds support for monitoring sampling decisions through a hook.
16+
17+
Thanks to @danielbprice for their contributions to this release.
18+
319
## 1.14.1 (14 Mar 2020)
420

521
Bugfixes:
@@ -379,3 +395,7 @@ upgrade to the upcoming stable release.
379395
[#791]: https://github.com/uber-go/zap/pull/791
380396
[#795]: https://github.com/uber-go/zap/pull/795
381397
[#799]: https://github.com/uber-go/zap/pull/799
398+
[#804]: https://github.com/uber-go/zap/pull/804
399+
[#812]: https://github.com/uber-go/zap/pull/812
400+
[#806]: https://github.com/uber-go/zap/pull/806
401+
[#813]: https://github.com/uber-go/zap/pull/813

0 commit comments

Comments
 (0)