You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/opensearch-ml-common.release-notes-3.1.0.0.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,10 @@ Compatible with OpenSearch 3.1.0.0
24
24
* excluding circuit breaker for Agent (#3814)[https://github.com/opensearch-project/ml-commons/pull/3814]
25
25
* adding tenantId to the connector executor when this is inline connector (#3837)[https://github.com/opensearch-project/ml-commons/pull/3837]
26
26
* add validation for name and description for model model group and connector resources (#3805)[https://github.com/opensearch-project/ml-commons/pull/3805]
27
-
* Don't convert schema-defined strings to other types during validation (#3761)[https://github.com/opensearch-project/ml-commons/pull/3761]
28
-
27
+
* Don't convert schema-defined strings to other types during validation (#3761)
28
+
* Fixed NPE for connector retrying policy (#3909)[https://github.com/opensearch-project/ml-commons/pull/3909]
29
+
* Fix tool not found in MCP memory issue (#3931)[https://github.com/opensearch-project/ml-commons/pull/3931]
30
+
* Fix: Ensure proper format for Bedrock deepseek tool result (#3933)[https://github.com/opensearch-project/ml-commons/pull/3933]
29
31
30
32
### Maintenance
31
33
*[Code Quality] Adding test cases for PlanExecuteReflect Agent (#3778)[https://github.com/opensearch-project/ml-commons/pull/3778]
@@ -37,9 +39,11 @@ Compatible with OpenSearch 3.1.0.0
37
39
* upgrade http client to version align with core (#3809)[https://github.com/opensearch-project/ml-commons/pull/3809]
38
40
* Use stream optional enum set from core in MLStatsInput (#3648)[https://github.com/opensearch-project/ml-commons/pull/3648]
* force runtime class path commons-beanutils:commons-beanutils:1.11.0 to avoid transitive dependency (#3935)[https://github.com/opensearch-project/ml-commons/pull/3935]
0 commit comments