Released 2024-12-06
Bug Fixes
- A non-monotonic clock measurement caused some threads to panic (under
unknown conditions). These measurements now use a monotonic clock, that can
not panic. - The packaged filters.roto.example contained wrongly ordered parameters in
its filter definitions, resulting in them not being executed. The orders are
fixed and logging is added.
New
- The MRT component can now read gzipped files. Decompression is triggered for
files with the '.gz' extension.
Other changes
- A zero-length
sysName
in a BMP InitiationMessage caused all subsequent
messages to be marked as hard fails. We now warn on such empty values but
proceed as usual, because thesysName
is not crucial to the process in
any way.
What's Changed
- Dev Aware PR by @density215 in #95
- Bugfix: use monotonic clock instead of chrono::DateTime in Payload by @density215 in #96
- Merge in recent changes from dev by @DRiKE in #102
- Update Changelog by @DRiKE in #103
- Release 0.2.1 merge by @density215 in #104
Full Changelog: v0.2.0...v0.2.1