Breaking Change
- #5317 Support multiple expand_wildcards. Due to a change on the server introduced in 7.10.1 of Elasticsearch for the Watcher APIs, we have updated
IndicesOptions
. This now supports anIEnumerable<ExpandWildcards>
rather than a singularExpandWildcards
value for the "ExpandWildcards" property. When using the Object Initializer syntax, where indices options are set, you will need to update your code to include theExpandWildcards
in anIEnumerable
form. When using the Fluent syntax, you existing code should continue to function without changes. When handling a response from the GET Watch API, you will need to handle the "ExpandWildcards" property as anIEnumerable
.
Features & Enhancements
- #5133 Update BoxplotAggregate response to include
Lower
andUpper
properties. - #5188 Add
EnablePositionIncrements
property toITokenCountProperty
(issue: #5186) - #5190 Add the
X-Elastic-Client-Meta
HTTP header which is used by Elastic Cloud and can be disabled with theDisableMetaHeader
property on theConnectionConfiguration
set to false. - #5205 Add
ResourceName
onAttachmentProcessor
(issue: #5198) - #5206 Add support for rate aggregations (issue: #5198)
- #5208 Add
AllowDuplicates
property toAppendProcessor
(issue: #5198) - #5209 Fix failing transform tests and support dates_as_epoch_millis (issues: #5185, #5198)
- #5230 Add support for mapping runtime fields [BETA] (issue: #5198)
- #5239 Implement AsyncSearch Status API
- #5240 Implement Clone Snapshot API
- #5259 Implement runtime fields on searches [BETA]
- #5275 Implement unsigned long numeric field (issue: #5198)
- #5286 Add support for GeoLine Aggregation
- #5200 Add support for the Version field type
Bug Fixes
- #5177 TcpStats.GetStats() now handles error when host cannot disclose information (issue: #5176)
- #5228 Fix deserialisation of aggs in Translate API response (issue: #5201)
- #5260 Fix bug in AutoExpandReplicas.Create (issue: #5258)
- #5271 Fix GetRoleMappings when multiple distinguished names returned (issue: #5270)
- #5294 Fix size overflow in StringToDoubleConverter