-------------------
**New Features**
* Index Settings are here! First requested as far back as 160, it's been
requested in various forms culminating in 656. The official documentation
addresses the usage. (untergeek)
* Remote reindex now adds the ability to migrate from one cluster to another,
preserving the index names, or optionally adding a prefix and/or a suffix.
The official documentation shows you how. (untergeek)
* Added support for naming rollover indices. 970 (jurajseffer)
* Testing against ES 5.4.1, 5.3.3
**Bug Fixes**
* Since Curator no longer supports old versions of python, convert tests to
use ``isinstance``. 973 (untergeek)
* Fix stray instance of ``is not`` comparison instead of ``!=`` 972
(untergeek)
* Increase remote client timeout to 180 seconds for remote reindex. 930
(untergeek)
**General**
* elasticsearch-py dependency bumped to 5.4.0
* Added mock dependency due to isinstance and testing requirements
* AWS ES 5.3 officially supports Curator now. Documentation has been updated
to reflect this.