3.4.0.rc1 (23 October 2015)
Pre-release
Pre-release
Announcement
This release supports Elasticsearch 2.0. The CI Jenkins build tests with 2.0 are currently not working because of Jenkins issues rather than Curator code. All tests pass with python 2.7 and 3.4 with my hardware.
General
- API change in elasticsearch-py 1.7.0 prevented alias operations. Fixed in
#486 (HonzaKral) - During index selection you can now select only closed indices with
--closed-only
.
Does not impact--all-indices
Reported in #476. Fixed in #487 (Basster) - API Changes in Elasticsearch 2.0.0 required some refactoring. All tests pass
for ES versions 1.0.3 through 2.0.0-rc1. Fixed in #488 (untergeek) - es_repo_mgr now has access to the same SSL options from #462. #489 (untergeek)
- Logging improvements requested in #475. (untergeek)
- Added
--quiet
flag. #494 (untergeek) - Fixed
index_closed
to work with AWS Elasticsearch. #499 (univerio)