You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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 an IEnumerable<ExpandWildcards> rather than a singular ExpandWildcards 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 the ExpandWildcards in an IEnumerable 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 an IEnumerable.
Features & Enhancements
#5133 Update BoxplotAggregate response to include Lower and Upper properties.
#5188 Add EnablePositionIncrements property to ITokenCountProperty (issue: #5186)
#5190 Add the X-Elastic-Client-Meta HTTP header which is used by Elastic Cloud and can be disabled with the DisableMetaHeader property on the ConnectionConfiguration set to false.
#5205 Add ResourceName on AttachmentProcessor (issue: #5198)
#5206 Add support for rate aggregations (issue: #5198)
#5208 Add AllowDuplicates property to AppendProcessor (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)