File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
### Security
24
24
- Nothing
25
25
26
+ ## [ 1.4.0] - 2019-05-30
27
+ ### Changed
28
+ - Baggage key is now a public string ` "logctx-data-map-string-interface" ` that can be set and read by anyone from any package.
29
+ The type of that baggage will be always ` map[string]interface{} `
30
+
31
+ ### Added
32
+ - ` BaggageContextKey ` constant that defines that string
33
+ - ` Baggage(ctx) map[string]interface{} ` that allows reading the underlying baggage.
34
+
26
35
## [ 1.3.0] - 2019-03-18
27
36
### Added
28
37
- ` Level ` now implements the ` envconfig.Decoder ` interface so it can be used in config types
29
38
30
-
31
39
## [ 1.2.0] - 2019-02-27
32
40
### Added
33
41
- ` ConfigureDefaultLogger ` boilerplate for logger configuration
You can’t perform that action at this time.
0 commit comments