Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.6 KB

File metadata and controls

40 lines (27 loc) · 2.6 KB

2024-10-15 Version 2.10.0


Breaking Changes

Features

  • Kafka source: support SASL/SCRAM mechanisms (#4241)
  • OpenSearch Bulk API Source (#248)
  • Support AWS Kinesis Data Streams as a Source (#1082)
  • Support OpenTelemetry logs in S3 source (#5028)

Enhancements

  • Use HTML in JsonPropertyDescription instead of Markdown (#4984)
  • Variable drain time when shutting down via shutdown API (#4966)
  • Make max connections and acquire timeout configurable on S3 sink client (#4949)
  • Support BigDecimal data type in expressions (#4817)
  • Caching implementation of EventKeyFactory (#4843)
  • Json codec changes with specific json input codec config (#5054)

Bug Fixes

  • [BUG] Close Opensearch RestHighLevelClient in OpenSearchClientRefresher on shutdown and initialization failure (#4770)

Security

  • CVE-2024-6345 (High) detected in setuptools-68.0.0-py3-none-any.whl (#4940)
  • CVE-2023-46136 (High) detected in Werkzeug-2.2.3-py3-none-any.whl (#4938)
  • CVE-2024-34069 (High) detected in Werkzeug-2.2.3-py3-none-any.whl (#4938)
  • CVE-2024-37891 (Medium) detected in urllib3-2.0.7-py3-none-any.whl (#4937)
  • CVE-2024-35195 (Medium) detected in requests-2.31.0-py3-none-any.whl (#4939)
  • CVE-2024-5569 (Low) detected in zipp-3.15.0-py3-none-any.whl ([#4936]opensearch-project#4936))

Maintenance

  • Fixes and improvements for AbstractSinkTest (#5021)
  • Update the test logging to include the failed assertion (#4987)