-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ignore failures for forbidden API
Signed-off-by: Vijayan Balasubramanian <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
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
22 changes: 22 additions & 0 deletions
22
release-notes/opensearch-neural-search.release-notes-2.6.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,22 @@ | ||
## Version 2.5.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.5.0 | ||
|
||
### Enhancements | ||
|
||
* Add filter option for query type ([#88](https://github.com/opensearch-project/neural-search/pull/88)) | ||
* Add retry mechanism for neural search inference ([#91](https://github.com/opensearch-project/neural-search/pull/91)) | ||
* Enable core branching strategy and make Neural Plugin as extensible plugin. ([#87](https://github.com/opensearch-project/neural-search/pull/87)) | ||
|
||
### Documentation | ||
|
||
* Update MAINTAINERS.md format ([#95](https://github.com/opensearch-project/neural-search/pull/95)) | ||
* Use short-form MAINTAINERS.md ([#84](https://github.com/opensearch-project/neural-search/pull/84)) | ||
|
||
### Refactoring | ||
|
||
* Remove unused MLPredict Transport action from src ([#94](https://github.com/opensearch-project/neural-search/pull/94)) | ||
|
||
### Maintenance | ||
|
||
* Increment version to 2.5.0-SNAPSHOT ([#76](https://github.com/opensearch-project/neural-search/pull/76)) |