Skip to content

Releases: DataDog/serilog-sinks-datadog-logs

v0.5.5

20 Feb 14:52
e02c4b7
Compare
Choose a tag to compare

Fixes

  • Fix version incompatibility with PostAsync retry logic.

v0.5.4

13 Nov 10:31
v0.5.4
1d5193b
Compare
Choose a tag to compare

Fixes

  • Better payload fragmentation to avoid creating payload even slightly bigger than 5MB. (#125)

v0.5.3

18 Sep 20:31
Compare
Choose a tag to compare

Breaking:

  • Renamed logLevel to restrictedToMinimumLevel 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 in HttpClient.
  • Makes the number of retries configurable before the IDataDogClient gives up
    logging by adding a new DataDogConfiguration.MaxRetries property. Thanks @dmitrynovik.

v0.5.2

14 Mar 18:54
v0.5.2
ecf4d3b
Compare
Choose a tag to compare
  • Improve the exception thrown when a request fails or retry times out. Thanks @cdhunt

v0.5.1

13 Jan 15:08
v0.5.1
Compare
Choose a tag to compare

0.5.1

v0.5.0

03 Jan 18:26
7437090
Compare
Choose a tag to compare
  • Split logs larger than the max message size
  • Make max message size configurable
  • Raise max payload size to 5MB

v0.4.0

25 Nov 14:18
bc3f5d5
Compare
Choose a tag to compare

0.4.0

  • Add support for custom ITextFormatter.

v0.3.8

05 Oct 20:18
5a24074
Compare
Choose a tag to compare

0.3.8

  • Update Serilog.Sinks.PeriodicBatching to 3.0.0. Thanks @dominikus1993

v0.3.7

30 Jun 17:36
d971510
Compare
Choose a tag to compare

0.3.7

  • Bump Newtonsoft.Json to 13.0.1

v0.3.6

11 Feb 18:47
a740926
Compare
Choose a tag to compare
  • Remove unused UTF8 property #66. Thanks @jnyrup
  • Support Datadog V2 intake API
  • .NET 5 and .NET 6 support #68. Thanks @andrewmd5
  • Remove remaining traces of net6.0 #72. Thanks @jnyrup