Releases: AlanBarber/NLog.Targets.Splunk
Releases · AlanBarber/NLog.Targets.Splunk
v3.0.0
- 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
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
Version 2.2.0
- Updated NLog version from 4.5.6 to 4.5.9
- Added support for Splunk HEC Data channel by David Matz (https://github.com/davidmatz)
v2.2.0-rc01
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
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
- 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