-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add the consolidated release notes for 2.0.0-rc1 release. #2039
Conversation
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #2039 +/- ##
=========================================
Coverage 94.23% 94.23%
Complexity 25 25
=========================================
Files 198 198
Lines 3902 3902
Branches 29 29
=========================================
Hits 3677 3677
Misses 219 219
Partials 6 6 Continue to review full report at Codecov.
|
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.0.0-rc1.md). | ||
|
||
OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.0.0-rc1.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.
The release notes for OpenSearch & OpenSearch Dashboards are not published yet. I put the potential links of them here.
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.
@@ -0,0 +1,606 @@ | |||
# OpenSearch and Dashboards 2.0.0-rc1 Release Notes | |||
|
|||
## Release Highlights |
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 we highlight the native KNN support and other notable Lucene 9.1 highlights ?
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.
lucene-based KNN isn't in 2.0. I believe it is being tracked here: opensearch-project/k-NN#39
@vamshin pls confirm.
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.
@elfisher Yes you are right, its not in 2.0 we are targeting for 2.1
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.
1 nit and 1 major issue.
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.
some changes requested.
@@ -0,0 +1,606 @@ | |||
# OpenSearch and Dashboards 2.0.0-rc1 Release Notes | |||
|
|||
## Release Highlights |
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.
Some release highlights we should also include are:
- Document level alerting
- Lucene 9
- geo map tile generation pipeline Create map tiles generation pipeline maps#2
- Term lookup query support in document level security DLS: Add support for Terms Lookup Queries security#1508
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.
@elfisher Any wording suggestion for these highlights? The highlight section wasn't included in the plugin release notes.
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.
@CEHENKLE @davidlago Can you help us on the release highlights?
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.
Please use the following.
- Document level alerting allows users to create monitors that can generate alerts per document.
- Lucene 9 is now used in OpenSearch
- The Geo Map Tiles in OpenSearch Dashboards are updated and now have a pipeline to update them more frequently.
- Document level security now supports term lookup queries.
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.
Added these to the release highlights.
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Incorporated the changes suggested by Eli
Signed-off-by: Zelin Hao zelinhao@amazon.com
Description
Add the consolidated release notes for 2.0.0-rc1 release.
Issues Resolved
Part of #1624
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.