Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading