1.4.1
Compatibility
Compatible with ECS Schema version: 1.4.0
Features & Enhancements
The focus of this release has been around a logging integration for NLog, with the introduction of a new package:
Elastic.CommonSchema.NLog | Formats an NLog message into a JSON representation that can be indexed into Elasticsearch. |
---|
- #51 Adds formatting for additional Serilog objects
Fixes
- #42 Fix NullReferenceEception if job is not specified in benchmark configuration.
- #46 Fixes Serilog serialization by ensuring newlines are written to streams.
- #45 Elastic.CommonSchema.BenchmarkDotNetExporter assembly has a private asset reference to the client. This PR removes the
PrivateAssets="all"
attribute so that the client reference flows to the project.