Releases: serilog-contrib/serilog-enrichers-clientinfo
Releases · serilog-contrib/serilog-enrichers-clientinfo
v2.1.1
What's Changed
- Fix issue #39 -
ClientIpEnricher
ignores updated HttpContext.Connection.RemoteIpAddress
.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
Fix registering the header enricher with the wrong parameters.
v2.0.1
- Set log property name for
WithRequestHeader
v2.0.0
- WithClientAgent enricher removed, you can use
WithRequestHeader("User-Agent")
enricher
- WithCorrelationId enricher is added
- WithRequestHeader enricher is added
v1.3.0
- Fix bug IPv6 address not properly parsed from X-forwarded-for header
v1.2.0
- Configure
X-forwarded-for
header to support a custom IP forward header
- Drop support for .NET 4.5.2
v1.1.4
Fix exception is thrown in the unit test.