Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: ekmsystems/serilog-enrichers-correlation-id

Fix for WithCorrelationIdHeader generating new correlation id for each log event

14 Nov 08:17
ef96526
Compare
Choose a tag to compare

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

08 Nov 17:41
77782a4
Compare
Choose a tag to compare
  • 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

08 Nov 17:00
900281c
Compare
Choose a tag to compare

This release is to fix #27

v2.0.0

05 Nov 10:51
d69e401
Compare
Choose a tag to compare

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.

v2.0.0-beta

05 Nov 09:19
eb6b9fc
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

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. 😅

v1.0.1

24 Apr 12:47
Compare
Choose a tag to compare

v1.0.0

12 Apr 11:44
Compare
Choose a tag to compare
Fixed unsupported syntax.