Skip to content

v0.4.0

Latest

Choose a tag to compare

@mirko-lazarevic mirko-lazarevic released this 21 Oct 09:43
6742b65

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 unmarshal and decode methods for the EntryExt struct to properly handle multiple timestamp formats as defined in Forward Protocol v1.5 by @mirko-lazarevic in #70

    The 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