Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 4.87 KB

CHANGELOG.md

File metadata and controls

85 lines (66 loc) · 4.87 KB

Changelog

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

Security fix: update Newtonsoft.Json package reference to 13.0.3

Features

  • Updates icon and project url for nuget packages #135
  • Updates Nuget package version references. Updates build targets to currently supported versions (net462 and net7.0). #142

NLog_v1.3.0 - 2023-06-26

Serilog_v1.2.0 - 2023-06-26

Features

  • Updates icon and project url for nuget packages #135
  • Updates Nuget package version references. Updates build targets to currently supported versions (net462 and net7.0). #142

Serilog_v1.1.0 - 2022-11-29

Features

  • 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]

Features

  • Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.

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.

Add logger.name to NLog and Log4Net

  • 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

Bugfix release

  • Fixes Issue #84 where the log4net log enricher incorrectly extracts log level value to report to New Relic.

Bugfix release

  • 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

Initial Release supporting log4net

  • Adds NewRelic.LogEnrichers.Log4Net.NewRelicAppender and NewRelic.LogEnrichers.Log4Net.NewRelicLayout.
  • Adds sample application
  • Adds implementation documentation.

NLog_v1.0.1 - 2020-01-24

Bugfix release

  • Depend on NLog 4.5.11 instead of 4.5.0.
  • Set the default value of MaxRecursionLimit in NewRelicJsonLayout to 1.

NLog_v1.0.0 - 2020-01-16

Initial Release supporting NLog

  • Adds NewRelic.LogEnrichers.NLog.NewRelicJsonLayout.
  • Adds sample application
  • Adds implementation documentation.

Serilog_v1.0.0 - 2019-11-14

Initial Release supporting Serilog

  • Adds NewRelic.LogEnrichers.Serilog.NewRelicEnricher and NewRelic.LogEnrichers.Serilog.NewRelicFormatter.
  • Adds sample application
  • Adds implementation documentation.