Releases: Azure/diagnostics-eventflow
EventHub output 2.0.5
Update EventHub output to require Azure Identity ver. 1.12.0 or newer
EventHub output 2.0.4
Updates EventHub output package to require Azure.Identity ver 1.11.2 or newer
EventFlow Core 1.13.1
- Thanks to @antymon4o, the EventFlow Core package has been refactored to get rid of unnecessary dependencies, including Newtonsoft JSON #428
- Affected outputs (Azure Monitor Logs, EventHub, Http, and StdOutput) have been updated too.
EventHub output 2.0.2
(maintenance release for dependency update; no new functionality)
Trace Input 1.6.1
Bug fix: handle Write() and WriteLine() overrides that were missed previously by Trace input (#420). Many thanks to @DeBillieJoe for the fix!
ElasticSearch Output 2.7.6
Adds more options for index name formatting (quarter number, week-of-month, and week-of-year) for easy index identification. See README, indexFormat property for details.
Many thanks to @BuddhaBuddy1 for the idea and implementation! #417
Microsoft Logging input 1.6.1
Fixes an issue when EventFlowLogger throws when encounter log message with duplicate argument (field) name.
Many thanks to @n-sidorov for diagnosing the issue and providing a fix!
EventFlow core package 1.12.1
Updates Newtonsoft dependency to avoid vulnerabilities
Similar update was applied to ActivitySource input and EventHub output
.NET 6 updates
Majority of EventFlow packages were updated to target currently-supported .NET versions and recompiled using .NET 6 toolset.
Elasticsearch output 2.7.4
Addresses issue 394