Releases: cakephp/elastic-search
Releases · cakephp/elastic-search
CakePHP Elasticsearch 4.0.1
What's Changed
- 4.x: change composer.json to cake5 stable version by @LordSimal in #316
Full Changelog: 4.0.0...4.0.1
CakePHP ElasticSearch 4.0.0
First version compatible with CakePHP 5.0
What's Changed
- Add a local development environment for running tests by @markstory in #289
- Remove usage QueryTrait by @markstory in #292
- Pass refresh parameter in primary save/saveMany/delete requests by @andrii-pukhalevych in #297
New Contributors
- @LordSimal made their first contribution in #313
Full Changelog: 3.4.4...4.0.0
CakePHP ElasticSearch 3.4.4
CakePHP ElasticSearch 3.4.3
What's Changed
- 3.x search upgrade preparation by @ndm2 in #285
- Update source files path. by @ndm2 in #287
- Add locator by @markstory in #290
Full Changelog: 3.4.2...3.4.3
3.4.2
What's Changed
- Improve type hints in Index and by @andrii-pukhalevych in #279
- Remove mocks from ResultSet tests. by @markstory in #280
- Fix bug in
Index::saveMany()
by @andrii-pukhalevych in #282 - Use
MatchQuery
instead of Match by @othercorey in #281
Full Changelog: 3.4.1...3.4.2
CakePHP ElasticSearch 3.4.1
CakePHP ElasticSearch 3.4.0
What's Changed
- Requires CakePHP 4.3
- Add support for CakePHP 4.3 fixture system
- Add IndexRegistry::$fallbackClassName by @andrii-pukhalevych in #266
New Contributors
- @andrii-pukhalevych made their first contribution in #263
Full Changelog: 3.3.0...3.4.0
CakePHP ElasticSearch 3.3.0
- Compatible with CakePHP 4.x
- ElasticSearch 7.x
CakePHP ElasticSearch 2.0.2
Changes
- Added cakephp/cakephp dependency to avoid using with wrong version
CakePHP ElasticSearch 3.2.1
Changes
- Added cakephp/cakephp dependency to avoid using with wrong version
- Fixed use of
Collection::groupBy(null)
with CakePHP 4.2