From 83fbd216150c403aed688580b45389ee37bb3c53 Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Tue, 21 Feb 2023 13:46:52 -0800 Subject: [PATCH] Add release notes Signed-off-by: Ashish Agrawal --- ...ensearch-common-utils.release-notes-2.6.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.6.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.6.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.6.0.0.md new file mode 100644 index 00000000..83549684 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.6.0.0.md @@ -0,0 +1,15 @@ +## Version 2.6.0.0 2023-02-21 + +Compatible with OpenSearch 2.6.0 + +### Maintenance +* Increment version to 2.6.0-SNAPSHOT ([#344](https://github.com/opensearch-project/common-utils/pull/344)) + +### Refactoring +* Add a super admin client builder w/ hosts params ([#322](https://github.com/opensearch-project/common-utils/pull/322)) + +### Bug Fixes +* Fix streaming functions for LegacySNSMessage ([#324](https://github.com/opensearch-project/common-utils/pull/324)) + +### Documentation +* Added 2.6 release notes. ([#363](https://github.com/opensearch-project/common-utils/pull/363)) \ No newline at end of file