2022-10-24 Version 2.0.1
Bug Fixes
- Sending events to multiple pipelines would result in unexpected behavior because the event was mutated in all pipelines. Duplicate all events sent through the
pipeline
sink. #1886 - Support read S3 objects when keys have spaces. #1923.
- Delete
s3:TestEvent
objects in the S3 source to avoid those events getting stuck. #1924 - Correctly parse duration values of
0s
or0ms
. #1910
Security
- Updates protobuf-java-util to 3.23.7 due to CVE-2022-3171. #1945
- Updates Jackson to 2.13.4.2 due to CVE-2022-42003. #1933