Skip to content
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

[Backport 2.12] add 2.12 release notes #1154

Merged
merged 1 commit into from
Feb 7, 2024
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
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))

Loading