@@ -29,6 +29,12 @@ Compatible with OpenSearch 2.9.0
29
29
* remote inference: add unit test for create connector request/response ([ #1067 ] ( https://github.com/opensearch-project/ml-commons/pull/1067 ) )
30
30
* Add more UT for remote inference classes ([ #1077 ] ( https://github.com/opensearch-project/ml-commons/pull/1077 ) )
31
31
* IT Security Tests for model access control ([ #1095 ] ( https://github.com/opensearch-project/ml-commons/pull/1095 ) )
32
+ * Add integration tests for the remote inference feature ([ #1073 ] ( https://github.com/opensearch-project/ml-commons/pull/1073 ) )
33
+ * Temporarily ignore OpenAI Tests ([ #1118 ] ( https://github.com/opensearch-project/ml-commons/pull/1118 ) )
34
+ * Increase sleep time on remote inference integration tests ([ #1124 ] ( https://github.com/opensearch-project/ml-commons/pull/1124 ) )
35
+ * fix remote inference it: update job interval ([ #1129 ] ( https://github.com/opensearch-project/ml-commons/pull/1129 ) )
36
+ * Add null key check for remote inference integration tests ([ #1113 ] ( https://github.com/opensearch-project/ml-commons/pull/1113 ) )
37
+ * Reenable OpenAI Remote Inference Tests ([ #1127 ] ( https://github.com/opensearch-project/ml-commons/pull/1127 ) )
32
38
33
39
### Bug Fixes
34
40
@@ -41,6 +47,8 @@ Compatible with OpenSearch 2.9.0
41
47
* modify error message when model group not unique is provided ([ #1078 ] ( https://github.com/opensearch-project/ml-commons/pull/1078 ) )
42
48
* stash context before accessing ml config index ([ #1092 ] ( https://github.com/opensearch-project/ml-commons/pull/1092 ) )
43
49
* fix init master key bug ([ #1094 ] ( https://github.com/opensearch-project/ml-commons/pull/1094 ) )
50
+ * delete connector successfully if model index is missing ([ #1106 ] ( https://github.com/opensearch-project/ml-commons/pull/1106 ) )
51
+ * fix encoding US-ASCII error ([ #1126 ] ( https://github.com/opensearch-project/ml-commons/pull/1126 ) )
44
52
45
53
### Documentation
46
54
@@ -54,4 +62,6 @@ Compatible with OpenSearch 2.9.0
54
62
* Fix build. ([ #1018 ] ( https://github.com/opensearch-project/ml-commons/pull/1018 ) )
55
63
* Fix the refactor change brought by core backport ([ #1047 ] ( https://github.com/opensearch-project/ml-commons/pull/1047 ) )
56
64
* change to compileOnly to avoid jarhell ([ #1062 ] ( https://github.com/opensearch-project/ml-commons/pull/1062 ) )
65
+ * Update ml CI workflow checkout ref to be PR commit ([ #1114 ] ( https://github.com/opensearch-project/ml-commons/pull/1114 ) )
66
+ * Add shell bash settings for windows github actions to export credentials ([ #1116 ] ( https://github.com/opensearch-project/ml-commons/pull/1116 ) )
57
67
0 commit comments