github elastic/elasticsearch-net 7.11.0

latest releases: serverless-1.1.17, 8.16.2, 8.16.1...
3 years ago

7.10.1...7.11.0

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 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)
  • #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

View the full list of issues and PRs

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.