Skip to content

Commit

Permalink
Add release notes for 2.17 (#91) (#94)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d0ec13)

Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e939371 commit 4dc2e2c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-notes/opensearch-query-insights.release-notes-2.17.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Version 2.17.0.0 Release Notes
Compatible with OpenSearch 2.17.0

### Maintenance
* Fix CVE-2023-2976 for checkstyle ([#58](https://github.com/opensearch-project/query-insights/pull/58))
* Fix security based integration tests ([#59](https://github.com/opensearch-project/query-insights/pull/59))
* Add query shape hash method ([#64](https://github.com/opensearch-project/query-insights/pull/64))
* Add more integration tests for query insights ([#71](https://github.com/opensearch-project/query-insights/pull/71))

### Bug Fixes
* Make sure listener is started when query metrics enabled ([#74](https://github.com/opensearch-project/query-insights/pull/74))

### Enhancements
* Add ability to generate query shape for aggregation and sort portions of search body ([#44](https://github.com/opensearch-project/query-insights/pull/44))
* Query grouping framework for Top N queries and group by query similarity ([#66](https://github.com/opensearch-project/query-insights/pull/66))
* Minor enhancements to query categorization on tags and unit types ([#73](https://github.com/opensearch-project/query-insights/pull/73))

### Infrastructure
* Add code hygiene checks for query insights [#51](https://github.com/opensearch-project/query-insights/pull/51)
* Add configuration for publishing snapshot ([#90](https://github.com/opensearch-project/query-insights/pull/90))

### Documentation
* Update GET top N api documentation about the type parameter ([#8139](https://github.com/opensearch-project/documentation-website/pull/8139))
* Added 2.17 release notes ([#91](https://github.com/opensearch-project/query-insights/pull/91))

0 comments on commit 4dc2e2c

Please sign in to comment.