For installation instructions check out the getting started guide.
Added
- The
pulsar
input and output now supportoauth2
andtoken
authentication mechanisms. - The
pulsar
input now enriches messages with more metadata. - Fields
message_group_id
,message_deduplication_id
, andmetadata
added to theaws_sns
output. - Field
upsert
added to themongodb
processor and output.
Fixed
- The
schema_registry_encode
andschema_registry_decode
processors now honour path prefixes included in theurl
field. - The
mqtt
input and outputkeepalive
field is now interpreted as seconds, previously it was being erroneously interpreted as nanoseconds. - The header
Content-Type
in the fieldhttp_server.sync_response.headers
is now detected in a case insensitive way when populating multipart message encoding types. - The
nats_jetstream
input and outputs should now honourauth.*
config fields.
The full change log can be found here.