Releases: wneessen/go-parsesyslog
v0.2.2 fmt.Stringer methods
This release introduces methods for the Facility
and Severity
types that satisfy the fmt.Stringer
interface.
Full Changelog: v0.2.1...v0.2.2
v0.2.1 Code cleanup release
Interface refactor
Breaking change
With c9f6546 the complete go-parsesyslog interface has been refactored to make much more sense. Instead of providing the different RFCs in the main package, they are now optional "parsers" that can be loaded and accessed via the generic New(ParserType)
method.
Check the README for details on how to use.
Minor changes
This release fixes some minor things, but we want to make sure that pkg.go.dev has the latest changes applied. From a feature-set perspective, this release is not different to v0.1.1
Initial release
This is the first official release of go-parsesyslog
. If now fully implements both common syslog RFCs and has been optimized for speed and memory efficiency.