For installation instructions check out the getting started guide.
Added
- Field
json_marshal_mode
added to the MongoDB processor. - Fields
extract_headers.include_prefixes
andextract_headers.include_patterns
added to thehttp_client
input and output and to thehttp
processor. - Fields
sync_response.metadata_headers.include_prefixes
andsync_response.metadata_headers.include_patterns
added to thehttp_server
input. - The
http_client
input and output and thehttp
processor fieldcopy_response_headers
has been deprecated in favour of theextract_headers
functionality. - Added new cli flag
--no-api
for thestreams
subcommand to disable the REST API. - New experimental
kafka_franz
input and output. - Added new Bloblang function
ksuid
. - All
codec
input fields now support custom csv delimiters.
Fixed
- Streams mode paths now resolve glob patterns in all cases.
- Prevented the
nats
input from error logging when acknowledgments can't be fulfilled due to the lack of message replies. - Fixed an issue where GCP inputs and outputs could terminate requests early due to a cancelled client context.
- Prevented more parsing errors in Bloblang mappings with windows style line endings.
The full change log can be found here.