|
| 1 | +## Version 2.17.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.17.0 |
| 4 | + |
| 5 | +### Features |
| 6 | +* Offline batch ingestion API actions and data ingesters (#2844)[https://github.com/opensearch-project/ml-commons/pull/2844] |
| 7 | +* Support get batch transform job status in get task API (#2825)[https://github.com/opensearch-project/ml-commons/pull/2825] |
| 8 | + |
| 9 | +### Enhancements |
| 10 | +* Adding additional info for memory metadata (#2750)[https://github.com/opensearch-project/ml-commons/pull/2750] |
| 11 | +* Support list in response body (#2811)[https://github.com/opensearch-project/ml-commons/pull/2811] |
| 12 | +* Support skip_validating_missing_parameters in connector (#2830)[https://github.com/opensearch-project/ml-commons/pull/2830] |
| 13 | +* Support one_to_one in ML Inference Search Response Processor (#2801)[https://github.com/opensearch-project/ml-commons/pull/2801] |
| 14 | +* Expose ML Config API (#2850)[https://github.com/opensearch-project/ml-commons/pull/2850] |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | +* Fix delete local model twice quickly get 500 response issue (#2806)[https://github.com/opensearch-project/ml-commons/pull/2806] |
| 18 | +* Fix cohere model input interface cannot validate cohere input issue (#2847)[https://github.com/opensearch-project/ml-commons/pull/2847] |
| 19 | +* Add processed function for remote inference input dataset parameters to convert it back to its original datatype (#2852)[https://github.com/opensearch-project/ml-commons/pull/2852] |
| 20 | +* Use local_regex as default type for guardrails (#2853)[https://github.com/opensearch-project/ml-commons/pull/2853] |
| 21 | +* Agent execution error in json format (#2858)[https://github.com/opensearch-project/ml-commons/pull/2858] |
| 22 | +* Fix custom prompt substitute with List issue in ml inference search response processor (#2871)[https://github.com/opensearch-project/ml-commons/pull/2871] |
| 23 | +* Fix breaking changes in config index fields (#2882)[https://github.com/opensearch-project/ml-commons/pull/2882] |
| 24 | +* Output only old fields in get config API (#2892)[https://github.com/opensearch-project/ml-commons/pull/2892] |
| 25 | +* Fix http dependency in CancelBatchJobTransportAction (#2898)[https://github.com/opensearch-project/ml-commons/pull/2898] |
| 26 | + |
| 27 | +### Maintenance |
| 28 | +* Applying spotless to common module (#2815)[https://github.com/opensearch-project/ml-commons/pull/2815] |
| 29 | +* Fix Cohere test (#2831)[https://github.com/opensearch-project/ml-commons/pull/2831] |
| 30 | + |
| 31 | +### Infrastructure |
| 32 | +* Test: recover search index tool it in multi node cluster (#2407)[https://github.com/opensearch-project/ml-commons/pull/2407] |
| 33 | + |
| 34 | +### Documentation |
| 35 | +* Add tutorial for Bedrock Guardrails (#2695)[https://github.com/opensearch-project/ml-commons/pull/2695] |
| 36 | + |
| 37 | +### Refactoring |
| 38 | +* Code refactor not to occur nullpointer exception (#2816)[https://github.com/opensearch-project/ml-commons/pull/2816] |
0 commit comments