Releases: DataDog/serilog-sinks-datadog-logs
Releases · DataDog/serilog-sinks-datadog-logs
v0.5.5
v0.5.4
v0.5.3
Breaking:
- Renamed
logLevel
torestrictedToMinimumLevel
in LoggerConfiguration to be
consistent with the serilog recommendation. Thanks @tsackey.
Changes:
- Bump dependency on Serilog.Sinks.PeriodicBatching to 3.1.0.
Fixes:
- Disable
keep-alive
inHttpClient
. - Makes the number of retries configurable before the
IDataDogClient
gives up
logging by adding a new DataDogConfiguration.MaxRetries property. Thanks @dmitrynovik.
v0.5.2
v0.5.1
0.5.1
- Allow using custom HttpClient and Url. Thanks @tomasz-soltysik
v0.5.0
v0.4.0
v0.3.8
0.3.8
- Update Serilog.Sinks.PeriodicBatching to
3.0.0
. Thanks @dominikus1993