Releases: papertrail/remote_syslog2
Releases · papertrail/remote_syslog2
v0.21
This is primarily a maintenance release, including several new features and additional OS support.
v0.21-beta1
v0.20
v0.20-beta2
- New go-tail, to fix goroutine leaks #206
v0.20-beta1
- New go-tail, which periodically checks inode numbers #200
v0.19
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
- fix for tailing stoppage when a file is truncated
v0.19-beta3
- Reimplement file tailing to fix goroutine and memory leaks. Also fixes logging stoppage.
v0.19-beta2
Bugfixes:
- Fix race condition leading to duplicate tailing #181
v0.19-beta1
- Refactoring configuration for better testability
- Tail new log files from the beginning (fixes #83)