Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Releases: markmcdowell/NLog.Targets.ElasticSearch

v7.8.0

17 Dec 10:04
d9a9218

Choose a tag to compare

Features

  • Added EnableApiVersioningHeader
  • Added IncludeEventProperties
  • Added EnableApiVersioningHeader

Fixes

  • Newtonsoft.Json bumped to fix vulnerability

v7.7.0

10 Jan 09:59

Choose a tag to compare

Features

v7.6.0

17 Jun 09:30

Choose a tag to compare

Features

  • feat: Include additional DebugInformation when failing with exception
  • feat: add support for ApiKeyAuthenticationCredentials (#147)

v7.5.0

13 Nov 09:05

Choose a tag to compare

v7.4.0

21 Jul 16:47

Choose a tag to compare

  • 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

20 May 12:13

Choose a tag to compare

  • feat: EnableJsonLayout for using NLog Layout for generating document
  • Default DocumentType has changed from logevent to _doc

v7.2.0

14 Apr 19:24
d8acd79

Choose a tag to compare

feat: added MaxRecursionLimit to prevent stack-overflow

Added MaxRecursionLimit to protect against stack overflow from cyclic references.

#117

v7.1.1

05 Jan 16:52

Choose a tag to compare

  • Updated Elasticsearch.Net ver. 7.4.2 to fix performance issue #111 @snakefoot

v7.1.0

19 Sep 14:18

Choose a tag to compare

  • Release to fix build versions

v7.0.1

19 Sep 14:07

Choose a tag to compare

  • Exceptions with properties that throw an exception when fetched fail to log #106 @samcook
  • Added targetframework net461 to match Elasticsearch.Net #107 @snakefoot