Skip to content

Releases: Roguelazer/rust-syslog-rfc5424

0.9.0

15 Jul 15:44
v0.9.0
Compare
Choose a tag to compare
  • Allow inserting empty structured data through the .entry() method on StructuredData (@thijsc, #22)

0.8.0

28 Jan 20:39
v0.8.0
Compare
Choose a tag to compare
  • Upgrade time dependency to 0.3 to resolve cargo audits
  • Switch from Travis-CI to Github Actions for CI

0.7.0

25 Sep 01:19
v0.7.0
Compare
Choose a tag to compare
  • Bump to Rust 2018 edition
  • Bump MSRV to 1.34
  • Add public TryFrom implementations for severity and facility (requested in #16)
  • rustfmt/clippyize/etc

0.6.1

19 Jan 19:12
v0.6.1
Compare
Choose a tag to compare
  • Fix timezone parsing (#13)

0.6.0

14 Jul 19:37
Compare
Choose a tag to compare

This release adds the timestamp_nanos attribute on SyslogMessage structs with the fractional part of the timestamp. Thanks to @bwtril-justin for this contribution!

It also now actually passes clippy; thanks clippy!

0.4.1

15 May 17:58
v0.4.1
Compare
Choose a tag to compare

Fix bug parsing empty message bodies when there is a non-empty SD field