Bugfixes
Added
- Added
Elastica\Aggregation\WeightedAvg
aggregation #1770 - Added
Elastica\Query\MatchQuery
extendingElastica\Query\Match
. This is the same as 7.x, which renamed the class for PHP 8.0 support, and makes supporting the use of ruflin/elastica 6.1 and 7.0 in the same project. #1898
Improvements
- Added missing Response information to Bulk/ResponseSet #1775
Deprecated
Elastica\Query\Match
has been deprecated in favour ofElastica\Query\MatchQuery
. #1898