Skip to content

Commit

Permalink
Update for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Mar 16, 2017
1 parent a617db5 commit 6370b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog

**New Features**

* Allow allocation action to unset a key/value pair by using an empty value.
Requested in #906. (untergeek)
* Added support for the Rollover API. Requested in #898, and by countless
others.
* Added ``warn_if_no_indices`` option for ``alias`` action in response to
Expand All @@ -17,8 +19,6 @@ Changelog

**Bug Fixes**

* Allow allocation action to unset a key/value pair by using an empty value.
Issue raised in #906. (untergeek)
* Check if an index is in an alias before attempting to delete it from the
alias. Issue raised in #887. (untergeek)
* Fix allocation issues when using Elasticsearch 5.1+. Issue raised in #871
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
urllib3>=1.8.3
elasticsearch>=2.4.0,<3.0.0
elasticsearch>=5.0.0,<6.0.0
click>=6.0
pyyaml>=3.10
voluptuous>=0.9.3
Expand Down

0 comments on commit 6370b4e

Please sign in to comment.