Skip to content

Commit fbdfaec

Browse files
committed
Updated CHANGELOG.md
1 parent 6059450 commit fbdfaec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Security
2424
- Nothing
2525

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+
2635
## [1.3.0] - 2019-03-18
2736
### Added
2837
- `Level` now implements the `envconfig.Decoder` interface so it can be used in config types
2938

30-
3139
## [1.2.0] - 2019-02-27
3240
### Added
3341
- `ConfigureDefaultLogger` boilerplate for logger configuration

0 commit comments

Comments
 (0)