v2.1.0
What's Changed
- Automatically set correlation ID if it is null on get by @aurimasbutkus in #10
Added
- Correlation ID is randomly generated if internal value is
null
on access viaCorrelationIdService::getCurrentCorrelationId()
- Configuration calls have default values in
CorrelationIdService
constructor, this allows the package to work out of the box without publishing the configuration files.
Full Changelog: v2.0.0...v2.1.0