Releases: elastic/elasticsearch-net
Releases · elastic/elasticsearch-net
9.1.6
8.19.5
9.1.5
What's Changed
- Introduce
RequestResponseConverter<T>
and make all non-generatedJsonConverter
s public by @flobernd in #8669- Greatly simplifies use of
Elastic.Clients.Elasticsearch
types in documents (e.g. for percolation; see #8003)
- Greatly simplifies use of
- Regenerate client by @flobernd in #8679
- Update
Elastic.Transport
to0.10.1
by @flobernd in #8681- Fixes a race condition (see #8671)
Full Changelog: 9.1.4...9.1.5
8.19.4
What's Changed
- Introduce
RequestResponseConverter<T>
and make all non-generatedJsonConverter
s public by @flobernd in #8669- Greatly simplifies use of
Elastic.Clients.Elasticsearch
types in documents (e.g. for percolation; see #8003)
- Greatly simplifies use of
- Regenerate client by @flobernd in #8679
- Update
Elastic.Transport
to0.10.1
by @flobernd in #8681- Fixes a race condition (see #8671)
Full Changelog: 8.19.3...8.19.4
9.1.4
8.19.3
9.1.3
9.1.2
9.1.1
What's Changed
- Regenerate client by @flobernd in #8644 and #8645
- 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