All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Log4Net_v1.2.0 - 2023-06-26
- Mitigates a security vulnerability in Newtonsoft.Json versions prior to 13.0.1.
- Updates icon and project url for nuget packages #135
- Updates Nuget package version references. Updates build targets to currently supported versions (
net462
andnet7.0
). #142
NLog_v1.3.0 - 2023-06-26
Serilog_v1.2.0 - 2023-06-26
- Updates icon and project url for nuget packages #135
- Updates Nuget package version references. Updates build targets to currently supported versions (
net462
andnet7.0
). #142
Serilog_v1.1.0 - 2022-11-29
- 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
- Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.
- 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.
- A new property named
logger.name
is added to the New Relic layouts for NLog and Log4Net, with the value of the name of the logger that created the log event.
Log4Net_v1.0.2 - 2020-10-28
- Fixes Issue #84 where the log4net log enricher incorrectly extracts log level value to report to New Relic.
Log4Net_v1.0.1, NLog_v1.0.2, Serilog_v1.0.1 - 2020-03-02
- Change the user property prefix from "Message Properties." to "Message.Properties." to fix an issue with search in the logging UI.
Log4Net_v1.0.0 - 2020-02-04
- Adds
NewRelic.LogEnrichers.Log4Net.NewRelicAppender
andNewRelic.LogEnrichers.Log4Net.NewRelicLayout
. - Adds sample application
- Adds implementation documentation.
NLog_v1.0.1 - 2020-01-24
- Depend on NLog 4.5.11 instead of 4.5.0.
- Set the default value of
MaxRecursionLimit
inNewRelicJsonLayout
to 1.
NLog_v1.0.0 - 2020-01-16
- Adds
NewRelic.LogEnrichers.NLog.NewRelicJsonLayout
. - Adds sample application
- Adds implementation documentation.
Serilog_v1.0.0 - 2019-11-14
- Adds
NewRelic.LogEnrichers.Serilog.NewRelicEnricher
andNewRelic.LogEnrichers.Serilog.NewRelicFormatter
. - Adds sample application
- Adds implementation documentation.