Skip to content

Releases: mattwcole/gelf-extensions-logging

2.3.0-pre1

03 Mar 09:31

Choose a tag to compare

2.3.0-pre1 Pre-release
Pre-release
Write internal library errors to System.Diagnostics.Trace

2.2.0

18 Feb 10:45
7fecab8

Choose a tag to compare

Merge pull request #58 from mattwcole/csharp9

Csharp9

2.2.0-pre2

17 Feb 00:16
7fecab8

Choose a tag to compare

2.2.0-pre2 Pre-release
Pre-release
Merge pull request #58 from mattwcole/csharp9

Csharp9

2.2.0-pre1

11 Feb 18:11
0a03547

Choose a tag to compare

2.2.0-pre1 Pre-release
Pre-release

Add setting to control UDP chunk size.

2.1.0-pre1

30 Oct 10:11
a7dadfa

Choose a tag to compare

2.1.0-pre1 Pre-release
Pre-release

Add support for calculating additional fields dynamically based on log data.

2.0.1

29 Jul 17:26
191e978

Choose a tag to compare

Reduce DNS lookups in UDP client.

2.0.0

02 Jan 19:19
0ba484a

Choose a tag to compare

  • Remove support for netstandard1.3
  • Replace Newtonsoft.Json with System.Text.Json
  • Event ID now only sent if present
  • Use C# 8 language features including enabling nullable project feature
  • Use PackageLicenseFile instead of obsolete PackageLicenseUrl
  • Update non Microsoft.Extensions.* NuGet packages

2.0.0-pre2

16 Nov 17:41

Choose a tag to compare

2.0.0-pre2 Pre-release
Pre-release
Fix license and add icon to NuGet package

2.0.0-pre1

16 Nov 17:02
1308bbe

Choose a tag to compare

2.0.0-pre1 Pre-release
Pre-release
  • Remove support for netstandard1.3
  • Replace Newtonsoft.Json with System.Text.Json
  • Event ID now only sent if present
  • Use C# 8 language features including enabling nullable project feature
  • Use PackageLicenseFile instead of obsolete PackageLicenseUrl
  • Update non Microsoft.Extensions.* NuGet packages

1.5.2

27 Sep 08:24

Choose a tag to compare

Adds support for .NET Core 3.0 as well as the ability to send message template as an additional field.