File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 1.14.1 (14 Mar 2020)
4
20
5
21
Bugfixes:
@@ -379,3 +395,7 @@ upgrade to the upcoming stable release.
379
395
[ #791 ] : https://github.com/uber-go/zap/pull/791
380
396
[ #795 ] : https://github.com/uber-go/zap/pull/795
381
397
[ #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
You can’t perform that action at this time.
0 commit comments