Skip to content

Release 1.1 - 20-Mar-2015

Choose a tag to compare

@jayhilden jayhilden released this 20 Mar 15:27
· 83 commits to master since this release

This is a major release with breaking changes for people using version 1.0.x.

Breaking changes

  1. Elastic type name changed from "errorDocument" to "error" (#23)
  2. Timestamp field changed from "time" to "@timestamp" to match logstash (#23)
  3. All string fields are now multi-fields in ES - this is to support logstash searching (#23)

Enhancements

Logstash compliant!

  1. Timestamp field changed from "time" to "@timestamp" to match logstash (#23)
  2. All string fields are multi-fields for searching in logstash (#23)
  3. New field Customer Name (#22)
  4. New field Environment Name (#22)

Under the hood

  1. IElasticClient is now a singleton which is much more efficient. Previously a new instance was created each time a read/write request was made. (#27)
  2. json.net updated to the latest version (#19)
  3. list of dependencies in nuspec corrected (#18)
  4. readme file updated to include build and nuget information (#16)