Backward Compatibility Breaks
- The class
\Elastica\QueryBuilder\Version\Version240
has been moved to\Elastica\QueryBuilder\Version\Version700
#1693 - Dropped support for PHP 7.1 #1703
Bugfixes
- Renamed
\Elastica\Suggest\Term
deprecated optionprefix_len
toprefix_length
#1707 - The
\Elastica\Query\GeoPolygon::count()
method now returns the count of points passed to the filter #1696 - Fix issue in
\Elastica\Client::request()
which causes request data to not be sent to the logger #1682
Added
- Added
geo_bounding_box
,geo_polygon
,match_phrase
,match_phrase_prefix
,match_none
to\Elastica\QueryBuilder\Version\Version700
#1702 - Added
\Elastica\ResultSet::getTotalHitsRelation()
to get relation for total hits #1694 - Added
Sampler
aggregation #1688