v0.6.2
NOTICE
The 0.6 branch is fully usable, but deprecated. It remains for those not yet using Elasticsearch version 1.0.
Bug fixes will be released as needed, but no further development will be done for the 0.6 branch. Please consider upgrading your Elasticsearch to version 1.0+ and use the current release branch of curator.
0.6.2 (18 Feb 2014)
General
- Branch fork between 1.0 (ES 1.0+) and 0.6 (< ES 1.0)
- Documentation fixes #38 (dharrigan)
- Add support for HTTPS URI scheme and optparse compatibility for Python 2.6 (gelim)
- Module version checking handled inside setup.py (untergeek)
- Added ES version verification so 0.6 will not operate against ES 1.0 (untergeek)
- Pruned a 1.0 dependent operation from 0.6 branch (honzakral)
- Merged typo fix from #48 (gitshaw)