For installation instructions check out the getting started guide.
New
- Field
key
in outputredis_list
now supports interpolation functions. - Field
tags
added to outputaws_s3
. - New experimental
sftp
input and output. - New input codec
chunker
. - New field
import_paths
added to theprotobuf
processor, replaces the now deprecatedimport_path
field. - Added format
concatenate
to thearchive
processor.
Changed
- The
aws_lambda
processor now adds a metadata fieldlambda_function_error
to messages when the function invocation suffers a runtime error.
Fixed
- Fixed an issue with the
azure_blob_storage
output whereblob_type
set toAPPEND
could result in send failures. - Fixed a potential panic when shutting down a
socket_server
input with messages in flight. - The
switch
processor now correctly flags errors on messages that cause a check to throw an error.
The full change log can be found here.