Skip to content

Commit

Permalink
Update CHANGELOG for elastic.v5
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Oct 31, 2016
1 parent 4290432 commit c47ec22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,11 @@ which can be used in combination with the new
[Percolator type](https://www.elastic.co/guide/en/elasticsearch/reference/5.x/percolator.html).

The Percolate service is removed from Elastic 5.0.

## Remove Consistency, add WaitForActiveShards

The `consistency` parameter has been removed in a lot of places, e.g. the Bulk,
Index, Delete, Delete-by-Query, Reindex, Update, and Update-by-Query API.

It has been replaced by a somewhat similar `wait_for_active_shards` parameter.
See https://github.com/elastic/elasticsearch/pull/19454.

0 comments on commit c47ec22

Please sign in to comment.