Skip to content

Releases: elmahio/Elmah.Io.ElasticSearch

Release 3.0 - NEST 6 support

06 Dec 21:30
Compare
Choose a tag to compare
3.0.0

Changed nuspec to copy files to net472

Release 2.0.0 - Nest & ElasticSearch 2.x binaries

28 Sep 18:48
Compare
Choose a tag to compare

Release 1.2

21 Apr 18:30
Compare
Choose a tag to compare
#50 replaced 'nameof' with strings.  references NEST in the web project

Release 1.1 - 20-Mar-2015

20 Mar 15:27
Compare
Choose a tag to compare

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)