Skip to content

1.4.1

Compare
Choose a tag to compare
@codebrain codebrain released this 26 Feb 04:48
1fe8dfa

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. NuGet Release
  • #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.