Skip to content

Releases: cakephp/elastic-search

v1.5.0

15 May 20:05
af26c6b
Compare
Choose a tag to compare

Better compatibility with CakePHP 3.6

CakePHP ElasticSearch plugin 2.0.0-beta

21 Mar 15:14
19f02b7
Compare
Choose a tag to compare
Pre-release

This is the first stable release supporting Elastic 6.x

The main difference from previous versions is that Elastic joined the indexes and types as a single thing. Therefore there is no more separation in the code for these 2 things.

What was a Type before, is now an Index and your code must reflect this changes. This is a breaking release and requires you to change some code, but fundamentally the plugin works the same as before.

CakePHP ElasticSearch plugin 1.0.0

03 Sep 08:20
69bd695
Compare
Choose a tag to compare

This is the first stable release supporting both Elastic 2.x and 5.x

New features:

  • Support for should, should_not, must and must_not queries with the methods queryShould and queryMust
  • Added support for min_score and simple_query_string in the QueryBuilder

CakePHP ElasticSearch plugin version 0.5.0

03 Sep 07:53
Compare
Choose a tag to compare

This is the last stable release supporting the ElasticSearch 1.x version.