Skip to content

Commit

Permalink
Add release notes for data prepper release v2.10 (#5061) (#5070)
Browse files Browse the repository at this point in the history
Add release notes for v2.10

Signed-off-by: Souvik Bose <[email protected]>
(cherry picked from commit 472b246)

Co-authored-by: Souvik Bose <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and sb2k16 authored Oct 15, 2024
1 parent 9ebc967 commit 18b2049
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions release/release-notes/data-prepper.release-notes-2.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## 2024-10-15 Version 2.10.0

---

### Breaking Changes

### Features

* Kafka source: support SASL/SCRAM mechanisms ([#4241](https://github.com/opensearch-project/data-prepper/issues/4241))
* OpenSearch Bulk API Source ([#248](https://github.com/opensearch-project/data-prepper/issues/248))
* Support AWS Kinesis Data Streams as a Source ([#1082](https://github.com/opensearch-project/data-prepper/issues/1082))
* Support OpenTelemetry logs in S3 source ([#5028](https://github.com/opensearch-project/data-prepper/issues/5028))

### Enhancements

* Use HTML in JsonPropertyDescription instead of Markdown ([#4984](https://github.com/opensearch-project/data-prepper/issues/4984))
* Variable drain time when shutting down via shutdown API ([#4966](https://github.com/opensearch-project/data-prepper/issues/4966))
* Make max connections and acquire timeout configurable on S3 sink client ([#4949](https://github.com/opensearch-project/data-prepper/issues/4949))
* Support BigDecimal data type in expressions ([#4817](https://github.com/opensearch-project/data-prepper/issues/4817))
* Caching implementation of EventKeyFactory ([#4843](https://github.com/opensearch-project/data-prepper/pull/4843))
* Json codec changes with specific json input codec config ([#5054](https://github.com/opensearch-project/data-prepper/pull/5054))

### Bug Fixes

* [BUG] Close Opensearch RestHighLevelClient in OpenSearchClientRefresher on shutdown and initialization failure ([#4770](https://github.com/opensearch-project/data-prepper/issues/4770))

### Security

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

### Maintenance

* Fixes and improvements for AbstractSinkTest ([#5021](https://github.com/opensearch-project/data-prepper/pull/5021))
* Update the test logging to include the failed assertion ([#4987](https://github.com/opensearch-project/data-prepper/pull/4987))

0 comments on commit 18b2049

Please sign in to comment.