https://github.com/elastic/elasticsearch-net/compare/7.16.0...7.17.0
- #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
- #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)
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
https://github.com/elastic/elasticsearch-net/compare/7.15.2...7.16.0
- #6023 Add Component template APIs (issues: #4748, #4718)
- #6024 Support configuring a certificate fingerprint
- #6031 Add inference processor (issues: #4412, #4341)
- #6055 Fix cleanup repository patch and regen LL code (issue: #6054)
https://github.com/elastic/elasticsearch-net/compare/7.15.1...7.15.2
- #6038 Support
wildcard
field inWildcardQuery
(issue: #6033) - #6042 Support deprecated range query properties
https://github.com/elastic/elasticsearch-net/compare/7.15.0...7.15.1
- #6025 Add experimental config to disable TLS1.3
- #6027 Support params on SQL query & translate APIs (issue: #6022)