Skip to content

Commit b4deaed

Browse files
Add release notes for 3.8.0 (#1905) (#1911)
(cherry picked from commit 8817f88) Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent aa3b617 commit b4deaed

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Version 3.8.0 Release Notes
2+
3+
Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0
4+
5+
### Enhancements
6+
7+
* Allow custom field name for storing previous rerank score to avoid overwriting existing document fields ([#1880](https://github.com/opensearch-project/neural-search/pull/1880))
8+
* Improve hybrid query filter validation error message to provide guidance on combining multiple filters ([#1870](https://github.com/opensearch-project/neural-search/pull/1870))
9+
* Skip two-phase rescore optimization for queries containing sort fields ([#1898](https://github.com/opensearch-project/neural-search/pull/1898))
10+
11+
### Bug Fixes
12+
13+
* Block hybrid query execution with `dfs_query_then_fetch` search type to prevent incorrect results ([#1873](https://github.com/opensearch-project/neural-search/pull/1873))
14+
* Fix hybrid query explanation producing a single normalization block instead of per-sub-query blocks for indices with nested fields ([#1876](https://github.com/opensearch-project/neural-search/pull/1876))
15+
16+
### Infrastructure
17+
18+
* Fix Check Workflow Events CI job by adding `pr_review.yml` to the allowlist and removing stray YAML fragment ([#1901](https://github.com/opensearch-project/neural-search/pull/1901))
19+
* Fix flaky `HybridQueryExplainIT` explanation test by using per-document `_id` assertions ([#1900](https://github.com/opensearch-project/neural-search/pull/1900))
20+
* Onboard new backport-pr reusable GitHub workflow ([#1881](https://github.com/opensearch-project/neural-search/pull/1881))

0 commit comments

Comments
 (0)