Skip to content

Commit

Permalink
Prepare release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remeh committed Nov 8, 2024
1 parent bd63f2d commit 64bae55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.4

* Better payload fragmentation to avoid creating payload even slightly bigger than 5MB.

## 0.5.3
* Disable `keep-alive` in `HttpClient`.
* Bump dependency on Serilog.Sinks.PeriodicBatching to 3.1.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard1.3;net45;net461;net472;net5.0</TargetFrameworks>
<AssemblyName>Serilog.Sinks.Datadog.Logs</AssemblyName>
<PackageId>Serilog.Sinks.Datadog.Logs</PackageId>
<PackageVersion>0.5.3</PackageVersion>
<PackageVersion>0.5.4</PackageVersion>
<Authors>Datadog</Authors>
<Title>Serilog Sink Datadog Logs</Title>
<Description>Serilog Sink that sends log events to Datadog https://www.datadoghq.com/</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Datadog.Logs/Sinks/Datadog/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
internal class Consts
{
public const string Version = "0.5.3";
public const string Version = "0.5.4";
}
}

0 comments on commit 64bae55

Please sign in to comment.