Skip to content

Commit d1e53af

Browse files
Update 3.3 release note (#4277)
* Update 3.3 release note Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Address comment, add more commits Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Add more commits Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Add more commit Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> --------- Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
1 parent 91c14ce commit d1e53af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

release-notes/opensearch-ml-common.release-notes-3.3.0.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0
3232
* Change the setting name to same naming convention with others ([#4215](https://github.com/opensearch-project/ml-commons/pull/4215))
3333
* Enabling agentic memory feature by default as we are going GA ([#4240](https://github.com/opensearch-project/ml-commons/pull/4240))
3434
* Add parameter to control delete memories when delete container ([#4238](https://github.com/opensearch-project/ml-commons/pull/4238))
35+
* Refactor and add more validation to processor chain ([#4260](https://github.com/opensearch-project/ml-commons/pull/4260))
36+
* [Agentic Search] Use same model for Agent and QPT ([#4262](https://github.com/opensearch-project/ml-commons/pull/4262))
37+
* Improve semantic fact extraction prompt and add JSON enforcement ([#4282](https://github.com/opensearch-project/ml-commons/pull/4282))
38+
* Improve user preference extraction prompt with XML-based structure ([#4288](https://github.com/opensearch-project/ml-commons/pull/4288))
3539

3640
### Bug Fixes
3741
* Fix NPE when execute flow agent with mutli tenancy is off ([#4189](https://github.com/opensearch-project/ml-commons/pull/4189))
@@ -53,10 +57,20 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0
5357
* Skip the model interface validation for batch predict ([#4219](https://github.com/opensearch-project/ml-commons/pull/4219))
5458
* Fix: use builtin BulkByScrollResponse parser to parse delete by query response in memories ([#4237](https://github.com/opensearch-project/ml-commons/pull/4237))
5559
* Fix stream predict with security enabled ([#4248](https://github.com/opensearch-project/ml-commons/pull/4248))
60+
* Fix wrong field name in get working memory API ([#4255](https://github.com/opensearch-project/ml-commons/pull/4255))
61+
* Fix: allow only container owner to delete memory container ([#4258](https://github.com/opensearch-project/ml-commons/pull/4258))
62+
* [Agent Framework] Exception handling for runtime exceptions during async execution ([#4263](https://github.com/opensearch-project/ml-commons/pull/4263))
63+
* Fix json parsing error by extracing json first; add for each processor; support input processor ([#4278](https://github.com/opensearch-project/ml-commons/pull/4278))
64+
* Fix: add validations during create and update memory container ([#4284](https://github.com/opensearch-project/ml-commons/pull/4284))
65+
* Fix agent streaming with security enabled + error handling ([#4256](https://github.com/opensearch-project/ml-commons/pull/4256))
66+
* Fix llm result path; convert message to user prompt string ([#4283](https://github.com/opensearch-project/ml-commons/pull/4283))
67+
* Fix llm result path error ([#4292](https://github.com/opensearch-project/ml-commons/pull/4292))
5668

5769
### Infrastructure
5870
* Update maintainer list ([#4139](https://github.com/opensearch-project/ml-commons/pull/4139))
5971
* Downloads test certificates from security plugin ([#4245](https://github.com/opensearch-project/ml-commons/pull/4245))
72+
* Update approver matching to be exact match ([#4247](https://github.com/opensearch-project/ml-commons/pull/4247))
73+
* Fix approver parsing bug in require-approval workflow ([#4259](https://github.com/opensearch-project/ml-commons/pull/4259))
6074

6175
### Documentation
6276
* Add colpali blueprint ([#4130](https://github.com/opensearch-project/ml-commons/pull/4130))

0 commit comments

Comments
 (0)