Skip to content
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

Release Notes for version 2.8 #4538

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions release/release-notes/data-prepper.release-notes-2.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
* Allow using event fields in s3 sink object_key [#3310] (https://github.com/opensearch-project/data-prepper/issues/3310)
* Support ndjson with a codec [#2700] (https://github.com/opensearch-project/data-prepper/issues/2700)
* Support S3 bucket ownership validation on the S3 sink ([#4468](https://github.com/opensearch-project/data-prepper/issues/4468))
* Support DocumentDb types: Null, Undefined, MinKey, MaxKey ([#4459](https://github.com/opensearch-project/data-prepper/issues/4459))
* Support encoding JSON ([#832](https://github.com/opensearch-project/data-prepper/issues/832))
* Write json processor ([#4514](https://github.com/opensearch-project/data-prepper/pull/4514))
* Support Mongo/DocDB stream Delete and other Operation types ([#4497](https://github.com/opensearch-project/data-prepper/pull/4497))
* Support encoding JSON ([#832](https://github.com/opensearch-project/data-prepper/issues/832) [#4514](https://github.com/opensearch-project/data-prepper/pull/4514))
* Support for Event Json input and output codecs ([#4436](https://github.com/opensearch-project/data-prepper/pull/4436))
* Add support for dynamic bucket and default bucket in S3 sink ([#4402](https://github.com/opensearch-project/data-prepper/pull/4402))
* Add support to export/full load MongoDB/DocumentDB collection with `_id` field of different data type ([#4503](https://github.com/opensearch-project/data-prepper/pull/4503))
Expand Down Expand Up @@ -62,7 +59,6 @@
* [BUG] Empty DLQ entries when version conflicts occur ([#4301](https://github.com/opensearch-project/data-prepper/issues/4301))
* [BUG] otel sources should show a more clear exception when receiving data that cannot be processed based on the configured compression type ([#4022](https://github.com/opensearch-project/data-prepper/issues/4022))
* [BUG] : unable to set field_delimiter_regex ([#2946](https://github.com/opensearch-project/data-prepper/issues/2946))
* [BUG]Incorrect Behavior of Obfuscate Processor with Predefined Pattern "%{CREDIT_CARD_NUMBER}" [#4340](https://github.com/opensearch-project/data-prepper/issues/4340)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should stay.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlvenable it is there. I removed a duplicate line.

* Fix aggregate processor local mode ([#4529](https://github.com/opensearch-project/data-prepper/pull/4529))
* Add `long` as a target type for `convert_entry_type` processor ([#4120](https://github.com/opensearch-project/data-prepper/issues/4120))
* Fix write json basic test ([#4527](https://github.com/opensearch-project/data-prepper/pull/4527))
Expand Down
Loading