Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions release-notes/opensearch-common-utils.release-notes-3.1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 3.1.0.0 2025-06-17

Compatible with OpenSearch 3.1.0

### Features
* Updating PublishFindingsRequest to use a list of findings ([#832](https://github.com/opensearch-project/common-utils/pull/832))

### Maintenance
* [AUTO] Increment version to 3.1.0-SNAPSHOT ([#820](https://github.com/opensearch-project/common-utils/pull/820))

### Bug fixes
* Validate that index patterns are not allowed in create/update doc level monitor ([#829](https://github.com/opensearch-project/common-utils/pull/829))
* Fix is doc level monitor check ([#835](https://github.com/opensearch-project/common-utils/pull/835))
Loading