From 1a804d14522e3b960190b55322f0b5ba9208c74b Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:12:53 -0800 Subject: [PATCH] adding 2.5 release notes (#782) Signed-off-by: Amit Galitzky (cherry picked from commit 9cebc5bc97a84dd78ac8892863ff7d674428bced) Co-authored-by: Amit Galitzky --- ...anomaly-detection.release-notes-2.5.0.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.5.0.0.md diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.5.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.5.0.0.md new file mode 100644 index 000000000..6227db4fe --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.5.0.0.md @@ -0,0 +1,27 @@ +## Version 2.5.0.0 Release Notes + +Compatible with OpenSearch 2.5.0 + + +### Enhancements + +* Speed up cold start ([#753](https://github.com/opensearch-project/anomaly-detection/pull/753)) + +### Bug Fixes + +* Fix _source bug ([#749](https://github.com/opensearch-project/anomaly-detection/pull/749)) +* Fix the discrepancy between Profile API and real time tasks API ([#770](https://github.com/opensearch-project/anomaly-detection/pull/770)) + +### Infrastructure + +* Model Profile Test ([#748](https://github.com/opensearch-project/anomaly-detection/pull/748)) +* Add option to run BWC tests in distribution level ([#766](https://github.com/opensearch-project/anomaly-detection/pull/766)) + +### Documentation + +* Fix: typo in ohltyler. ([#760](https://github.com/opensearch-project/anomaly-detection/pull/760)) +* Updated MAINTAINERS.md format. ([#771](https://github.com/opensearch-project/anomaly-detection/pull/771)) + +### Maintenance + +* Increment version to 2.5.0-SNAPSHOT ([#711](https://github.com/opensearch-project/anomaly-detection/pull/711))