Skip to content

Releases: corentinaltepe/nlog.loki

1.4.3

26 May 15:19
110fda0
Compare
Choose a tag to compare

What's Changed

Fixes

  • Remove charset from Content-Type Header for better compatibility with older loki versions by @alexandersav14 in #36

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

23 May 18:58
d4d6d5a
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed crash when run on NLog v5, caused by the method Write() which cannot be overriden in NLog v5 by @corentinaltepe in #35

Dependency Updates

Full Changelog: 1.4.1...1.4.2

1.4.1

27 Mar 08:30
8e5ef86
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: 1.4.0...1.4.1

1.4.0

13 Mar 08:53
bbf21db
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: 1.3.2...1.4.0

1.3.2

12 Mar 10:43
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Other Changes

  • Implemented IDisposable for LokiHttpClient, HttpLokiTransport and LokiTarget by @corentinaltepe in #26

Full Changelog: 1.3.1...1.3.2

1.3.1

19 Feb 10:12
Compare
Choose a tag to compare

What's Changed

Minor dependency updates.

Dependency Updates

  • Bump NUnit3TestAdapter from 4.1.0 to 4.2.1 in /src by @dependabot in #21
  • Bump BenchmarkDotNet from 0.12.1 to 0.13.1 in /src by @dependabot in #19
  • Bump coverlet.collector from 3.1.0 to 3.1.2 in /src by @dependabot in #18
  • Bump Microsoft.NET.Test.Sdk from 16.4.0 to 17.1.0 in /src by @dependabot in #17
  • Bump BenchmarkDotNet.Diagnostics.Windows from 0.12.1 to 0.13.1 in /src by @dependabot in #20
  • Bump System.Net.Http.Json from 5.0.0 to 6.0.0 in /src by @dependabot in #22

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

24 Jan 07:14
5536f78
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.2.1...1.3.0

1.2.1

19 Jan 18:02
750a0f0
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: 1.2.0...1.2.1

1.2.1-preview2

19 Jan 17:53
Compare
Choose a tag to compare
1.2.1-preview2 Pre-release
Pre-release

Full Changelog: 1.2.0...1.2.1-preview2

1.2.0

16 Jan 17:36
2556149
Compare
Choose a tag to compare

What's Changed

New Features

  • Added option to order logs by timestamps. Saves 20% allocations by the serializer when set to false. Option true by default to avoid breaking changes on Loki v2.3 and below. You are advised to set option to false when using Loki v2.4+. by @corentinaltepe in #11

Full Changelog: 1.1.0...1.2.0