Releases: mcuadros/go-syslog
Releases · mcuadros/go-syslog
v2.3.0
Just a release including some pending PRs:
- RFC3164 is now compatible with GNU syslog() #63 (boyska)
- RFC5424: add bounds checks to parser #62 (libc)
- RFC3164: support for no priority as specified in rfc3164 section 4.3.3 #57 (glicht)
- RFC3339: Add support for timestam #47 (ianic)
- *: Fix parseUpToLen() for handling given max chars limit. #46 (scorptec68)
v2.2.1
v2.2.0
- Forked syslogparser as an internal package
- Include patchs:
- RFC3164: Use client for hostname when blank Xiol@74812b9
- RFC3164: Handle not finding a tag in message Xiol/syslogparser@c4c4d6d
- RFC5424: Be forgiving enough to support Docker's version leveros/syslogparser@3ed3c0f