Releases: Azure/diagnostics-eventflow
Releases · Azure/diagnostics-eventflow
Serilog input 1.1.0
Simplified Serilog input initialization--it does not rely on Observable logger anymore (author: NBlumhardt)
EventSource input 1.0.1
- Improved ETW activity tracking
- Standard properties are now preferred when resolving naming conflicts between standard property names and payload property names
Serilog input 1.0.1 (bugfix release)
Bug fix
72aa6a5 Convert StructureValue
into IDictionary<string,object>
when possible (Nicholas Blumhardt)
Changed the way the fallback ToString()
is applied so that array/dictionary/structure elements still have their essential structure when transmitted, even if their elements are not scalar (ToRawValue()
scalarizes them).
Elasticsearch output ver. 2.0.0
Elasticsearch output version 2.0.0, compatible with ES 5.x series
1.0.1 (bug fix release)
Core package updated to 1.0.1 to resolve "Microsoft.Extensions.Logging input factory namespace issue" #31
Version 1.0.0 of EventFlow (yay!)
Remove EventContextConsoleApp project
Preview4 of the EventFlow library
- Added an input to consume data submitted through Microsoft.Extensions.Logging implementation of the ILogger pattern
- Trace input and ApplicationInsights output are aware of correlation context. This allows correlation of diagnostics data across multiple services.
- Fixed signing of the Serilog input assembly.
Preview3 of the EventFlow library
New in this release:
- OMS (Operations Management Suite) output
- Serilog input
- A contract for well-known "metric" and "request" metadata
- Bug fixes
Preview2 of the EventFlow library
Added PerformanceCounter input
Bug fixes for Service Fabric platform support and Elasticsearch output