From 4beb4445ff0bc16565e9ab6007a79055b12f35a6 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 22 Jul 2026 21:42:59 +0000 Subject: [PATCH] Add release notes for 3.8.0 Signed-off-by: opensearch-ci-bot --- ...pensearch-custom-codecs.release-notes-3.8.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-custom-codecs.release-notes-3.8.0.0.md 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))