Skip to content

Releases: zumba/elasticsearch-index-rotator

Support for ES 5.x

31 Jul 21:32
a9bb039
Compare
Choose a tag to compare

This release adds support for ElasticSearch 5.x. Everything this lib uses from the official elasticsearch library is compatible.

1.2.1

04 Mar 19:42
Compare
Choose a tag to compare
  • 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

04 Mar 14:09
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release
  • 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 the IndexRotator during user query time.
  • Fixed a bug with PHPUnit configuration that was showing code coverage for dependencies.

1.1.1

03 Mar 14:21
Compare
Choose a tag to compare
  • #2 Ensure primary index query is consistent by using primary preference. Thanks @polyfractal.

1.1.0

29 Feb 19:28
Compare
Choose a tag to compare
  • Adds ability to get indices and their configuration IDs.
  • Removing secondary indices now also removes their corresponding entry in the configuration index.

1.0.1

29 Feb 18:22
Compare
Choose a tag to compare
Added license. [skip ci]

Initial release.

26 Feb 20:51
Compare
Choose a tag to compare

Initial release of the libraries.