Skip to content

Releases: datalust/seq-forwarder

v2.1.128

22 Feb 07:08
f1b851f
Compare
Choose a tag to compare

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

05 Feb 04:05
5e046f3
Compare
Choose a tag to compare

v2.0.103

05 Mar 00:02
e3a777a
Compare
Choose a tag to compare
  • 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

28 Aug 06:13
145fdf9
Compare
Choose a tag to compare
v2.0.97-pre Pre-release
Pre-release
  • 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

v1.1.88

06 Sep 01:46
c5492ad
Compare
Choose a tag to compare
  • #47 - support TLS 1.2

v1.1.84

13 Feb 00:12
b604114
Compare
Choose a tag to compare
  • #44 - don't attempt ingestion until fully loaded

v1.1.80

29 Jan 05:27
2bee59e
Compare
Choose a tag to compare
  • #39 - use a single HttpClient for all requests (@datalust)
  • #40 - add troubleshooting info to the README (@dampee)

v1.1.73

20 Sep 21:54
Compare
Choose a tag to compare
  • #34 - always create buffer path on start-up

v1.0.69

07 Sep 03:28
Compare
Choose a tag to compare
  • Drops the pre-release versioning
  • #2 - API key forwarding
  • #26 - accept --listen= in the install and run commands
  • Fix the seq-forwarder version command

v1.0.44

10 Aug 23:55
Compare
Choose a tag to compare
  • #23 - fix installation to non-C: paths
  • #19 - use JSON format for internal logs
  • #20 - fix shutdown in dump/truncate commands