Skip to content

Releases: elastic/elasticsearch-net

9.1.5

19 Aug 12:28
ad4808a
Compare
Choose a tag to compare

What's Changed

  • Introduce RequestResponseConverter<T> and make all non-generated JsonConverters public by @flobernd in #8669
    • Greatly simplifies use of Elastic.Clients.Elasticsearch types in documents (e.g. for percolation; see #8003)
  • Regenerate client by @flobernd in #8679
  • Update Elastic.Transport to 0.10.1 by @flobernd in #8681
    • Fixes a race condition (see #8671)

Full Changelog: 9.1.4...9.1.5

8.19.4

19 Aug 12:29
d539a57
Compare
Choose a tag to compare

What's Changed

  • Introduce RequestResponseConverter<T> and make all non-generated JsonConverters public by @flobernd in #8669
    • Greatly simplifies use of Elastic.Clients.Elasticsearch types in documents (e.g. for percolation; see #8003)
  • Regenerate client by @flobernd in #8679
  • Update Elastic.Transport to 0.10.1 by @flobernd in #8681
    • Fixes a race condition (see #8671)

Full Changelog: 8.19.3...8.19.4

9.1.4

13 Aug 12:18
56b87ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.3...9.1.4

8.19.3

13 Aug 12:19
e0e135f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.19.2...8.19.3

9.1.3

12 Aug 14:27
7ffeadf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.2...9.1.3

9.1.2

12 Aug 12:38
ebd7538
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.1...9.1.2

9.1.1

12 Aug 10:38
450aac9
Compare
Choose a tag to compare

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: 9.1.0...9.1.1

8.19.2

12 Aug 12:38
1f27d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.19.1...8.19.2

8.19.1

12 Aug 10:38
2053489
Compare
Choose a tag to compare

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

8.19.0

05 Aug 09:01
01f5628
Compare
Choose a tag to compare

What's Changed

  • Release 8.19.0.

This release backports all improvements of the 9.x client to the 8.x major version of the client.

Warning

Please note that some of the changes in this release are breaking!

For a complete list of improvements in this release, have a look at the 9.0.0 release notes and breaking changes to learn about all breaking changes.

Full Changelog: 8.19.0-preview.4...8.19.0