Skip to content

2.0.1

Compare
Choose a tag to compare
@asifsmohammed asifsmohammed released this 28 Oct 16:34
· 1527 commits to main since this release
4b7b03e

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

Security

Maintenance

  • Support multiple threads in the Data Prepper core server. #1951
  • Run smoke tests against OpenSearch 1.3.6. #1962
  • Use Python grpcio 1.50.0 in smoke tests to reduce time to run. #1959
  • Reduce test flakiness in RandomStringSourceTests. #1964
  • Reduce smoke test timeout to 8 minutes from 30 minutes. #1965