diff --git a/release-notes/opensearch-release-notes-2.4.1.md b/release-notes/opensearch-release-notes-2.4.1.md new file mode 100644 index 0000000000..f4d17c6f59 --- /dev/null +++ b/release-notes/opensearch-release-notes-2.4.1.md @@ -0,0 +1,86 @@ +# OpenSearch and OpenSearch Dashboards 2.4.1 Release Notes + +## Release Details + +OpenSearch and OpenSearch Dashboards 2.4.1 includes the following bug fixes, infrastructure, documentation and maintenance updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.4.1.md). + +OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.4.1.md). + +## BUG FIXES + +### OpenSearch ML Commons +* Wait for upload task to complete in security tests ([#551](https://github.com/opensearch-project/ml-commons/pull/551)) +* Fix running task when reload loaded model on single node cluster ([#561](https://github.com/opensearch-project/ml-commons/pull/561)) +* Change model state to UPLOADED when all chunks uploaded ([#573](https://github.com/opensearch-project/ml-commons/pull/573)) +* Set model state as unloaded when call unload model API ([#580](https://github.com/opensearch-project/ml-commons/pull/580)) + + +### OpenSearch Neural Search +* Change the behavior when embedding fields are not present ([#72](https://github.com/opensearch-project/neural-search/pull/72)) + + +### OpenSearch Dashboards Reporting Plugin +* Upgrade loader-utils ([#542](https://github.com/opensearch-project/dashboards-reports/pull/542)) +* Upgrade decode-uri-component and qs ([#567](https://github.com/opensearch-project/dashboards-reports/pull/567)) + + +### OpenSearch SQL +* Integration tests fix for arm64 ([#1069](https://github.com/opensearch-project/sql/pull/1069)) +* Upgrade jackson to 2.14.1 ([#1146](https://github.com/opensearch-project/sql/pull/1146)) + + +### OpenSearch Security Analytics +* Fix for running windows integration tests ([#176](https://github.com/opensearch-project/security-analytics/pull/176)) + + +### OpenSearch Observability +* QS upgraded to 6.5.3 ([#1334](https://github.com/opensearch-project/dashboards-observability/pull/1334)) + + +## INFRASTRUCTURE + +### OpenSearch Anomaly Detection +* Windows CI for AD ([#703](https://github.com/opensearch-project/anomaly-detection/pull/703)) + + +### OpenSearch Anomaly Detection +* AD model performance benchmark ([#729](https://github.com/opensearch-project/anomaly-detection/pull/729)) + + +## MAINTENANCE + +### OpenSearch Security +* Username validation for special characters ([#2277](https://github.com/opensearch-project/security/pull/2277)) +* Fixes CVE-2022-42920 by forcing bcel version to resovle to 6.6 ([#2303](https://github.com/opensearch-project/security/pull/2303)) + + +### OpenSearch Anomaly Detection +* Increment version to 2.4.1-SNAPSHOT ([#733](https://github.com/opensearch-project/anomaly-detection/pull/733)) + + +### OpenSearch ML Commons +* Increment version to 2.4.1-SNAPSHOT ([#560](https://github.com/opensearch-project/ml-commons/pull/560)) +* Force protobuf-java version as 3.21.9 ([#588](https://github.com/opensearch-project/ml-commons/pull/588)) +* Fix junit version ([#597](https://github.com/opensearch-project/ml-commons/pull/597)) +* Update dependency junit:junit to v4.13.1 ([#629](https://github.com/opensearch-project/ml-commons/pull/629)) + + +### OpenSearch Dashboards Reporting Plugin +* Bump verison to 2.4.1 ([#540](https://github.com/opensearch-project/dashboards-reports/pull/540)) + +### OpenSearch Observability +* Increment version to 2.4.1-SNAPSHOT ([#1278](https://github.com/opensearch-project/dashboards-observability/pull/1278)) + + +### OpenSearch Alerting Dashboards Plugin +* Bumped version to 2.4.1. ([#409](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/409)) +* Adjust OpenSearch-Dashboards version used by test workflows. ([#363](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/363)) +* Fixed throttling settings for bucket level trigger actions. ([#328](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/328)) + + +## DOCUMENTATION + +### OpenSearch Alerting Dashboards Plugin +* Add 2.4.1 release notes ([#420](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/420)) \ No newline at end of file