Skip to content

Releases: IBM/fluent-forward-go

v0.4.0

21 Oct 09:43
6742b65

Choose a tag to compare

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

v0.3.0

21 Feb 21:35
52a98c7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

15 Aug 20:46
acc7c3f

Choose a tag to compare

Fix race condition blocking cleanup of goroutines (#57)

Signed-off-by: Bernhard Schmid <[email protected]>
Co-authored-by: Mirko Lazarevic <[email protected]>

v0.2.1

26 Sep 18:48
fb3ab47

Choose a tag to compare

Removes bug with split writes for web sockets.

v0.2.0

27 Jun 19:41
372bc3c

Choose a tag to compare

Add convenience wrappers to client

v0.1.1

03 Feb 21:26
84262a0

Choose a tag to compare

Remove debug string

v0.1.0

03 Feb 19:14
d8e065b

Choose a tag to compare

First release!