Releases: zumba/elasticsearch-index-rotator
Releases · zumba/elasticsearch-index-rotator
Support for ES 5.x
1.2.1
- Removed backwards incompatible option
client
from alias strategy. This was causing an issue with applications using the 1.x branch of\Elasticsearch\Client
. - Fixed a bug where the configuration index couldn't create the mapping due to the mapping not being moved out of the index rotator.
1.2.0
- Added a strategy structure for primary index selection and updating.
- Added an alias strategy for primary index operations. The configuration index is still used for secondary indices, but using this strategy it is no longer necessary to call
getPrimaryIndex
on theIndexRotator
during user query time. - Fixed a bug with PHPUnit configuration that was showing code coverage for dependencies.
1.1.1
1.1.0
1.0.1
Initial release.
Initial release of the libraries.