|
2 | 2 |
|
3 | 3 | Compatible with OpenSearch 3.0.0.0-beta1
|
4 | 4 |
|
| 5 | +### Breaking Changes |
| 6 | +* Deprecate the restful API of batch ingestion (#3688)[https://github.com/opensearch-project/ml-commons/pull/3688] |
| 7 | + |
5 | 8 | ### Enhancements
|
6 | 9 | * Add parser for ModelTensorOutput and ModelTensors (#3658)[https://github.com/opensearch-project/ml-commons/pull/3658]
|
| 10 | +* Function calling for openai v1, bedrock claude and deepseek (#3712)[https://github.com/opensearch-project/ml-commons/pull/3712] |
| 11 | +* Update highlighting model translator to adapt new model (#3699)[https://github.com/opensearch-project/ml-commons/pull/3699] |
| 12 | +* Plan, Execute and Reflect Agent Type (#3716)[https://github.com/opensearch-project/ml-commons/pull/3716] |
| 13 | +* Implement async mode in agent execution (#3714)[https://github.com/opensearch-project/ml-commons/pull/3714] |
7 | 14 |
|
8 | 15 | ### Bug Fixes
|
9 |
| -* fixing the circuit breaker issue for remote model (#3652)[https://github.com/opensearch-project/ml-commons/pull/3652] |
10 |
| -* fix compilation error (#3667)[https://github.com/opensearch-project/ml-commons/pull/3667] |
11 |
| -* revert CI workflow changes (#3674)[https://github.com/opensearch-project/ml-commons/pull/3674] |
| 16 | +* Fixing the circuit breaker issue for remote model (#3652)[https://github.com/opensearch-project/ml-commons/pull/3652] |
| 17 | +* Fix compilation error (#3667)[https://github.com/opensearch-project/ml-commons/pull/3667] |
| 18 | +* Revert CI workflow changes (#3674)[https://github.com/opensearch-project/ml-commons/pull/3674] |
| 19 | +* Fix config index masterkey pull up for multi-tenancy (#3700)[https://github.com/opensearch-project/ml-commons/pull/3700] |
12 | 20 |
|
13 | 21 | ### Maintenance
|
14 | 22 | * Remove forcing log4j version to 2.24.2 (#3647)[https://github.com/opensearch-project/ml-commons/pull/3647]
|
15 | 23 | * Improve test coverage for MLHttpClientFactory.java (#3644)[https://github.com/opensearch-project/ml-commons/pull/3644]
|
16 | 24 | * Improve test coverage for MLEngineClassLoader class (#3679)[https://github.com/opensearch-project/ml-commons/pull/3679]
|
| 25 | +* Typo: MLTaskDispatcher _cluster/settings api (#3694)[https://github.com/opensearch-project/ml-commons/pull/3694] |
| 26 | +* Add more logs to toubleshot flaky test (#3543)[https://github.com/opensearch-project/ml-commons/pull/3543] |
| 27 | +* Add package for security test (#3698)[https://github.com/opensearch-project/ml-commons/pull/3698] |
| 28 | +* Add sdk implementation to the connector search (#3704)[https://github.com/opensearch-project/ml-commons/pull/3704] |
| 29 | +* Sdk client implementation for search connector, model group and task (#3707)[https://github.com/opensearch-project/ml-commons/pull/3707] |
17 | 30 |
|
18 | 31 | ### Documentation
|
19 | 32 | * Add standard blueprint for vector search (#3659)[https://github.com/opensearch-project/ml-commons/pull/3659]
|
| 33 | +* Add blueprint for Claude 3.7 on Bedrock (#3584)[https://github.com/opensearch-project/ml-commons/pull/3584] |
| 34 | + |
20 | 35 |
|
0 commit comments