Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

CHANGELOG

v2.0.0 (2016-x)

  • [BC break] Aggregation name is not prefixed anymore
  • [BC break] Removed all filters and filtered query
  • [BC break] Query's toArray() now returns array WITH query type

v1.1.2 (2016-02-01)

  • Deprecated FuzzyLikeThisQuery and FuzzyLikeThisFieldQuery queries

v1.1.1 (2016-01-26)

  • Fixed query endpoint normalization when called repeatedly #56
  • Deprecated DslTypeAwareTrait and FilterOrQueryDetectionTrait traits

v1.1.0 (2015-12-28)

  • Fixed nested query in case bool with single must clause given #32
  • Deprecated all filters and filtered query #50
  • Added filter clause support for BoolQuery #48

v1.0.1 (2015-12-16)

  • Fixed function_score query options handling #35
  • Added Symfony 3 compatibility
  • Added support for timeout and terminate_after options in Search endpoint #34