Skip to content

Releases: Azure/diagnostics-eventflow

Support for .NET 4.7.1 framework

30 Aug 19:52
e48d0eb
Compare
Choose a tag to compare

Added support for .NET 4.7.1, targeting 2.x series of Microsoft.Extensions.Configuration framework.

Many thanks to @ghelyar for researching the issue and implementing the new target!

NLog input 1.0.0

21 Aug 16:48
afa5772
Compare
Choose a tag to compare

New NLog input--many thanks to @snakefoot for this contribution!

EventFlow Core package 1.4.4

21 Aug 16:46
afa5772
Compare
Choose a tag to compare

Fixes issue 255
Adds support for NLog input

Log4net Input 1.0.1

20 Aug 16:02
1a358bf
Compare
Choose a tag to compare

Addresses issue 257 -- many thanks, @jeremysmith1 !

Log4net input 1.0.0

07 Aug 17:52
dab2f17
Compare
Choose a tag to compare

Many thanks to @jeremysmith1 for implementing this new input!

ETW Input 1.4.1

03 Aug 21:00
Compare
Choose a tag to compare

ProcessID and ProcessName standard properties are now TraceEventProcessID and TraceEventProcessName, respectively, in order to reduce the likelihood of conflicts.

Application Insights input 1.4.1

03 Aug 18:01
Compare
Choose a tag to compare

Adds EventFlowTelemetryProcessorFactory class that simplifies setup when Application Insights input is used with ASP.NET Core applications.

Corresponding documentation was also updated

EventFlow core package 1.4.2

03 Aug 20:57
Compare
Choose a tag to compare

The way property names are de-conflicted is more predictable (sequentially incremented suffix is applied until the name does not conflict)

PerformanceCounter input 1.3.1

01 Aug 23:05
Compare
Choose a tag to compare

Fixes configuration naming issue for PerformanceCounter (#238)

EventSource input 1.4.2

01 Aug 23:47
Compare
Choose a tag to compare

Support for keywords in hexadecimal format
Disables Microsoft-ApplicationInsights-Data EventSource by default (to work around a CLR issue).