diff --git a/release-notes/opensearch-custom-codecs.release-notes-3.8.0.0.md b/release-notes/opensearch-custom-codecs.release-notes-3.8.0.0.md new file mode 100644 index 0000000..90637b1 --- /dev/null +++ b/release-notes/opensearch-custom-codecs.release-notes-3.8.0.0.md @@ -0,0 +1,13 @@ +## Version 3.8.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0 + +### Enhancements + +* Onboard new backport-pr reusable GitHub workflow for custom-codecs ([#349](https://github.com/opensearch-project/custom-codecs/pull/349)) +* Update maven2 mirror repository URL order ([#352](https://github.com/opensearch-project/custom-codecs/pull/352)) +* Upgrade qat-java to 2.5.0 and batch decompression into a single JNI call to reduce overhead on stored-fields reads ([#357](https://github.com/opensearch-project/custom-codecs/pull/357)) + +### Infrastructure + +* Update opensearch-build workflow references from commit SHA to main branch ([#346](https://github.com/opensearch-project/custom-codecs/pull/346))