-
Notifications
You must be signed in to change notification settings - Fork 43
Adding Release Notes for 3.0 beta1 #492
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
Merged
mingshl
merged 3 commits into
opensearch-project:main
from
jiapingzeng:3.0.0-beta1-release
Mar 28, 2025
Merged
Adding Release Notes for 3.0 beta1 #492
mingshl
merged 3 commits into
opensearch-project:main
from
jiapingzeng:3.0.0-beta1-release
Mar 28, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #492 +/- ##
==========================================
- Coverage 84.29% 82.21% -2.08%
==========================================
Files 32 36 +4
Lines 433 523 +90
Branches 85 106 +21
==========================================
+ Hits 365 430 +65
- Misses 47 67 +20
- Partials 21 26 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mingshl
approved these changes
Mar 28, 2025
sejli
added a commit
that referenced
this pull request
Jun 3, 2025
* Adding Release Notes for 3.0 alpha1 (#487) * Bump to version 3.0.0.0-alpha1 Signed-off-by: Jiaping Zeng <[email protected]> * Bump to version 3.0.0.0-alpha1 Signed-off-by: Jiaping Zeng <[email protected]> * Adding Release Notes for 3.0 alpha1 Signed-off-by: Jiaping Zeng <[email protected]> * Update release-notes/opensearch-dashboards-search-relevance.release-notes-3.0.0.0-alpha1.md Co-authored-by: Sean Li <[email protected]> Signed-off-by: Jiaping Zeng <[email protected]> --------- Signed-off-by: Jiaping Zeng <[email protected]> Co-authored-by: Sean Li <[email protected]> * Fix remote integ tests (#488) * Bump to version 3.0.0.0-alpha1 Signed-off-by: Jiaping Zeng <[email protected]> * Bump to version 3.0.0.0-alpha1 Signed-off-by: Jiaping Zeng <[email protected]> * updating actions/cache Signed-off-by: Jiaping Zeng <[email protected]> * updated java version to 21 Signed-off-by: Jiaping Zeng <[email protected]> --------- Signed-off-by: Jiaping Zeng <[email protected]> * Bump to version 3.0.0.0-beta1 (#491) Signed-off-by: Jiaping Zeng <[email protected]> * Adding Release Notes for 3.0 beta1 (#492) * Bump to version 3.0.0.0-beta1 Signed-off-by: Jiaping Zeng <[email protected]> * Added release notes for 3.0.0.0-beta1 Signed-off-by: Jiaping Zeng <[email protected]> --------- Signed-off-by: Jiaping Zeng <[email protected]> * add cross cluster support for dashboards search relevance (#497) Signed-off-by: will-hwang <[email protected]> * bump to 3.0.0 (#505) Signed-off-by: Jiaping Zeng <[email protected]> * Add release notes for 3.0.0 (#506) Signed-off-by: Jiaping Zeng <[email protected]> * Mockup for new search-relevance experience (#489) Signed-off-by: Fen Qin <[email protected]> * Component to enable search-relevance and opensearch API calls (#490) * Add code formatting Signed-off-by: Fen Qin <[email protected]> * Add switch to old and new search relevance workbench experience Signed-off-by: Fen Qin <[email protected]> * change name conventions for APIs Signed-off-by: Fen Qin <[email protected]> * add search-relevance backend router Signed-off-by: Fen Qin <[email protected]> --------- Signed-off-by: Fen Qin <[email protected]> * Add DEVELOPER_GUIDE.md for router setup + fix missing files (#493) * fix missing route service files Signed-off-by: Fen Qin <[email protected]> * add DEVELOPER_GUIDE.md for middleware layer router setup for APIs Signed-off-by: Fen Qin <[email protected]> --------- Signed-off-by: Fen Qin <[email protected]> * Revert "Add DEVELOPER_GUIDE.md for router setup + fix missing files (#493)" This reverts commit d2b8810. * Revert "Component to enable search-relevance and opensearch API calls (#490)" This reverts commit 4e3be12. * Revert "Mockup for new search-relevance experience (#489)" This reverts commit 72b85cb. --------- Signed-off-by: Jiaping Zeng <[email protected]> Signed-off-by: will-hwang <[email protected]> Signed-off-by: Fen Qin <[email protected]> Co-authored-by: Jiaping Zeng <[email protected]> Co-authored-by: Sean Li <[email protected]> Co-authored-by: Will Hwang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds release notes for 3.0 beta1
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.