From 36ad8504605d04735d56c6c864ea1f47c840fe61 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:21:13 -0500 Subject: [PATCH] Version 2.12 Release Notes (#110) (#113) (cherry picked from commit 149c05624bf3d8903f07ef10e4f55f2cbd33ebef) Signed-off-by: Sarthak Aggarwal Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- ...ch-custom-codecs.release-notes-2.12.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-custom-codecs.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-custom-codecs.release-notes-2.12.0.0.md b/release-notes/opensearch-custom-codecs.release-notes-2.12.0.0.md new file mode 100644 index 0000000..123218e --- /dev/null +++ b/release-notes/opensearch-custom-codecs.release-notes-2.12.0.0.md @@ -0,0 +1,23 @@ +## 2024-02-08 Version 2.12.0.0 + +Compatible with OpenSearch 2.12.0 + +### Features + +* Accessors for custom compression modes ([#90](https://github.com/opensearch-project/custom-codecs/pull/90)) +* Lucene 9.9.1 Upgrade ([#99](https://github.com/opensearch-project/custom-codecs/pull/99)) + + +### Bug fixes + +* GA updates and minor BWC test cleanups ([#105](https://github.com/opensearch-project/custom-codecs/pull/105)) + +### Infrastructure + +* Onboard jenkins prod docker images to github actions ([#77](https://github.com/opensearch-project/custom-codecs/pull/77)) +* Switch to ci-runner user for the checks ([#82](https://github.com/opensearch-project/custom-codecs/pull/82)) +* Add updateVersion gradle task from plugin template ([#87](https://github.com/opensearch-project/custom-codecs/pull/87)) + +### Documentation + +* Version 2.12 Release Notes ([#110](https://github.com/opensearch-project/custom-codecs/pull/110)) \ No newline at end of file