Skip to content

Commit 6d0ec13

Browse files
authored
Add release notes for 2.17 (#91)
Signed-off-by: Chenyang Ji <cyji@amazon.com>
1 parent 7966198 commit 6d0ec13

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Version 2.17.0.0 Release Notes
2+
Compatible with OpenSearch 2.17.0
3+
4+
### Maintenance
5+
* Fix CVE-2023-2976 for checkstyle ([#58](https://github.com/opensearch-project/query-insights/pull/58))
6+
* Fix security based integration tests ([#59](https://github.com/opensearch-project/query-insights/pull/59))
7+
* Add query shape hash method ([#64](https://github.com/opensearch-project/query-insights/pull/64))
8+
* Add more integration tests for query insights ([#71](https://github.com/opensearch-project/query-insights/pull/71))
9+
10+
### Bug Fixes
11+
* Make sure listener is started when query metrics enabled ([#74](https://github.com/opensearch-project/query-insights/pull/74))
12+
13+
### Enhancements
14+
* Add ability to generate query shape for aggregation and sort portions of search body ([#44](https://github.com/opensearch-project/query-insights/pull/44))
15+
* Query grouping framework for Top N queries and group by query similarity ([#66](https://github.com/opensearch-project/query-insights/pull/66))
16+
* Minor enhancements to query categorization on tags and unit types ([#73](https://github.com/opensearch-project/query-insights/pull/73))
17+
18+
### Infrastructure
19+
* Add code hygiene checks for query insights [#51](https://github.com/opensearch-project/query-insights/pull/51)
20+
* Add configuration for publishing snapshot ([#90](https://github.com/opensearch-project/query-insights/pull/90))
21+
22+
### Documentation
23+
* Update GET top N api documentation about the type parameter ([#8139](https://github.com/opensearch-project/documentation-website/pull/8139))
24+
* Added 2.17 release notes ([#91](https://github.com/opensearch-project/query-insights/pull/91))

0 commit comments

Comments
 (0)