Skip to content

Releases: jnovonj/ESP32Syslog

v1.0.2 - RFC 5424 Stability & Documentation

13 Mar 21:15

Choose a tag to compare

What's Changed

In this version, we have refined the protocol implementation to ensure full compatibility with modern log collectors.

✨ New Features & Improvements

  • Full RFC 5424 Support: Validated message structure with standardized headers.
  • Smart MSGID Extraction: Improved logic to move tags (e.g., [WebServer]) from the message body to the official MSGID field.
  • Protocol Flexibility: Enhanced handling for RFC 3164 (legacy) and RFC 5424 (modern).

📚 Documentation

  • Complete rewrite of the README.md with installation guides and quick-start examples.
  • Added library.json and updated library.properties for seamless integration with PlatformIO and Arduino IDE.

🔧 Fixes

  • Fixed timestamp issues and ensured correct field alignment in UDP packets.