-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release notes for data prepper release v2.10 #5061
Merged
dlvenable
merged 3 commits into
opensearch-project:main
from
sb2k16:add-release-notes-2.10
Oct 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
release/release-notes/data-prepper.release-notes-2.10.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## 2024-10-14 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)) | ||
|
||
### Enhancements | ||
|
||
* Support OpenTelemetry logs in S3 source ([#5028](https://github.com/opensearch-project/data-prepper/issues/5028)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's move this to the features section. Supporting OTel logs in S3 opens up interesting possibilities. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @dlvenable. I have addressed this. |
||
* 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)) | ||
|
||
### 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)) | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the date for today's release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dlvenable. I have updated the date.