github elastic/elasticsearch-net 8.19.1

latest releases: 9.1.6, 8.19.5, 8.19.4...
24 days ago

What's Changed

  • Regenerate client by @flobernd in #8644 and #8645
    • Fixes deserialization of PercentilesAggregate and improves usability (#8570)
    • Fixes serialization of TermsvectorRequest.fields (#8641)
  • Address some of the AOT compiler errors in .NET 9 by @Mpdreamz in #8649

Breaking Changes

The type of the Values property for the following classes got changed from the Percentiles union to a simple PercentilesItem collection:

  • HdrPercentilesAggregate
  • HdrPercentileRanksAggregate
  • TDigestPercentilesAggregate
  • TDigestPercentileRanksAggregate
  • PercentilesBucketAggregate

The Percentiles union type got removed as it's no longer used.


Full Changelog: 8.19.0...8.19.1

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.