|
| 1 | +## 2026-02-25 Version 2.14.0 |
| 2 | + |
| 3 | +--- |
| 4 | + |
| 5 | +### Breaking Changes |
| 6 | + |
| 7 | +* Report `sinkRequestLatency` and `sqsSinkRequestLatency` metrics with time units. If you were previously using the scale of these metrics is now different. ([#6513](https://github.com/opensearch-project/data-prepper/pull/6513), [#6510](https://github.com/opensearch-project/data-prepper/pull/6510)) |
| 8 | + |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* Add `otel_apm_service_map` for application performance monitoring service map along with deriving remote service and operation ([#6482](https://github.com/opensearch-project/data-prepper/issues/6482), ([#6539](https://github.com/opensearch-project/data-prepper/pull/6539)) |
| 13 | +* Streaming Lambda response support in the Data Prepper Lambda processor ([#5973](https://github.com/opensearch-project/data-prepper/issues/5973)) |
| 14 | + |
| 15 | +### Enhancements |
| 16 | + |
| 17 | +* Support for ARM architectures ([#640](https://github.com/opensearch-project/data-prepper/issues/640)) |
| 18 | +* Enable cross-region writes in the S3 sink. ([#6323](https://github.com/opensearch-project/data-prepper/pull/6323)) |
| 19 | +* Support files larger than 2GB in S3/SQS ([#5276](https://github.com/opensearch-project/data-prepper/issues/5276)) |
| 20 | +* RDS source now handles MySql decimal data types when precision value is 19 or higher ([#6339](https://github.com/opensearch-project/data-prepper/issues/6339)) |
| 21 | +* Make CloudWatchLogs sink retry indefinitely for retryable errors when no DLQ configured ([#6300](https://github.com/opensearch-project/data-prepper/issues/6300)) |
| 22 | +* Reduce the Data Prepper tar.gz and Docker image sizes ([#3356](https://github.com/opensearch-project/data-prepper/issues/3356)) |
| 23 | +* Improve Logging for OpenSearch Source when there are no matching indices. ([#6341](https://github.com/opensearch-project/data-prepper/issues/6341)) |
| 24 | +* Make shutdown timeout configurable to prevent message loss during scale-down ([#6442](https://github.com/opensearch-project/data-prepper/issues/6442)) |
| 25 | +* Support compressed files in `file` source ([#5245](https://github.com/opensearch-project/data-prepper/issues/5245)) |
| 26 | + |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +* Flush remaining data to S3 during shutdown ([#6424](https://github.com/opensearch-project/data-prepper/pull/6424)) |
| 31 | +* Remove usage of buffer accumulator from Kafka custom consumer ([#6357](https://github.com/opensearch-project/data-prepper/pull/6357)) |
| 32 | + |
| 33 | +### Security |
| 34 | + |
| 35 | +* protobuf-4.25.8-cp37-abi3-manylinux2014_x86_64.whl: 1 vulnerabilities (highest severity is: 8.6) ([#6441](https://github.com/opensearch-project/data-prepper/issues/6441)) |
| 36 | +* urllib3-2.5.0-py3-none-any.whl: 2 vulnerabilities (highest severity is: 7.5) - autoclosed ([#6344](https://github.com/opensearch-project/data-prepper/issues/6344)) |
| 37 | +* werkzeug-3.0.6-py3-none-any.whl: 2 vulnerabilities (highest severity is: 5.3) ([#6326](https://github.com/opensearch-project/data-prepper/issues/6326)) |
| 38 | + |
| 39 | + |
| 40 | +### Maintenance |
| 41 | + |
| 42 | +* OpenSearch 3 Verification ([#6485](https://github.com/opensearch-project/data-prepper/issues/6485)) |
| 43 | +* Use a different Gradle plugin for Docker ([#5313](https://github.com/opensearch-project/data-prepper/issues/5313)) |
| 44 | + |
0 commit comments