Skip to content

Releases: cakephp/elastic-search

CakePHP ElasticSearch 3.2.0

06 Jul 01:25
4b94de9
Compare
Choose a tag to compare

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.

CakePHP ElasticSearch 3.1.1

11 May 03:42
f8cfc54
Compare
Choose a tag to compare

Fixes

  • Fixed errors when numerically indexed conditions are used.

CakePHP ElasticSearch 3.1.0

09 May 19:00
4dbc859
Compare
Choose a tag to compare

Added

  • Added QueryBuilder::and() and QueryBuilder::or(). These methods replace and_() and or_() which are now deprecated.

CakePHP ElasticSearch 3.0.0

22 Mar 17:01
3.0.0
Compare
Choose a tag to compare
  • CakePHP 4.0 Compatible.
  • Elasticsearch 6+ required.

Read the upgrade guide for backwards incompatible changes caused by upgrading to elasticsearch 6+.

CakePHP ElasticSearch 2.0.1

12 May 02:05
Compare
Choose a tag to compare

Fixes

  • Fixed incorrect exception namespace.
  • Improved docblock annotations.
  • Documentation is now part of each release.

CakePHP ElasticSearch 2.0.0

02 Oct 01:28
ee06cf6
Compare
Choose a tag to compare
  • You can now marshal embedded documents recursively using the associated option.
  • You can now use the accessibleFields option to control which fields are marshalled for embedded documents.
  • When defining embeds the className option does not require a full namespace.

CakePHP ElasticSearch plugin 2.0.0-RC2

10 Jul 10:00
e7b85f0
Compare
Choose a tag to compare

Thanks to @josbeir for his awesome contributions.

v1.5.2

23 May 20:58
fbc4df5
Compare
Choose a tag to compare

Re-added the saveMany method

v1.5.1

23 May 08:49
3b7cea3
Compare
Choose a tag to compare

Fixed fatal error in previous release

CakePHP ElasticSearch plugin 2.0.0-RC1

15 May 20:06
ec0ae87
Compare
Choose a tag to compare
Pre-release

Bumped minimum required version for CakePHP to 3.6