Skip to content

Commit

Permalink
Prepare release 6.1.1 (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 29, 2019
1 parent b300234 commit 333dff6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.0...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.1...master)

### Backward Compatibility Breaks

### Bugfixes

### Added

### Improvements

### Deprecated

## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.0...6.1.1)

### Added

* Added `BucketSelector` aggregation [#1554](https://github.com/ruflin/Elastica/pull/1554)
* Added `DerivativeAggregation` [#1553](https://github.com/ruflin/Elastica/pull/1553)
* The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
Expand All @@ -18,8 +26,6 @@ All notable changes to this project will be documented in this file based on the

* Reduced memory footprint of response by not keeping the raw JSON data when JSON after JSON has been parsed. [#1588](https://github.com/ruflin/Elastica/pull/1588)

### Deprecated

## [6.1.0](https://github.com/ruflin/Elastica/compare/6.0.2...6.1.0)

### Backward Compatibility Breaks
Expand Down Expand Up @@ -59,7 +65,7 @@ All notable changes to this project will be documented in this file based on the
"number_of_significant_value_digits" : 3
}
```

* Never implemented the method *Missing* on [`Aggregation\Percentiles`](https://www.elastic.co/guide/en/elasticsearch/reference/6.4/search-aggregations-metrics-percentile-aggregation.html) [#1532](https://github.com/ruflin/Elastica/pull/1532)

## [6.0.2](https://github.com/ruflin/Elastica/compare/6.0.1...6.0.2)
Expand Down

0 comments on commit 333dff6

Please sign in to comment.