Skip to content

Commit

Permalink
Enable ignore failures for forbidden API
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Feb 22, 2023
1 parent 5340e00 commit 10b89c1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ thirdPartyAudit.enabled = false
loggerUsageCheck.enabled = false
// No need to validate pom, as we do not upload to maven/sonatype
validateNebulaPom.enabled = false
forbiddenApis.ignoreFailures = true

buildscript {
ext {
Expand Down
22 changes: 22 additions & 0 deletions release-notes/opensearch-neural-search.release-notes-2.6.0.0.md
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))

0 comments on commit 10b89c1

Please sign in to comment.