This repository has been archived by the owner on May 15, 2023. It is now read-only.
Releases: ekmsystems/serilog-enrichers-correlation-id
Releases · ekmsystems/serilog-enrichers-correlation-id
Fix for WithCorrelationIdHeader generating new correlation id for each log event
When using WithCorrelationIdHeader
it was generating a new correlation id for each log. It should now generate a single correlation id per request.
See #31 for more details.
Fixing an issue when headers are already written
- Potentially breaking change: Bumped the supported framework version from net45 to net452 (netstandard 2.1 and 2.2 still supported)
- Added a fix to prevent an exception being thrown when headers have already been written
Existing header fix
This release is to fix #27
v2.0.0
v2.0.0-beta
The main feature of this release is the addition of netstandard2.1 support.
We've also merged in some work that was done a while ago to simplify the project structure, so it should be easier to do these upgrades going forwards.
Doing a beta release to see if the build is working first. 😅