Skip to content

Commit 5b24f61

Browse files
Add release note for 2.10.0 release (#1312) (#1314)
* Add release note for 2.10.0 Signed-off-by: Sicheng Song <[email protected]> * Add CVE fix Signed-off-by: Sicheng Song <[email protected]> --------- Signed-off-by: Sicheng Song <[email protected]> (cherry picked from commit cd2604a) Co-authored-by: Sicheng Song <[email protected]>
1 parent 14dd7ee commit 5b24f61

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Version 2.10.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.10.0
4+
5+
6+
### Features
7+
* Conversations and Generative AI in OpenSearch ([#1150](https://github.com/opensearch-project/ml-commons/issues/1150))
8+
9+
### Enhancements
10+
* Add feature flags for remote inference ([#1223](https://github.com/opensearch-project/ml-commons/pull/1223))
11+
* Add eligible node role settings ([#1197](https://github.com/opensearch-project/ml-commons/pull/1197))
12+
* Add more stats: connector count, connector/config index status ([#1180](https://github.com/opensearch-project/ml-commons/pull/1180))
13+
14+
### Infrastructure
15+
* Updates demo certs used in integ tests ([#1291](https://github.com/opensearch-project/ml-commons/pull/1291))
16+
* Add Auto Release Workflow ([#1306](https://github.com/opensearch-project/ml-commons/pull/1306))
17+
18+
### Bug Fixes
19+
* Fixing metrics ([#1194](https://github.com/opensearch-project/ml-commons/pull/1194))
20+
* Fix null pointer exception when input parameter is null. ([#1192](https://github.com/opensearch-project/ml-commons/pull/1192))
21+
* Fix admin with no backend role on AOS unable to create restricted model group ([#1188](https://github.com/opensearch-project/ml-commons/pull/1188))
22+
* Fix parameter parsing bug for create connector input ([#1185](https://github.com/opensearch-project/ml-commons/pull/1185))
23+
* Handle escaping string parameters explicitly ([#1174](https://github.com/opensearch-project/ml-commons/pull/1174))
24+
* Fix model count bug ([#1180](https://github.com/opensearch-project/ml-commons/pull/1180))
25+
* Fix core package name to address compilation errors ([#1157](https://github.com/opensearch-project/ml-commons/pull/1157))
26+
27+
### Documentation
28+
* Updating cohere blueprint doc ([#1213](https://github.com/opensearch-project/ml-commons/pull/1213))
29+
* Fixing docs ([#1193](https://github.com/opensearch-project/ml-commons/pull/1193))
30+
* Add model auto redeploy tutorial ([#1175](https://github.com/opensearch-project/ml-commons/pull/1175))
31+
* Add remote inference tutorial ([#1158](https://github.com/opensearch-project/ml-commons/pull/1158))
32+
* Adding blueprint examples for remote inference ([#1155](https://github.com/opensearch-project/ml-commons/pull/1155))
33+
* Updating developer guide for CCI contributors ([#1049](https://github.com/opensearch-project/ml-commons/pull/1049))
34+
35+
### Maintenance
36+
* Bump checkstyle version for CVE fix ([#1216](https://github.com/opensearch-project/ml-commons/pull/1216))
37+
* Correct imports for new location with regard to core refactoring ([#1206](https://github.com/opensearch-project/ml-commons/pull/1206))
38+
* Fix breaking change caused by opensearch core ([#1187](https://github.com/opensearch-project/ml-commons/pull/1187))
39+
* Bump OpenSearch snapshot version to 2.10 ([#1157](https://github.com/opensearch-project/ml-commons/pull/1157))
40+
* Bump aws-encryption-sdk-java to fix CVE-2023-33201 ([#1309](https://github.com/opensearch-project/ml-commons/pull/1309))
41+
42+
### Refactoring
43+
* Renaming metrics ([#1224](https://github.com/opensearch-project/ml-commons/pull/1224))
44+
* Changing messaging for IllegalArgumentException on duplicate model groups ([#1294](https://github.com/opensearch-project/ml-commons/pull/1294))
45+
* Fixing some error message handeling ([#1222](https://github.com/opensearch-project/ml-commons/pull/1222))

0 commit comments

Comments
 (0)