Skip to content

Releases: newrelic/newrelic-logenricher-dotnet

Serilog 1.2.0

26 Jun 19:32
bc45530
Compare
Choose a tag to compare

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 1.3.0

26 Jun 19:34
bc45530
Compare
Choose a tag to compare

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

Log4Net 1.2.0

26 Jun 19:34
bc45530
Compare
Choose a tag to compare

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

Serilog v1.1.0

29 Nov 22:27
bcc9c18
Compare
Choose a tag to compare
  • 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

27 Aug 18:55
8b870da
Compare
Choose a tag to compare
  • Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.

NLog v1.2.0

12 Jul 18:02
a016be5
Compare
Choose a tag to compare
  • Adds optional support for sending the MappedDiagnosticsContext and MappedDiagnosticsLogicalContext to New Relic One for NLog.

Log4Net v1.1.1

09 Feb 23:39
9a9e4dc
Compare
Choose a tag to compare

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

05 Jan 21:37
325ae68
Compare
Choose a tag to compare

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

11 Dec 23:00
7b00c14
Compare
Choose a tag to compare

Fixes issue #77 by upgrading the agent API version referenced by all projects to 8.32.0.

Log4Net v1.0.2

28 Oct 23:45
ed91c89
Compare
Choose a tag to compare

Fixed issue #84 where the log message level was being incorrectly reported to New Relic.