Skip to content

Releases: AlanBarber/NLog.Targets.Splunk

v3.0.0

20 Feb 04:17
Compare
Choose a tag to compare
  • Updated NLog version to 4.7.7
  • Adding support for .NET Standard 2.1, .NET Core 3.1, and .NET 5.0
  • Adding support for custom web proxy configuration by Darek Dan (https://github.com/DarekDan)
  • Updating test projects to Net 5.0 by Hangy (https://github.com/hangy)
  • Several other minor changes

v2.2.1

27 Mar 17:30
31aafee
Compare
Choose a tag to compare

Version 2.2.1

  • Introduced MaxConnectionsPerServer property to limit number of connections to splunk server by Rolf Kristensen
    (https://github.com/snakefoot)

v2.2.0

30 Aug 13:44
Compare
Choose a tag to compare

Version 2.2.0

v2.2.0-rc01

14 Aug 16:01
cfe6302
Compare
Choose a tag to compare
v2.2.0-rc01 Pre-release
Pre-release

Version 2.2.0-rc01

  • Updated NLog version from 4.5.6 to 4.5.8
  • Added support for Splunk HEC Data channel by David Matz (https://github.com/davidmatz)
  • Adding new optional property 'ServicePointManagerProtocols' to configure used protocols for ServicePointManager.SecurityProtocol

NLog.Targets.Splunk 2.1.0

08 Jun 14:08
Compare
Choose a tag to compare

Version 2.1.0

  • Updated NLog version from 4.5.3 to 4.5.6
  • Adding 'IgnoreSslErrors' property to config to allow for using Splunk with self signed certs
  • updated to work with NLog's paremeter tooling
  • adding abilty to toggle logging of parameters on or off
  • several performance updates
  • Speical thanks to Rolf Kristensen (https://github.com/snakefoot) for help with this release!

NLog.Targets.Splunk 2.0.0

18 Apr 14:17
Compare
Choose a tag to compare
  • Includes proper support for .Net Standard 2.0 and .Net 4.5
  • Updated reference for Newtonsoft.Json to 11.0.2
  • Updated reference for NLog to 4.5.3
  • Removed eference to Splunk.Logging.Common