From 700cfaa727d7b8378c0b58348902ea524cf590e9 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 30 Apr 2024 17:04:00 -0700 Subject: [PATCH] Added 2.14.0.0 release notes. Signed-off-by: AWSHurneyt --- ...nsearch-common-utils.release-notes-2.14.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.14.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.14.0.0.md new file mode 100644 index 00000000..70d8ce0d --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.14.0.0.md @@ -0,0 +1,15 @@ +## Version 2.14.0.0 2024-04-30 + +Compatible with OpenSearch 2.14.0 + +### Maintenance +* Increment version to 2.14.0-SNAPSHOT ([#625](https://github.com/opensearch-project/common-utils/pull/625)) + +### Refactor +* Obfuscate ip addresses in alert error message ([#511](https://github.com/opensearch-project/common-utils/pull/511)) +* Change doc level query name validation ([#630](https://github.com/opensearch-project/common-utils/pull/630)) +* Added validation for the new clusters field. ([#633](https://github.com/opensearch-project/common-utils/pull/633)) +* Wrapped URI syntax exception in IllegalArgument exception. ([#645](https://github.com/opensearch-project/common-utils/pull/645)) + +### Documentation +* Added 2.14.0.0 release notes. ([#]()) \ No newline at end of file