Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Update version check and reason

Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
  • Loading branch information
austintlee authored and andrross committed Jun 28, 2023
1 parent 48b1b65 commit 14fd215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Enforce 512 byte document ID limit in bulk updates ([#8039](https://github.com/opensearch-project/OpenSearch/pull/8039))
- With only GlobalAggregation in request causes unnecessary wrapping with MultiCollector ([#8125](https://github.com/opensearch-project/OpenSearch/pull/8125))
- Fix mapping char_filter when mapping a hashtag ([#7591](https://github.com/opensearch-project/OpenSearch/pull/7591))
- Fix NPE in multiterms aggregations involving empty buckets ([#7318](https://github.com/opensearch-project/OpenSearch/pull/7318))

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ setup:
---
"aggregate over multi-terms test":
- skip:
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0
version: "- 2.9.99"
reason: "multi_terms aggregation was introduced in 2.1.0, NPE bug checked by this test case will manifest in any version < 3.0"

- do:
bulk:
Expand Down

0 comments on commit 14fd215

Please sign in to comment.