Skip to content

Release notes for Data Prepper 2.12.1 #5955

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

Merged
merged 1 commit into from
Aug 5, 2025
Merged
Changes from all commits
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
28 changes: 28 additions & 0 deletions release/release-notes/data-prepper.release-notes-2.12.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## 2025-08-05 Version 2.12.1

---

### Bug Fixes

* Service Map does not rotate with multiple workers ([#5901](https://github.com/opensearch-project/data-prepper/issues/5901))
* Fixes a regression in core where `@SingleThread` annotated processors are only running the last instance. ([#5904](https://github.com/opensearch-project/data-prepper/pull/5904))
* `geoip` S3 download fails to handle existing files during download ([#5898](https://github.com/opensearch-project/data-prepper/issues/5898))
* `geoip` local file fails to handle existing files during download ([#5899](https://github.com/opensearch-project/data-prepper/issues/5899))

### Security

* CVE-2025-46762 - Parquet 1.15.2 ([#5923](https://github.com/opensearch-project/data-prepper/pull/5923))
* CVE-2025-48734 - commons-beanutils 1.11.0 and Checkstyle 10.26.1 ([#5923](https://github.com/opensearch-project/data-prepper/pull/5923))
* CVE-2024-57699 - json-smart 2.5.2 ([#5923](https://github.com/opensearch-project/data-prepper/pull/5923))
* CVE-2025-24970 - Netty 4.1.123 ([#5923](https://github.com/opensearch-project/data-prepper/pull/5923))
* CVE-2025-27817 - Apache Kafka 3.9.1 and Confluent Kafka 7.9.1 ([#5923](https://github.com/opensearch-project/data-prepper/pull/5923))
* CVE-2024-7254 - protobuf-java 3.25.5 ([#5924](https://github.com/opensearch-project/data-prepper/pull/5924))
* CVE-2025-49146 - Postgresql JDBC driver 42.7.1 ([#5936](https://github.com/opensearch-project/data-prepper/pull/5936))
* CVE-2025-23206 - aws-cdk-lib 2.190.0 ([#5925](https://github.com/opensearch-project/data-prepper/pull/5925))
* CVE-2025-5889 - aws-cdk-lib 2.190.0 ([#5925](https://github.com/opensearch-project/data-prepper/pull/5925))
* CVE-2025-47273 - setuptools v78 ([#5926](https://github.com/opensearch-project/data-prepper/pull/5926))


### Maintenance

* Updated the smoke tests scripts to use the end-to-end tests ([#5913](https://github.com/opensearch-project/data-prepper/pull/5913))
Loading