Skip to content

Commit 109662d

Browse files
add release note for 3.1 (opensearch-project#3902)
* initial release note template Signed-off-by: Brian Flores <[email protected]> * first round of commit entries in main The latest commit being 'Add custom SSE endpoint for the MCP Client (opensearch-project#3891)' Signed-off-by: Brian Flores <[email protected]> * add commits from June 10th Signed-off-by: Brian Flores <[email protected]> * add commits from June 11th Signed-off-by: Brian Flores <[email protected]> * move blueprint from enhancement to Documentation Signed-off-by: Brian Flores <[email protected]> --------- Signed-off-by: Brian Flores <[email protected]> Co-authored-by: Dhrubo Saha <[email protected]>
1 parent 231f2fa commit 109662d

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## Version 3.1.0.0 Release Notes
2+
3+
Compatible with OpenSearch 3.1.0.0
4+
5+
### Enhancements
6+
* Support persisting MCP tools in system index (#3874)[https://github.com/opensearch-project/ml-commons/pull/3874]
7+
* [Agent] PlanExecuteReflect: Return memory early to track progress (#3884)[https://github.com/opensearch-project/ml-commons/pull/3884]
8+
* Add space type mapping for pre-trained embedding models, add new additional_config field and BaseModelConfig class (#3786)[https://github.com/opensearch-project/ml-commons/pull/3786]
9+
* support customized message endpoint and addressing comments (#3810)[https://github.com/opensearch-project/ml-commons/pull/3810]
10+
* Add custom SSE endpoint for the MCP Client (#3891)[https://github.com/opensearch-project/ml-commons/pull/3891]
11+
* Expose Update Agent API (#3820)[https://github.com/opensearch-project/ml-commons/pull/3902]
12+
* Use function calling for existing LLM interfaces (#3888)[https://github.com/opensearch-project/ml-commons/pull/3888]
13+
* Add error handling for plan&execute agent (#3845)[https://github.com/opensearch-project/ml-commons/pull/3845]
14+
* Metrics framework integration with ml-commons (#3661)[https://github.com/opensearch-project/ml-commons/pull/3661]
15+
16+
### Bug Fixes
17+
* Fix connector private IP validation when executing agent without remote model (#3862)[https://github.com/opensearch-project/ml-commons/pull/3862]
18+
* for inline model connector name isn't required (#3882)[https://github.com/opensearch-project/ml-commons/pull/3882]
19+
* fix the tutorial in AIConnectorHelper when fetching domain_url (#3852)[https://github.com/opensearch-project/ml-commons/pull/3852]
20+
* Adds Json Parsing to nested object during update Query step in ML Inference Request processor (#3856)[https://github.com/opensearch-project/ml-commons/pull/3856]
21+
* adding / as a valid character (#3854)[https://github.com/opensearch-project/ml-commons/pull/3854]
22+
* quick fix for guava noclass issue (#3844)[https://github.com/opensearch-project/ml-commons/pull/3844]
23+
* Fix python client not able to connect to MCP server issue (#3822)[https://github.com/opensearch-project/ml-commons/pull/3822]
24+
* excluding circuit breaker for Agent (#3814)[https://github.com/opensearch-project/ml-commons/pull/3814]
25+
* adding tenantId to the connector executor when this is inline connector (#3837)[https://github.com/opensearch-project/ml-commons/pull/3837]
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+
29+
30+
### Maintenance
31+
* [Code Quality] Adding test cases for PlanExecuteReflect Agent (#3778)[https://github.com/opensearch-project/ml-commons/pull/3778]
32+
* Add Unit Tests for MCP feature (#3787)[https://github.com/opensearch-project/ml-commons/pull/3787]
33+
* exclude trusted connector check for hidden model (#3838)[https://github.com/opensearch-project/ml-commons/pull/3838]
34+
* add more logging to deploy/undeploy flows for better debugging (#3825)[https://github.com/opensearch-project/ml-commons/pull/3825]
35+
* remove libs folder (#3824)[https://github.com/opensearch-project/ml-commons/pull/3824]
36+
* Downgrade MCP version to 0.9 (#3821)[https://github.com/opensearch-project/ml-commons/pull/3821]
37+
* upgrade http client to version align with core (#3809)[https://github.com/opensearch-project/ml-commons/pull/3809]
38+
* Use stream optional enum set from core in MLStatsInput (#3648)[https://github.com/opensearch-project/ml-commons/pull/3648]
39+
* change SearchIndexTool arguments parsing logic (#3883)[https://github.com/opensearch-project/ml-commons/pull/3883]
40+
41+
### Infrastructure
42+
* change release note (#3811)[https://github.com/opensearch-project/ml-commons/pull/3811]
43+
44+
### Documentation
45+
* Replace the usage of elasticsearch with OpenSearch in README (#3876)[https://github.com/opensearch-project/ml-commons/pull/3876]
46+
* added blueprint for Bedrock Claude v4 (#3871)[https://github.com/opensearch-project/ml-commons/pull/3871]

0 commit comments

Comments
 (0)