Skip to content

Commit fd0f982

Browse files
committed
Add Percentiles breaking changed documentation
1 parent aa76180 commit fd0f982

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@ 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+
- `PercentilesBucketAggregate`
38+
- `TDigestPercentilesAggregate`
39+
40+
The `Percentiles` union type got removed as it's no longer used.
41+
2242
## 9.0.0 [elasticsearch-net-client-900-breaking-changes]
2343

2444
### Overview

0 commit comments

Comments
 (0)