Releases: elmahio/Elmah.Io.ElasticSearch
Releases · elmahio/Elmah.Io.ElasticSearch
Release 3.0 - NEST 6 support
Release 2.0.0 - Nest & ElasticSearch 2.x binaries
Final Build: 2.0.0.44
Release 1.2
#50 replaced 'nameof' with strings. references NEST in the web project
Release 1.1 - 20-Mar-2015
This is a major release with breaking changes for people using version 1.0.x.
Breaking changes
- Elastic type name changed from "errorDocument" to "error" (#23)
- Timestamp field changed from "time" to "@timestamp" to match logstash (#23)
- All string fields are now multi-fields in ES - this is to support logstash searching (#23)
Enhancements
Logstash compliant!
- Timestamp field changed from "time" to "@timestamp" to match logstash (#23)
- All string fields are multi-fields for searching in logstash (#23)
- New field Customer Name (#22)
- New field Environment Name (#22)
Under the hood
- 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)
- json.net updated to the latest version (#19)
- list of dependencies in nuspec corrected (#18)
- readme file updated to include build and nuget information (#16)