packagist ruflin/elastica 3.1.1
Release 3.1.1

latest releases: 8.x-dev, 8.0.0-alpha1, dev-8.0.0-alpha1-release...
8 years ago

This release is compatible with Elasticsearch 2.x and was tested with elasticsearch 2.2.1.

Added

  • Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. #1056
  • Update elasticsearch build dependency to elasticsearch 2.2.1

Improvements

  • Elastica\Exception\InvalidException will be thrown if you try using an
    Elastica\Aggregation\AbstractSimpleAggregation without setting either the
    field or script param.
  • Elastica\Index->deleteByQuery($query, $options) $query param can be a query array again
  • Elastica\Query\MoreLikeThis->toArray() now supports providing a non-indexed document as an input to perform the comparison.
  • Elastica\Status will lazy load the _stats at when it is needed. #1058

Don't miss a new elastica release

NewReleases is sending notifications on new releases.