Skip to content

Release 6.1.2

Compare
Choose a tag to compare
@deguif deguif released this 16 Feb 08:03
· 18 commits to 6.x since this release
461fedb

Bugfixes

  • Always set the Guzzle base_uri to support connecting to multiple ES hosts. #1618 #1644

Added

  • Added Elastica\Aggregation\WeightedAvg aggregation #1770
  • Added Elastica\Query\MatchQuery extending Elastica\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 of Elastica\Query\MatchQuery. #1898