Skip to content

Releases: serilog-contrib/serilog-enrichers-clientinfo

v2.6.0

14 Oct 08:18
adeeda8

Choose a tag to compare

What's Changed

  • Remove dependency on Microsoft.AspNetCore.App framework. #33

Full Changelog: v2.5.0...v2.6.0

v2.5.0

28 Sep 22:11
5aeaf1e

Choose a tag to compare

What's Changed

  • Set the IP logging preference to IPv4 or IPv6, if conversion is supported. #48

Full Changelog: v2.4.0...v2.5.0

v2.4.0

28 Sep 22:09

Choose a tag to compare

  • Add correlation ID retrieval

Full Changelog: v2.3.0...v2.4.0

v2.3.0

21 Jul 04:35
49ce1d7

Choose a tag to compare

What's Changed

  • Fix KeyNotFoundException in all enrichers by using TryGetValue instead of direct dictionary access
    #49

Full Changelog: v2.2.0...v2.3.0

v2.2.0

02 Jul 11:12

Choose a tag to compare

What's Changed

  • Support for .NET 9.0 by @alexandrejobin #52
  • Remove Support for .NET 6.0 and .NET 7.0
  • Update Serilog version to v4.3.0
  • Fix assembly version by @alexandrejobin #53
  • Update nuget package dependencies

Full Changelog: v2.1.2...v2.2.0

v2.1.2

02 Oct 08:29

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Aug 08:15
26c8fae

Choose a tag to compare

What's Changed

  • Fix issue #39 - ClientIpEnricher ignores updated HttpContext.Connection.RemoteIpAddress.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Jul 19:12
7fb390e

Choose a tag to compare

What's Changed

  • Drop support for .NET Framework
  • Remove reading x-forwarded-for header #29
  • Set correlation ID from HTTP response if available by @tobiashein in #36

Full Changelog: v2.0.3...v2.1.0

v2.0.3

10 Nov 10:35

Choose a tag to compare

Fix registering the header enricher with the wrong parameters.

v2.0.1

03 Oct 12:11
2413295

Choose a tag to compare

  • Set log property name for WithRequestHeader