Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
roto
language users can now assign variables and functions through the use oflet
statements anywhere in aroto
script.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.
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.
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 inupdate
MRT files. Furthermore, .bz2 compressed archives can be processed.A new API endpoint enables queueing of files.
Bug fixes
Known issues
Other changes
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.