-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4 release notes #316
Merged
Merged
2.4 release notes #316
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
release-notes/opensearch-common-utils.release-notes-2.4.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Version 2.4.0.0 2022-11-04 | ||
|
||
Compatible with OpenSearch 2.4.0 | ||
|
||
### Infrastructure | ||
* fix snakeyaml vulnerability issue by disabling detekt([#237](https://github.com/opensearch-project/common-utils/pull/237)) | ||
* upgrade 2.x to 2.4 ([#246](https://github.com/opensearch-project/common-utils/pull/246)) | ||
* remove force snakeyaml removal ([#263](https://github.com/opensearch-project/common-utils/pull/263)) | ||
|
||
### Refactoring | ||
* Move Alerting data models over to common-utils ([#242](https://github.com/opensearch-project/common-utils/pull/242)) | ||
* Copy over monitor datasources config from alerting to common utils ([#247](https://github.com/opensearch-project/common-utils/pull/247)) | ||
* expose delete monitor api from alerting ([#251](https://github.com/opensearch-project/common-utils/pull/251)) | ||
* Move Findings and Alerts action, request, response and models from alerting to common-utils ([#254](https://github.com/opensearch-project/common-utils/pull/254)) | ||
* Move acknowledge alerts dtos from alerting to common-utils ([#283](https://github.com/opensearch-project/common-utils/pull/282)) | ||
|
||
### Enhancements | ||
* Accept of list of monitor ids in findings and alerts request dtos ([#277](https://github.com/opensearch-project/common-utils/pull/277)) | ||
* Added legacy support for SNS messages. ([#269](https://github.com/opensearch-project/common-utils/pull/269)) | ||
* add list of alert ids in get alerts request ([#284](https://github.com/opensearch-project/common-utils/pull/284)) | ||
* fix security-analytics alerting findings api integration ([#292](https://github.com/opensearch-project/common-utils/pull/292)) | ||
* added params to Datasources ([#290](https://github.com/opensearch-project/common-utils/pull/290)) | ||
* fix security-analytics to alerting integration ([#293](https://github.com/opensearch-project/common-utils/pull/293)) | ||
* add findings enabled flag and findings field in bucket level monitor ([#305](https://github.com/opensearch-project/common-utils/pull/305)) | ||
* Support backend roles in indexMonitorRequest ([#308](https://github.com/opensearch-project/common-utils/pull/308)) | ||
* Added function for request recreation that considers the writeable request ([#303](https://github.com/opensearch-project/common-utils/pull/303)) | ||
* Adds owner field in monitor model ([#313](https://github.com/opensearch-project/common-utils/pull/313)) | ||
|
||
### Documentation | ||
* Added 2.4 release notes. ([#316](https://github.com/opensearch-project/common-utils/pull/316)) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Remove the extra new line