Skip to content

Releases: wneessen/go-parsesyslog

v0.2.2 fmt.Stringer methods

22 Dec 13:42
b143e75
Compare
Choose a tag to compare

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

14 Dec 21:12
239b20a
Compare
Choose a tag to compare

This release basically cleans up the code and documentation as well as introduces REUSE compliance.

What's Changed

Full Changelog: v0.2.0...v0.2.1

Interface refactor

04 Mar 11:16
889ae72
Compare
Choose a tag to compare

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

28 Nov 11:07
b17f15b
Compare
Choose a tag to compare

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

28 Nov 09:38
dbbd0fc
Compare
Choose a tag to compare

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.

v0.1.0

26 Nov 16:14
cb7b357
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Updated README