Skip to content

Commit c47ec22

Browse files
committed
Update CHANGELOG for elastic.v5
1 parent 4290432 commit c47ec22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG-5.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,11 @@ which can be used in combination with the new
185185
[Percolator type](https://www.elastic.co/guide/en/elasticsearch/reference/5.x/percolator.html).
186186

187187
The Percolate service is removed from Elastic 5.0.
188+
189+
## Remove Consistency, add WaitForActiveShards
190+
191+
The `consistency` parameter has been removed in a lot of places, e.g. the Bulk,
192+
Index, Delete, Delete-by-Query, Reindex, Update, and Update-by-Query API.
193+
194+
It has been replaced by a somewhat similar `wait_for_active_shards` parameter.
195+
See https://github.com/elastic/elasticsearch/pull/19454.

0 commit comments

Comments
 (0)