From 441247593755560ce6ce06e38add8daa05700070 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Tue, 12 Aug 2025 12:34:43 +0200 Subject: [PATCH] Add `Percentiles` breaking changed documentation --- docs/release-notes/breaking-changes.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 3ff9b442359..10b35f7909e 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -19,6 +19,28 @@ Breaking changes can impact your Elastic applications, potentially disrupting no % % :::: +## 9.1.1 [elasticsearch-net-client-911-breaking-changes] + +### Overview + +- [1. Improved usability of `Percentiles` aggregation results](#1-percentiles-aggregate) + +### Breaking changes + +#### 1. Improved usability of `Percentiles` aggregation results [#1-percentiles-aggregate] + +**Impact**: Low. + +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. + ## 9.0.0 [elasticsearch-net-client-900-breaking-changes] ### Overview