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.3.0 #110

Merged
merged 4 commits into from
Jan 30, 2025
Merged

Release 0.3.0 #110

merged 4 commits into from
Jan 30, 2025

Conversation

DRiKE
Copy link
Contributor

@DRiKE DRiKE commented Jan 30, 2025

0.3.0 'Hempcrete & Hawthorn'

Released 2025-01-30.

Breaking changes

  • In the embedded roto the define and apply blocks are gone. Users can now define variables and functions throughout the script.

  • Arguments to filter-maps in roto have changed: some of them are now implicit.

    See the bundled example in etc/examples for more details.

New

  • In the roto language users can now assign variables and functions through the use of let statements anywhere in a roto script.
  • In roto, in addition to the breaking changes, there now is support for constants and strings. This enables, amongst other things, customizable logging.
    Several other helper methods on the various types, including ones to format fields to strings, are introduced.
  • The new file-out target enables logging to a file in JSON or CSV format.
    Several helpers to log specific features are available, as well as the aforementioned custom logging via strings.
  • The mrt-file-in unit can now be configured to process multiple files in sequence, and is able to process the most common message types seen in update MRT files. Furthermore, .bz2 compressed archives can be processed.
    A new API endpoint enables queueing of files.
  • Upon re-establishment of a previous BMP session, the previous session information is looked up and re-used. This should reduce memory use, and moreover, prevent confusing results when querying prefixes.
  • BMP messages originating from a LocRib are now recognized and stored.

Bug fixes

  • Several metric counters were not increased properly.

Known issues

  • The "more_specifics" field in a query result may include wrong prefixes.

Other changes

  • We no longer build binary packages for Debian 9 "Stretch" and Ubuntu 16.04
    LTS "Xenial Xerus".

Acknowledgements

We would like to very much thank the following people for their (ongoing) input and support in various ways: Tobias Fiebig, Ties de Kock, Lisa Bruder, Ralph Koning, Bruno Blanes.

@DRiKE DRiKE requested a review from density215 January 30, 2025 13:11
@DRiKE DRiKE merged commit f2be96d into main Jan 30, 2025
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