Releases: Azure/diagnostics-eventflow
EventFlow Core Library 1.1.10
This release improves the way errors are handled by the outputs
- Failure to send data to its destination now results in a warning, instead of an error. This is because these errors might be transient, and it is also likely that the main service functionality is not affected, so a warning is more appropriate
- TaskCanceledException is expected when pipeline is shutting down (e.g. because the whole service process is exiting) and is no longer reported as an error
Thanks to @Dineshwiz for pointing out these problems and helping with investigation
A simple error handling policy class was added to the core library and outputs have been modified to take advantage of it.
Platform Service Fabric 1.1.5
Thanks to @ape-box Service Fabric configuration parameter references now accept much larger set of configuration parameter names.
EventFlow core library 1.1.9
Pipeline factory recognizes the new Http output now
Application Insights input 1.1.1
In previous releases the binaries were not signed properly--fixed
HTTP Output 1.1.1
Initial release.
Many thanks to Markus Blaschke (@mblaschke) for the original idea and the bulk of the implementation!
Application Insights Output 1.2.1
Dates and times are now sent to Application Insights in ISO 8601 format
EventFlow Core library 1.1.8
Improvements for CsvHealthReporter options. See https://github.com/Azure/diagnostics-eventflow#csvhealthreporter for details
EventFlow Core library 1.1.7
Elasticsearch output 2.2.0
Add extra configuration properties for ElasticSearch output (number of shards, number of replicas, refresh interval). Credit: Andreas Østhus
EventSource input 1.2.0
Adds ability to enable and disable multiple EventSources via EventSource name prefix
This provides a workaround for issue 140