For installation instructions check out the getting started guide.
Added
- New Bloblang method
parse_duration_iso8601
for parsing ISO-8601 duration strings into an integer. - The
nats
input now supports metadata from headers when supported. - Field
headers
added to thenats
output. - Go API: Optional field definitions added for config specs.
- New (experimental)
sql_select
input. - New (experimental)
sql_select
andsql_insert
processors, which will supersede the existingsql
processor. - New (experimental)
sql_insert
output, which will supersede the existingsql
output. - Field
retained_interpolated
added to themqtt
output. - Bloblang now allows optional carriage returns before line feeds at line endings.
- New CLI flag
-w
/-watcher
added for automatically detecting and applying configuration file changes. - Field
avro_raw_json
added to theschema_registry_encode
processor. - New (experimental)
msgpack
processor. - New
parse_msgpack
andformat_msgpack
Bloblang methods.
Fixed
- Fixed an issue where the
azure_table_storage
output would attempt to send >100 size batches (and fail). - Fixed an issue in the
subprocess
input where saturated stdout streams could become corrupted.
The full change log can be found here.