Releases: markmcdowell/NLog.Targets.ElasticSearch
Releases · markmcdowell/NLog.Targets.ElasticSearch
v7.8.0
v7.7.0
Features
- Support API Token Authentication @lucianaparaschivei
v7.6.0
v7.5.0
- feat: adds support for elastic data streams @snakefoot
- feat: new opCodeCreate setting (see https://github.com/markmcdowell/NLog.Targets.ElasticSearch/wiki)
v7.4.0
- feat: Skip jsonserialize of System.Net.IpAddress since properties throw @snakefoot
- feat: Enable override of jsonserialize for additional object types @snakefoot
- docs: make it clear how to set the uri attribute in xml @chucklu
v7.3.0
- feat: EnableJsonLayout for using NLog Layout for generating document
- Default DocumentType has changed from logevent to _doc
v7.2.0
feat: added MaxRecursionLimit to prevent stack-overflow Added MaxRecursionLimit to protect against stack overflow from cyclic references. #117
v7.1.1
- Updated Elasticsearch.Net ver. 7.4.2 to fix performance issue #111 @snakefoot
v7.1.0
- Release to fix build versions
v7.0.1
- Exceptions with properties that throw an exception when fetched fail to log #106 @samcook
- Added targetframework net461 to match Elasticsearch.Net #107 @snakefoot