Fixes: - [[104](https://github.com/braedon/prometheus-es-exporter/issues/104)] Count objects in mappings field counts - Don't log successful Elasticsearch requests by default
0.14.0
Enhancements: - [[88](https://github.com/braedon/prometheus-es-exporter/pull/88)] Support [composite aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html)
0.13.1
Fixes: - [[87](https://github.com/braedon/prometheus-es-exporter/pull/87)] Don't parse the `_default_` mapping type in pre ES7 servers
0.13.0
Enhancements: - [[81](https://github.com/braedon/prometheus-es-exporter/pull/81)] Add concurrent query execution support (thanks hemanthkini) - [[85](https://github.com/braedon/prometheus-es-exporter/pull/85)] Support for custom HTTP headers (thanks rg2011)
0.12.0
Enhancements: - [[80](https://github.com/braedon/prometheus-es-exporter/pull/80)] Allow limiting indices included in indices stats when using indices mode (thanks thenextfreelancer)
Fixes: - Actually raise errors when certain invalid CLI option combinations are used
0.11.2
Fixes: - [[75](https://github.com/braedon/prometheus-es-exporter/pull/75)] Fix issue where a query metric going missing would cause an error (thanks nithyashree675)