Features & Enhancements
- #6070 Add
IgnoreUnmapped
toGeoDistanceQuery
,GeoBoundingBoxQuery
andGeoPolygon
(issue: #6066) - #6094 Add shard_stats to primary index stats (issue: #6079)
- #6101 Support index template v2 APIs in NEST
Bug Fixes
- #6085 Support version on ingest pipelines (issue: #6082)
- #6088 Add missing fields for
IpProperty
(issue: #6067) - #6090 Support deserialisation of simple scripts (issue: #5684)
- #6091 Add missing
TermVectorOption
(issue: #6078) - #6095 Update boxplot to handle non-numeric values (issue: #6050)
- #6098 Move explain to body in search template API (issue: #5040)
Breaking Changes
To align with naming elsewhere during the implementation of NEST APIs for index template v2, some of the low-level client types and methods have been renamed:
- ExistsIndexTemplateRequestParameters => IndexTemplateV2ExistsRequestParameters
- ExistsTemplateForAll => TemplateV2ExistsForAll
- ExistsTemplateForAllAsync => TemplateV2ExistsForAllAsync