Skip to content

Releases: Roguelazer/rust-syslog-rfc5424

v0.10.0

11 Nov 16:16
8918c24

Choose a tag to compare

What's Changed

  • update to rust 2024 edition; modernize CI
  • add pre-commit
  • add github actions workflow for releasing
  • switch primary branch from master to main

Full Changelog: v0.9.1...v0.10.0

v0.9.1

11 Nov 15:53
0b40458

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

0.9.0

15 Jul 15:44
v0.9.0

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

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

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

Choose a tag to compare

  • Fix timezone parsing (#13)

0.6.0

14 Jul 19:37

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

Choose a tag to compare

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