Skip to content

1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjsaylor cjsaylor released this 04 Mar 14:09
· 11 commits to master since this 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.