Skip to content

Commit 5fd25b0

Browse files
authored
2.4 release notes (#316)
* 2.4 release notes Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * minor fixes Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
1 parent dfa9263 commit 5fd25b0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Version 2.4.0.0 2022-11-04
2+
3+
Compatible with OpenSearch 2.4.0
4+
5+
### Infrastructure
6+
* fix snakeyaml vulnerability issue by disabling detekt([#237](https://github.com/opensearch-project/common-utils/pull/237))
7+
* upgrade 2.x to 2.4 ([#246](https://github.com/opensearch-project/common-utils/pull/246))
8+
* remove force snakeyaml removal ([#263](https://github.com/opensearch-project/common-utils/pull/263))
9+
10+
### Refactoring
11+
* Move Alerting data models over to common-utils ([#242](https://github.com/opensearch-project/common-utils/pull/242))
12+
* Copy over monitor datasources config from alerting to common utils ([#247](https://github.com/opensearch-project/common-utils/pull/247))
13+
* expose delete monitor api from alerting ([#251](https://github.com/opensearch-project/common-utils/pull/251))
14+
* Move Findings and Alerts action, request, response and models from alerting to common-utils ([#254](https://github.com/opensearch-project/common-utils/pull/254))
15+
* Move acknowledge alerts dtos from alerting to common-utils ([#283](https://github.com/opensearch-project/common-utils/pull/282))
16+
17+
### Enhancements
18+
* Accept of list of monitor ids in findings and alerts request dtos ([#277](https://github.com/opensearch-project/common-utils/pull/277))
19+
* Added legacy support for SNS messages. ([#269](https://github.com/opensearch-project/common-utils/pull/269))
20+
* add list of alert ids in get alerts request ([#284](https://github.com/opensearch-project/common-utils/pull/284))
21+
* fix security-analytics alerting findings api integration ([#292](https://github.com/opensearch-project/common-utils/pull/292))
22+
* added params to Datasources ([#290](https://github.com/opensearch-project/common-utils/pull/290))
23+
* fix security-analytics to alerting integration ([#293](https://github.com/opensearch-project/common-utils/pull/293))
24+
* add findings enabled flag and findings field in bucket level monitor ([#305](https://github.com/opensearch-project/common-utils/pull/305))
25+
* Support backend roles in indexMonitorRequest ([#308](https://github.com/opensearch-project/common-utils/pull/308))
26+
* Added function for request recreation that considers the writeable request ([#303](https://github.com/opensearch-project/common-utils/pull/303))
27+
* Adds owner field in monitor model ([#313](https://github.com/opensearch-project/common-utils/pull/313))
28+
29+
### Documentation
30+
* Added 2.4 release notes. ([#316](https://github.com/opensearch-project/common-utils/pull/316))

0 commit comments

Comments
 (0)