Releases: corentinaltepe/nlog.loki
Releases · corentinaltepe/nlog.loki
1.4.3
What's Changed
Fixes
- Remove charset from Content-Type Header for better compatibility with older loki versions by @alexandersav14 in #36
New Contributors
- @alexandersav14 made their first contribution in #36
Full Changelog: 1.4.2...1.4.3
1.4.2
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
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 in /src by @dependabot in #30
- Bump Moq from 4.17.2 to 4.18.0 in /src by @dependabot in #31
- Bump Moq from 4.18.0 to 4.18.1 in /src by @dependabot in #32
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
Dependency Updates
- Bump nunit from 3.13.2 to 3.13.3 in /src by @dependabot in #28
- Bump NLog from 4.7.14 to 4.7.15 in /src by @dependabot in #29
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
New Features
- Added HTTP message gzip compression by @corentinaltepe in #27
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
Dependency Updates
- Bump NLog from 4.7.13 to 4.7.14 in /src by @dependabot in #23
- Bump Moq from 4.16.1 to 4.17.1 in /src by @dependabot in #24
- Bump Moq from 4.17.1 to 4.17.2 in /src by @dependabot in #25
Other Changes
- Implemented IDisposable for LokiHttpClient, HttpLokiTransport and LokiTarget by @corentinaltepe in #26
Full Changelog: 1.3.1...1.3.2
1.3.1
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
- @dependabot made their first contribution in #21
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
Other Changes
- Added target to netstandard2.0 by @corentinaltepe in #16. Many thanks to @snakefoot for their pointers on this change.
Full Changelog: 1.2.1...1.3.0
1.2.1
What's Changed
Breaking Changes
- Renamed nuget package to NLog.Targets.Loki. by @corentinaltepe in #14
Full Changelog: 1.2.0...1.2.1
1.2.1-preview2
Full Changelog: 1.2.0...1.2.1-preview2
1.2.0
What's Changed
New Features
- Added option to order logs by timestamps. Saves 20% allocations by the serializer when set to
false
. Optiontrue
by default to avoid breaking changes on Loki v2.3 and below. You are advised to set option tofalse
when using Loki v2.4+. by @corentinaltepe in #11
Full Changelog: 1.1.0...1.2.0