Skip to content

Releases: papertrail/remote_syslog2

v0.21

21 Jul 19:01
7d8579f
Compare
Choose a tag to compare

This is primarily a maintenance release, including several new features and additional OS support.

  • Added build of arm64 binaries (#221)
  • Add support for Loggly-style ingestion tokens (#239)
  • Add FreeBSD build to Makefile (#240)
    • Updated VividCortex/godaemon dependency to eliminate CGO
  • Remove obsolete embedded RootCA bundle (#241)
  • Fix panic: cannot daemonize on windows (#242)

v0.21-beta1

19 Nov 20:26
Compare
Choose a tag to compare
v0.21-beta1 Pre-release
Pre-release
  • Added build of arm64 binaries (#221)
  • Add support for Loggly-style ingestion tokens (#239)
  • Add FreeBSD build to Makefile (#240)
    • Updated VividCortex/godaemon dependency to eliminate CGO
  • Remove obsolete embedded RootCA bundle (#241)

v0.20

19 Dec 21:52
Compare
Choose a tag to compare

This is an important bugfix release. Users of v0.19 that experience high memory usage or a cessation of sending logs should upgrade.

  • New go-tail, which periodically checks inode numbers #200
  • New go-tail, to fix goroutine leaks #206

v0.20-beta2

04 Aug 19:50
Compare
Choose a tag to compare
v0.20-beta2 Pre-release
Pre-release
  • New go-tail, to fix goroutine leaks #206

v0.20-beta1

20 Feb 23:47
Compare
Choose a tag to compare
v0.20-beta1 Pre-release
Pre-release
  • New go-tail, which periodically checks inode numbers #200

v0.19

17 Nov 18:24
Compare
Choose a tag to compare

This is an important bugfix release. Users of v0.18 that experience
high memory usage or a cessation of sending logs should upgrade.

  • Refactoring configuration for better testability
  • Tail new log files from the beginning (fixes #83)
  • Fix race condition leading to duplicate tailing #181
  • Reimplement file tailing to fix goroutine and memory leaks. Also fixes logging stoppage.
  • Fix for tailing stoppage when a file is truncated
  • Take into account watched files that are truncated and filled with NUL bytes by the OS

v0.19-beta4

15 Nov 20:04
Compare
Choose a tag to compare
v0.19-beta4 Pre-release
Pre-release
  • fix for tailing stoppage when a file is truncated

v0.19-beta3

05 Nov 17:05
Compare
Choose a tag to compare
v0.19-beta3 Pre-release
Pre-release
  • Reimplement file tailing to fix goroutine and memory leaks. Also fixes logging stoppage.

v0.19-beta2

31 Oct 21:20
Compare
Choose a tag to compare
v0.19-beta2 Pre-release
Pre-release

Bugfixes:

  • Fix race condition leading to duplicate tailing #181

v0.19-beta1

21 Oct 22:38
Compare
Choose a tag to compare
v0.19-beta1 Pre-release
Pre-release
  • Refactoring configuration for better testability
  • Tail new log files from the beginning (fixes #83)