Skip to content
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
13 changes: 13 additions & 0 deletions release-notes/opensearch-custom-codecs.release-notes-3.8.0.0.md
Original file line number Diff line number Diff line change
@@ -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))
Loading