From 3e030d6f91168a36fa86c1dd41634af55c67a2fa Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Mon, 4 Aug 2025 17:17:40 -0700 Subject: [PATCH] Add release notes for 3.2 Signed-off-by: Ashish Agrawal --- ...nsearch-common-utils.release-notes-3.2.0.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-3.2.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-3.2.0.0.md b/release-notes/opensearch-common-utils.release-notes-3.2.0.0.md new file mode 100644 index 00000000..8912df69 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-3.2.0.0.md @@ -0,0 +1,16 @@ +## Version 3.2.0.0 2025-08-04 + +Compatible with OpenSearch 3.2.0 + +### Enhancements +* Add Seconds as a supported unit for IntervalSchedule ([#849](https://github.com/opensearch-project/common-utils/pull/849)) +* Add tenancy access info to serialized user in threadcontext ([#857](https://github.com/opensearch-project/common-utils/pull/857)) + +### Maintenance +* Increment version to 3.2.0-SNAPSHOT ([#844](https://github.com/opensearch-project/common-utils/pull/844)) +* Update Maven snapshots publishing endpoint and credential retrieval ([#841](https://github.com/opensearch-project/common-utils/pull/841)) +* Switch gradle to 8.14 and JDK to 24 ([#848](https://github.com/opensearch-project/common-utils/pull/848)) +* Pinned the commons-beanutils dependency to fix CVE-2025-48734 ([#850](https://github.com/opensearch-project/common-utils/pull/850)) + +### Bug fixes +* Revert "updating PublishFindingsRequest to use a list of findings rather than...(#832)" ([#847](https://github.com/opensearch-project/common-utils/pull/847)) \ No newline at end of file