From c24e0cd77fddcf0b32a97eb7133781ac52ee509e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 20:52:54 +0000 Subject: [PATCH] Add release notes for 3.3.1 (#19679) Signed-off-by: opensearch-ci (cherry picked from commit d90ecec16cb1049b762ed7c94777f42fb97b1eea) Signed-off-by: github-actions[bot] --- release-notes/opensearch.release-notes-3.3.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 release-notes/opensearch.release-notes-3.3.1.md diff --git a/release-notes/opensearch.release-notes-3.3.1.md b/release-notes/opensearch.release-notes-3.3.1.md new file mode 100644 index 0000000000000..0138036a10dac --- /dev/null +++ b/release-notes/opensearch.release-notes-3.3.1.md @@ -0,0 +1,8 @@ +## Version 3.3.1 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.3.1 + +### Fixed +* Fix issue with updating core with a patch number other than 0 ([#19377](https://github.com/opensearch-project/OpenSearch/pull/19377)) +* [Star Tree] Fix sub-aggregator casting for search with profile=true ([#19652](https://github.com/opensearch-project/OpenSearch/pull/19652)) +* Fix bwc @timestamp upgrade issue by adding a version check on skip_list param ([#19671](https://github.com/opensearch-project/OpenSearch/pull/19671)) \ No newline at end of file