Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@ruflin ruflin released this 30 Jan 20:40

Backward Compatibility Breaks

  • Update Guzzle transport to use Guzzle 6
  • Elastica\Query\FunctionScore::setFilter - deprecated and will throw DeprecatedException since not supported by Elasticsearch. Use setQuery instead.

Added

  • Elastica\Result->getDocument and Elastica\ResultSet->getDocuments for return \Elastica\Document. #960

Improvements

  • Add username and password params to connection

Deprecated