Skip to content

Releases: Azure/diagnostics-eventflow

ApplicationInsights input 1.5.1

14 May 23:45
dd94de8
Compare
Choose a tag to compare

Issue 354

10 Mar 00:46
7bd58dc
Compare
Choose a tag to compare

Issue 354 affects several outputs that use JSON serialization. Common infrastructure (MemberInfoSerializer) has been added to the core package as well.

Many thanks to @timothy-carter for bringing this issue to our attention

Serilog input 1.5.0

13 Feb 19:19
Compare
Choose a tag to compare

Supports Serilog maximum desctructuring depth (issue #348)

Many thanks to @BuddhaBuddy1 for contributing to this release!

Microsoft.Logging input 1.4.5

24 Jan 22:41
ec3551f
Compare
Choose a tag to compare

Elasticsearch output 2.7.2

23 Jan 20:40
Compare
Choose a tag to compare

Removes obsolete eventDocumentTypeName setting from Elasticsearch output

#334

Microsoft.Loging input version 1.4.4

11 Dec 18:14
Compare
Choose a tag to compare

Microsoft.Logging input can now handle additional event data that is supplied as a dictionary (or, in general, KeyValuePair<string, object>. Addresses issue #341

Thanks to @eugenpodaru for the suggestion!

Support for .NET Core 3.0

08 Oct 21:47
Compare
Choose a tag to compare

Many thanks to @ksmithRenweb for investigating the main blocking issue and providing a fix ☺️

Trace input 1.4.2

07 Oct 17:46
97643e9
Compare
Choose a tag to compare

Uses precise timestamping when available (#335, many thanks to @popoman for this change).

Microsoft.Extenstions.Logging input 1.4.2

07 Oct 17:45
97643e9
Compare
Choose a tag to compare

Uses precise timestamping when available (#335, many thanks to @popoman for this change).

Elasticsearch output 2.7.1

15 Sep 22:02
9ad46d7
Compare
Choose a tag to compare

Property type mappings can now be specified via configuration

Many thanks to @antymon4o for this enhancement!