File goflow2.changes of Package goflow2
-------------------------------------------------------------------
Tue Jan 6 12:15:13 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.6
-------------------------------------------------------------------
Thu Nov 20 13:04:34 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.3
-------------------------------------------------------------------
Sun Aug 27 16:06:05 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.0
Decoder:
* Temporarily removed the template drivers.
* Improved decoding error information.
Producer:
* Became a module like formatters or transporters: specific to
protobuf.
* Improved use of reflect to do custom mapping.
* Uses protoreflect to add extra fields (also supports lists).
* Uses nanosecond-based timestamps.
* Reduced number of Protobuf fields as the previous ones can be
added with a custom mapping.
Formatting:
* Use `Marshal` functions.
* Binary formatting replaces the protobuf-specific formatting.
* Binary, JSON and Text have been simplified.
* Raw samples can be formatted in text form.
* Custom mapping is formatted properly with user-defined names.
GoFlow2:
* Adds a mode to display the raw samples.
* Improved listening on multiple sockets.
* Disassociated the Prometheus and logging integrations from
from the core libraries, using wrappers now.
* Linted Prometheus metrics.
* Improved interrupt process/shutting-down.
-------------------------------------------------------------------
Mon Nov 1 18:41:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 1.0.4