Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.1 merge #104

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Release 0.2.1 merge #104

merged 1 commit into from
Dec 6, 2024

Conversation

density215
Copy link
Member

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 the sysName is not crucial to the process in
    any way.

@density215 density215 merged commit 786e94a into main Dec 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants