Skip to content

CakePHP ElasticSearch 3.2.0

Compare
Choose a tag to compare
@markstory markstory released this 06 Jul 01:25
4b94de9

Deprecations

  • Association\Embedded::property() was deprecated. Use getProperty() and setProperty() instead.

Added

  • Index::save() now supports a routing option to specify the routing key for a document when saving.

Fixes

  • Improve documentation.
  • Don't accept elastica 7.x as it contains breaking changes that are incompatible with this library.