What's new
This release implements full support for the Fluent Forward Protocol v1.5 specification, particularly for the time part of Entry structures.
What's Changed
-
Implemented custom
unmarshalanddecodemethods for the EntryExt struct to properly handle multiple timestamp formats as defined in Forward Protocol v1.5 by @mirko-lazarevic in #70The EntryExt struct now correctly handles both timestamp formats:
- Simple integer timestamps: 1441588984
- Array format with metadata: [1441588984, {}]
Full Changelog: v0.3.0...v0.4.0