-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding 2.12 release notes Signed-off-by: Sean Li <[email protected]> * adding new contributors and removing duplicate line Signed-off-by: Sean Li <[email protected]> --------- Signed-off-by: Sean Li <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
release-notes/opensearch-dashboards-search-relevance.release-notes-2.12.0.0.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Version 2.12.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.12.0 | ||
|
||
### Features | ||
* Add Ability to Select a Search Pipeline in Comparison Tool ([#352](https://github.com/opensearch-project/dashboards-search-relevance/pull/352)) ([#362](https://github.com/opensearch-project/dashboards-search-relevance/pull/362)) | ||
|
||
### Enhancements | ||
* Utilize EuiEmptyPrompt to represent empty state ([#320](https://github.com/opensearch-project/dashboards-search-relevance/pull/320)) ([#333](https://github.com/opensearch-project/dashboards-search-relevance/pull/333)) | ||
* Update results to display non-source fields in search comparison tool ([#340](https://github.com/opensearch-project/dashboards-search-relevance/pull/340) )([#354](https://github.com/opensearch-project/dashboards-search-relevance/pull/354)) | ||
|
||
### Bug Fixes | ||
* Updating snapshots ([#363](https://github.com/opensearch-project/dashboards-search-relevance/pull/363)) ([#364](https://github.com/opensearch-project/dashboards-search-relevance/pull/364)) | ||
|
||
### Infrastructure | ||
* Onboard jenkins prod docker images to github actions ([#345](https://github.com/opensearch-project/dashboards-search-relevance/pull/345)) ([#346](https://github.com/opensearch-project/dashboards-search-relevance/pull/346)) | ||
* Remove babel-proposal plugins ([#355](https://github.com/opensearch-project/dashboards-search-relevance/pull/355)) ([#357](https://github.com/opensearch-project/dashboards-search-relevance/pull/357)) | ||
|
||
### Documentation | ||
* Updating CONTRIBUTING.md by adding DCO section ([#337](https://github.com/opensearch-project/dashboards-search-relevance/pull/337)) ([#341](https://github.com/opensearch-project/dashboards-search-relevance/pull/341)) | ||
* Update CONTRIBUTING.md by adding command for running tests to PR directions ([#335](https://github.com/opensearch-project/dashboards-search-relevance/pull/335)) ([#347](https://github.com/opensearch-project/dashboards-search-relevance/pull/347)) | ||
|
||
### Refactoring | ||
* Add id attribute to search bar ([#338](https://github.com/opensearch-project/dashboards-search-relevance/pull/338)) ([#353](https://github.com/opensearch-project/dashboards-search-relevance/pull/353)) | ||
|
||
## New Contributors | ||
* @nung22 made their first contribution in [#300](https://github.com/opensearch-project/dashboards-search-relevance/pull/300) |