Releases: josephwoodward/Serilog-Sinks-Loki
Releases · josephwoodward/Serilog-Sinks-Loki
v4.0.0-beta3 Release
v4.0.0-beta1 Release
4.0.0-beta1 Release
v3.0.1-beta1
3.0.1-beta1
v3.0.0
This release includes:
#28 - Enable the LokiHttpClient
to be configured via appsettings.json
#24 - Loki doesn't support Verbose
and Fatal
log levels, so they've been mapped to Loki's trace
and critical
levels
#13 - Windows newline/backslashes BadRequest fix
#22 - Labels can now be explicitly set via the PropertiesAsLabels
field
v2.2.0 Release
v2.1.0 Release
v2.0.0 Release
#7 - Log context now supported thank to m-mccormick
#8 - Update packages
1.0.1 Release
Fixes #4
1.0.0 Release
- Serilog.Sinks.Loki catches and logs unhandled exceptions
- Ben.Demystifier cleans up exceptions before shipping them to Loki
- .NET Standard 1.3 and 2.0 support
- Basic Auth support for Loki
1.0.0-beta4 Release
.NET Standard 1.3 support added