Releases: jnovonj/ESP32Syslog
Releases · jnovonj/ESP32Syslog
v1.0.2 - RFC 5424 Stability & Documentation
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 officialMSGIDfield. - 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.jsonand updatedlibrary.propertiesfor seamless integration with PlatformIO and Arduino IDE.
🔧 Fixes
- Fixed timestamp issues and ensured correct field alignment in UDP packets.