forked from opensearch-project/anomaly-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add 2.12 release notes (opensearch-project#1152)
Signed-off-by: Kaituo Li <[email protected]>
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
release-notes/opensearch-anomaly-detection.release-notes-2.12.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,16 @@ | ||
Compatible with OpenSearch 2.12.0. | ||
|
||
|
||
### Enhancements | ||
* Add an AD transport client ([#1111](https://github.com/opensearch-project/anomaly-detection/pull/1111)) | ||
* Add profile transport action to AD client ([#1123](https://github.com/opensearch-project/anomaly-detection/pull/1123)) | ||
* Refactor client's getDetectorProfile to use GetAnomalyDetectorTransportAction ([#1124](https://github.com/opensearch-project/anomaly-detection/pull/1124)) | ||
* Add ser/deser to get AD transport action request ([#1150](https://github.com/opensearch-project/anomaly-detection/pull/1150)) | ||
|
||
### Infrastructure | ||
* Update to Gradle 8.5 ([#1131](https://github.com/opensearch-project/anomaly-detection/pull/1131)) | ||
* Remove default admin credentials ([#1134](https://github.com/opensearch-project/anomaly-detection/pull/1134)) | ||
* Require JDK version for java spotless check ([#1129](https://github.com/opensearch-project/anomaly-detection/pull/1129)) | ||
* Updated lucene snapshot url ([#1146](https://github.com/opensearch-project/anomaly-detection/pull/1146)) | ||
* Fix build, update CVE-affected versions ([#1102](https://github.com/opensearch-project/anomaly-detection/pull/1102)) | ||
|