|
| 1 | +## Version 2.19.0.0 Release Notes |
| 2 | +Compatible with OpenSearch 2.19.0 |
| 3 | + |
| 4 | +### Maintenance |
| 5 | +* Remove local index custom name setting ([#166](https://github.com/opensearch-project/query-insights/pull/166)) |
| 6 | +* Migrate from Joda-Time to java.time API ([#176](https://github.com/opensearch-project/query-insights/pull/176)) |
| 7 | +* Change default values for window,n and exporter ([#196](https://github.com/opensearch-project/query-insights/pull/196)) |
| 8 | +* Bump up version for upload-artifact to fix the build ([#202](https://github.com/opensearch-project/query-insights/pull/202)) |
| 9 | +* Update default .enabled and exporter.type settings ([#217](https://github.com/opensearch-project/query-insights/pull/217)) |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | +* Fix parsing error in SearchQueryRecord ([#184](https://github.com/opensearch-project/query-insights/pull/184)) |
| 13 | +* Fix bug on node_id missing in local index ([#207](https://github.com/opensearch-project/query-insights/pull/207)) |
| 14 | +* Fix null indexFieldMap bug & add UTs ([#214](https://github.com/opensearch-project/query-insights/pull/214)) |
| 15 | +* Fix toString on operational metrics ([#219](https://github.com/opensearch-project/query-insights/pull/219)) |
| 16 | +* Fix grouping integ tests ([#223](https://github.com/opensearch-project/query-insights/pull/223)) |
| 17 | + |
| 18 | +### Enhancements |
| 19 | +* Usage counter for Top N queries ([#153](https://github.com/opensearch-project/query-insights/pull/153)) |
| 20 | +* Add type attribute to search query record ([#157](https://github.com/opensearch-project/query-insights/pull/157)) |
| 21 | +* Make default window size valid for all metric types ([#156](https://github.com/opensearch-project/query-insights/pull/156)) |
| 22 | +* Top N indices auto deletion config & functionality ([#172](https://github.com/opensearch-project/query-insights/pull/172)) |
| 23 | +* Make sure query_group_hashcode is present in top_queries response in all cases ([#187](https://github.com/opensearch-project/query-insights/pull/187)) |
| 24 | +* Model changes for hashcode and id ([#191](https://github.com/opensearch-project/query-insights/pull/191)) |
| 25 | +* Add fetch top queries by id API ([#195](https://github.com/opensearch-project/query-insights/pull/195)) |
| 26 | +* Add field type cache stats ([#193](https://github.com/opensearch-project/query-insights/pull/193)) |
| 27 | +* Always collect available metrics in top queries service ([#205](https://github.com/opensearch-project/query-insights/pull/205)) |
| 28 | +* Refactor Exporters and Readers ([#210](https://github.com/opensearch-project/query-insights/pull/210)) |
| 29 | + |
| 30 | +### Infrastructure |
| 31 | +* Fix 2.x github checks ([#171](https://github.com/opensearch-project/query-insights/pull/171)) |
| 32 | +* Fix github CI by adding eclipse dependency in build.gradle ([#181](https://github.com/opensearch-project/query-insights/pull/181)) |
| 33 | + |
| 34 | +### Documentation |
| 35 | +* 2.19 Release Notes ([#225](https://github.com/opensearch-project/query-insights/pull/225)) |
0 commit comments