Skip to content

Releases: serilog-contrib/serilog-enrichers-clientinfo

v2.2.0

02 Jul 11:12
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.1.1

02 Aug 08:15
26c8fae
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix registering the header enricher with the wrong parameters.

v2.0.1

03 Oct 12:11
2413295
Compare
Choose a tag to compare
  • Set log property name for WithRequestHeader

v2.0.0

11 Jul 09:02
6f36ca3
Compare
Choose a tag to compare
  • WithClientAgent enricher removed, you can use WithRequestHeader("User-Agent") enricher
  • WithCorrelationId enricher is added
  • WithRequestHeader enricher is added

v1.3.0

01 Jun 10:22
d1fa0e5
Compare
Choose a tag to compare
  • Fix bug IPv6 address not properly parsed from X-forwarded-for header

v1.2.0

26 Jun 12:00
b797b7c
Compare
Choose a tag to compare
  • Configure X-forwarded-for header to support a custom IP forward header
  • Drop support for .NET 4.5.2

v1.1.4

06 Oct 13:14
Compare
Choose a tag to compare

Fix exception is thrown in the unit test.