Releases: newrelic/newrelic-logenricher-dotnet
Releases · newrelic/newrelic-logenricher-dotnet
Serilog 1.2.0
NLog 1.3.0
Log4Net 1.2.0
Security fix: update Newtonsoft.Json package reference to 13.0.3
- Mitigates a security vulnerability in Newtonsoft.Json versions prior to 13.0.1.
Features
Serilog v1.1.0
- Adds an option to change the user property prefix from the default of 'Message.Properties.' to a custom prefix. Thank you to @NiklasArbin for contribution! #131
NLog v1.2.1
- Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.
NLog v1.2.0
- Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.
Log4Net v1.1.1
Security fix: update log4net package reference to 2.0.10
To mitigate a CVE in log4net versions prior to 2.0.10, the minimum version of log4net required to use the enricher library for log4net has been updated to 2.0.10.
Log4Net v1.1.0 and NLog v1.1.0
The enricher libraries for Log4Net and NLog will now send the name of the logger with each logged event with the key logger.name
. For the common use case of calling a logger factory's GetCurrentClassLogger()
method, the value of logger.name
will be the name of the class that created the logger.
Log4Net v1.0.3
Fixes issue #77 by upgrading the agent API version referenced by all projects to 8.32.0.
Log4Net v1.0.2
Fixed issue #84 where the log message level was being incorrectly reported to New Relic.