-
Notifications
You must be signed in to change notification settings - Fork 312
Add consolidated release notes for 3.1.0 #5602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: opensearch-ci <[email protected]>
* Refactor Knn Search Results to use TopDocs [#2727](https://github.com/opensearch-project/k-NN/pull/2727) | ||
|
||
|
||
## NON-COMPLIANT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like non-compliant section is huge. @Divyaasm Can you please fix this and open an issue in all the below repos to follow guidelines mentioned here https://github.com/opensearch-project/opensearch-plugins/blob/main/RELEASE_NOTES.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Signed-off-by: Divya Madala <[email protected]>
* Now publishes a list of findings instead of an individual one ([#1860](https://github.com/opensearch-project/alerting/pull/1860)) | ||
|
||
|
||
### Opensearch Alerting Dashboards Plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be OpenSearch, not Opensearch. Let's fix this throughout the document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Signed-off-by: Divya Madala <[email protected]>
Signed-off-by: Divya Madala <[email protected]>
* Update README.md ([#744](https://github.com/opensearch-project/dashboards-flow-framework/pull/744)) | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saw this repeating so made a formal PR review
## BREAKING CHANGES | ||
|
||
|
||
### SQL | ||
|
||
|
||
* Switch percentile implementation to MergingDigest to align with OpenSearch ([#3698](https://github.com/opensearch-project/sql/pull/3698)) | ||
* Support decimal literal with Calcite ([#3673](https://github.com/opensearch-project/sql/pull/3673)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you confirm with SQL is this is actually breaking?
Since 3.1.0 is minor release.
Please feel free to tag the owner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we should not have any breaking changes in a minor release.
Thanks.
* Support persisting MCP tools in system index ([#3874](https://github.com/opensearch-project/ml-commons/pull/3874)) | ||
* [Agent] PlanExecuteReflect: Return memory early to track progress ([#3884](https://github.com/opensearch-project/ml-commons/pull/3884)) | ||
* Add space type mapping for pre-trained embedding models, add new additional\_config field and BaseModelConfig class ([#3786](https://github.com/opensearch-project/ml-commons/pull/3786)) | ||
* support customized message endpoint and addressing comments ([#3810](https://github.com/opensearch-project/ml-commons/pull/3810)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
* support customized message endpoint and addressing comments ([#3810](https://github.com/opensearch-project/ml-commons/pull/3810)) | |
* Support customized message endpoint and addressing comments ([#3810](https://github.com/opensearch-project/ml-commons/pull/3810)) |
### OpenSearch Search Relevance | ||
|
||
|
||
|
||
* Run integTests with security as a PR check ([#136](https://github.com/opensearch-project/search-relevance/pull/136)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch Search Relevance | |
* Run integTests with security as a PR check ([#136](https://github.com/opensearch-project/search-relevance/pull/136)) | |
### OpenSearch Search Relevance | |
* Run integTests with security as a PR check ([#136](https://github.com/opensearch-project/search-relevance/pull/136)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We were missing a s for ML Commons. Thanks for compiling this release note!
* Removed unnecessary user notifications for version conflict exceptions in Snapshot Management ([#1413](https://github.com/opensearch-project/index-management/pull/1413)) | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
* Add a CHANGELOG and changelog\_verifier workflow ([#778](https://github.com/opensearch-project/job-scheduler/pull/778)). | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
## DOCUMENTATION | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
* Remove guava dependency ([#770](https://github.com/opensearch-project/job-scheduler/pull/770)). | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
* Removed unnecessary user notifications for version conflict exceptions in Snapshot Management ([#1413](https://github.com/opensearch-project/index-management/pull/1413)) | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
* Add a CHANGELOG and changelog\_verifier workflow ([#778](https://github.com/opensearch-project/job-scheduler/pull/778)). | ||
|
||
|
||
### OpenSearch ML Common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### OpenSearch ML Common | |
### OpenSearch ML Commons |
Signed-off-by: Divya Madala <[email protected]>
Signed-off-by: Divya Madala <[email protected]>
Add consolidated release notes for 3.1.0