Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

48 lines (32 loc) · 2.84 KB

Changelog

1.1.7

  • Updated dependencies. (#22)
  • Added logging. (#21)

1.1.6

  • The OpenTelemetry event source will log messages using NLog's internal logger. (#19)

1.1.5

  • Upgraded OpenTelemetry packages to version 1.10.0-beta.1 (commit)

1.1.4

  • Added a warning to README (commit)
  • Upgraded OpenTelemetry packages (commit)

1.1.3

  • Added a new property OnlyIncludeProperties and added support for ExcludeProperties in all use cases. (#15)

1.1.2

1.1.1

  • When trying to add a resource with a null value, the value will instead default to an empty string and the target will be initialised (commit)

  • Modifying nlog.config in the Test project (commit)

  • Dispose LoggerProvider and clear Loggers when closing target (#12)

1.1.0

  • The target will now have a private logger provider, which will get a logger with the name of the NLog logger whenever a log is written, so that the scopeLogs field in export requests will be populated by the name of the NLog logger. (#11)

  • Upgraded OpenTelemetry packages to version 1.8.0-beta.1 (#10)

  • Added a unit test (#9)

1.0.8

  • Making sure that the value of the {OriginalFormat} attribute is never null (#8)

1.0.7

  • Merged the targets (#7)

1.0.6

  • Added a lightweight version of the target. (#6)