Skip to content

Commit aad0b3f

Browse files
zane-neojngz-es
andauthored
Signed-off-by: Jing Zhang <jngz@amazon.com> Co-authored-by: Jing Zhang <jngz@amazon.com>
1 parent 8033626 commit aad0b3f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Version 2.8.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.8.0
4+
5+
### Experimental Features
6+
7+
* Model access control. ([#928](https://github.com/opensearch-project/ml-commons/pull/928))
8+
9+
### Enhancements
10+
11+
* Add a setting to enable/disable model url in register API ([#871](https://github.com/opensearch-project/ml-commons/pull/871))
12+
* Add a setting to enable/disable local upload while registering model ([#873](https://github.com/opensearch-project/ml-commons/pull/873))
13+
* Check hash value for the pretrained models ([#878](https://github.com/opensearch-project/ml-commons/pull/878))
14+
* Add pre-trained model list ([#883](https://github.com/opensearch-project/ml-commons/pull/883))
15+
* Add content hash value for the correlation model. ([#885](https://github.com/opensearch-project/ml-commons/pull/885))
16+
* Set default access_control_enabled setting to false ([#935](https://github.com/opensearch-project/ml-commons/pull/935))
17+
* Enable model access control in secure reset IT ([#940](https://github.com/opensearch-project/ml-commons/pull/940))
18+
* Add model group rest ITs ([#942](https://github.com/opensearch-project/ml-commons/pull/942))
19+
20+
### Bug Fixes
21+
22+
* Fix class not found exception when deserialize model ([#899](https://github.com/opensearch-project/ml-commons/pull/899))
23+
* Fix publish shadow publication dependency issue ([#919](https://github.com/opensearch-project/ml-commons/pull/919))
24+
* Fix model group index not existing model version query issue and SecureMLRestIT failure ITs ([#933](https://github.com/opensearch-project/ml-commons/pull/933))
25+
* Fix model access mode upper case bug ([#937](https://github.com/opensearch-project/ml-commons/pull/937))
26+
27+
### Documentation
28+
29+
30+
### Maintenance
31+
32+
* Increment version to 2.8.0-SNAPSHOT ([#896](https://github.com/opensearch-project/ml-commons/pull/896))
33+
34+
### Refactoring
35+
36+
* Change mem_size_estimation to memory_size_estimation ([#868](https://github.com/opensearch-project/ml-commons/pull/868))

0 commit comments

Comments
 (0)