Skip to content

Commit 1410153

Browse files
authored
Add Percentiles breaking changed documentation (#8653)
1 parent aa76180 commit 1410153

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,28 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
1919
%
2020
% ::::
2121

22+
## 9.1.1 [elasticsearch-net-client-911-breaking-changes]
23+
24+
### Overview
25+
26+
- [1. Improved usability of `Percentiles` aggregation results](#1-percentiles-aggregate)
27+
28+
### Breaking changes
29+
30+
#### 1. Improved usability of `Percentiles` aggregation results [#1-percentiles-aggregate]
31+
32+
**Impact**: Low.
33+
34+
The type of the `Values` property for the following classes got changed from the `Percentiles` union to a simple `PercentilesItem` collection:
35+
36+
- `HdrPercentilesAggregate`
37+
- `HdrPercentileRanksAggregate`
38+
- `TDigestPercentilesAggregate`
39+
- `TDigestPercentileRanksAggregate`
40+
- `PercentilesBucketAggregate`
41+
42+
The `Percentiles` union type got removed as it's no longer used.
43+
2244
## 9.0.0 [elasticsearch-net-client-900-breaking-changes]
2345

2446
### Overview

0 commit comments

Comments
 (0)