Releases: datalust/seq-forwarder
Releases · datalust/seq-forwarder
v2.1.128
The upgrade to .NET/ASP.NET Core 8.0 in v2.1 caused SSL certificate bindings to stop working due to the change in default web server. This maintenance release re-enables this using Kestrel's support for the Windows certificate store.
- #73 - Load certificates from
LocalMachine\My
when serving HTTPS on Windows (@nblumhardt)
v2.1.124
- #61 - update dependencies
- #67 - add
output.pooledConnectionLifetimeMilliseconds
(@williamb1024) - #70 - update to .NET 8, add ARM targets, upgrade dependencies (@nblumhardt)
- #71 - publish as self-contained binaries (@nblumhardt)
v2.0.103
- Removed the Windows installer
- Removed the WPF-based setup wizard
- Removed the file-based import command -
seqcli
does this better - Renamed the executable to
seqfwd
, since setup is now via the command-line, and we'll type this a lot - Ported to .NET Core 3.1
- Replaced NancyFX with ASP.NET Core
- Added support for macOS and Linux
- Set up zip/gzip release publishing
- Added support for compact log event format (CLEF), aka
compact: true
- Added support for SSL certificate binding on Windows
- Added support for sending internal diagnostics to a secondary Seq instance
- Removed event payload fragments from the ingestion log unless opted-in
v2.0.97-pre
- Removed the Windows installer
- Removed the WPF-based setup wizard
- Removed the file-based import command -
seqcli
does this better - Renamed the executable to
seqfwd
, since setup is now via the command-line, and we'll type this a lot - Ported to .NET Core 3.1
- Replaced NancyFX with ASP.NET Core
- Added support for macOS and Linux
- Set up zip/gzip release publishing
- Added support for compact log event format (CLEF), aka
compact: true
- Added support for SSL certificate binding on Windows
- Added support for sending internal diagnostics to a secondary Seq instance
- Removed event payload fragments from the ingestion log unless opted-in