You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 or 0ms. #1910