PackageTrack
Sign in Get early access

ongr/elasticsearch-dsl

Elasticsearch DSL library

v7.2.2 12M downloads/mo #4009 most downloaded on Packagist ongr-io/ElasticsearchDSL

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 1.9 years

Most releases are documented

notes for 26 of 41 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

44 releases · first in 2015

0 releases in the last 12 months

see the full history below

Release timeline

44 releases · Sep 2015 to Mar 2023
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 44
  1. v7.2.2 27 Apr 2021
    Release notes

    This release adds compatibility for php 8 and removes php 7.3 compatibility

    Changes in this release

    #349: Use Github Actions thanks to @shyim
    #350: Fixed for PHP 8 Compatibility thanks to @lernhart

    • Total issues resolved: 1
    • Total pull requests resolved: 2
    • Total contributors: 2
    Open source →
  2. v7.2.1 25 Oct 2020
    Release notes

    This release only fixes compatibility for composer/composer:^2.0.

    Changes in this release

    • Total issues resolved: 1
    • Total pull requests resolved: 2
    • Total contributors: 1
    Open source →
  3. v7.2.0 20 Feb 2020
    Release notes

    Changes in this release

    • Add support for symfony serializer 5.0
    • Upgraded minimum PHP version requirement to 7.2
    Open source →
  4. v7.1.3 26 Oct 2020
    Release notes

    This release only fixes compatibility for composer/composer:^2.0.

    Changes in this release

    • Total issues resolved: 1
    • Total pull requests resolved: 1
    • Total contributors: 1
    Open source →
  5. v7.1.2 20 Feb 2020
    Release notes

    Changes in this release

    • Removed support for symfony serializer 5.0 due incompatibility issues between v5 and v4

    There will be a v7.2 version of this library to support serializer v5

    Open source →
  6. v7.1.1 19 Feb 2020
    Release notes

    Changes in this release

    • Add support for symfony serializer 5.0
    Open source →
  7. v7.1.0 05 Feb 2020

    Nothing published for this version

  8. v7.0.0 08 Oct 2019

    Nothing published for this version

  9. v6.3.0 14 Mar 2023
    Release notes

    Changes in this release

    • Add support for PHP8.x
    • Upgraded minimum PHP version requirement to 7.3
    Open source →
  10. v6.2.0 20 Feb 2020
    Release notes

    Changes in this release

    • Add support for symfony serializer 5.0
    • Upgraded minimum PHP version requirement to 7.2
    Open source →
  11. v6.1.2 20 Feb 2020
    Release notes

    Changes in this release

    • Removed support for symfony serializer 5.0 due incompatibility issues between v5 and v4

    There will be a v6.2 version of this library to support serializer v5

    Open source →
  12. v6.1.1 19 Feb 2020
    Release notes

    Changes in this release

    • Add support for symfony serializer 5.0
    Open source →
  13. v6.1.0 05 Feb 2020

    Nothing published for this version

  14. v6.0.4 08 Oct 2019

    Nothing published for this version

  15. v6.0.3 24 Jan 2019

    Nothing published for this version

  16. v6.0.2 04 Sep 2018

    Nothing published for this version

  17. v6.0.1 03 May 2018

    Nothing published for this version

  18. v6.0.0 11 Apr 2018
    Release notes

    • Added support for the Elasticsearch 6
    Open source →
  19. v6.0.0-beta 09 Mar 2018 pre-release

    Nothing published for this version

  20. v5.0.7 08 Oct 2019

    Nothing published for this version

  21. v5.0.6 04 Sep 2018

    Nothing published for this version

  22. v5.0.5 04 Jun 2018

    Nothing published for this version

  23. v5.0.4 31 May 2018

    Nothing published for this version

  24. v5.0.3 03 May 2018

    Nothing published for this version

  25. v5.0.2 04 Apr 2017

    Nothing published for this version

  26. v5.0.1 03 Feb 2017

    Nothing published for this version

  27. 5.0.0 30 Jan 2017
    Release notes

    • Namespace for some queries were changed. Queries were consolidated to a domain like Elasticsearch does. All queries were grouped to Compound, FullText, Geo, Joining, Span, Specialized and TermLevel.
    • PHP version support changed to >=5.6
    • Added elasticsearch\elasticsearch to required dependency list in the composer.json.
    • Deprecated aggregations removed. Check if the namespace is correct. All aggregations grouped to Bucketing, Metric and Pipeline namespaces.
    • Search::getQueryParams() changed to Search::getUriParams(). All setter's for request URI parameters removed in favor of uriParams container. You can add URI parameters by addUriParam, and this function also has validation.
    • Search::setFields() and Search::getFields() were changed to Search::setStoredFields() and Search::getStoredFields().
    • FilterEndpoint was removed due to deprecated filters in elasticsearch.
    • Added missing scroll param to URL params (#202)
    Open source →
  28. v2.2.2 27 Jan 2017

    Nothing published for this version

  29. v2.2.1 26 Jan 2017
    Release notes

    • Fixed function score for 2.x elastic.
    • Fixed bug in nested and reverse nested aggregations. (#173)
    • Fixed bool query key assign for some OS to avoid duplication.
    Open source →
  30. v2.2.0 11 Nov 2016
    Release notes

    • Added support for elasticsearch 5.0
    • Added functional tests to test library on elasticsearch 2.4 and 5.0
    Open source →
  31. v2.1.2 22 Sep 2016
    Release notes

    • Added check if BoolQuery has requested type queries #159
    • Added FilterAggregation getter #157
    Open source →
  32. v2.1.1 16 Sep 2016
    Release notes

    • Minor stability fixes
    Open source →
  33. v2.1.0 07 Sep 2016
    Release notes

    • Aggregations were moved to its type namespace to avoid duplications. Old ones deprecated and will be removed in 3.0
    • Added all pipeline aggregations
    • Added inner hits support
    • Added suggest endpoint
    • Added new queries like Span Containing, Template and others
    Open source →
  34. v2.0.2 11 Jul 2016
    Release notes

    • Fixed function score query #122
    • Added missing options array process in some functions
    • Added date histogram aggregation
    • Added significant terms aggregation
    Open source →
  35. v2.0.1 03 May 2016
    Release notes

    • Fixed FiltersAggregation generates invalid array #91
    Open source →
  36. v2.0.0 03 Mar 2016
    Release notes

    • [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
    • [Feature] Added TermSuggest and Suggest endpoint
    Open source →
  37. v2.0.0-alpha 26 Jan 2016 pre-release

    Nothing published for this version

  38. v1.1.3 17 Apr 2016
    Release notes

    • Fixed parameters handling in BoolQuery query
    Open source →
  39. v1.1.2 01 Feb 2016
    Release notes

    • Deprecated FuzzyLikeThisQuery and FuzzyLikeThisFieldQuery queries
    Open source →
  40. v1.1.1 26 Jan 2016
    Release notes

    • Fixed query endpoint normalization when called repeatedly #56
    • Deprecated DslTypeAwareTrait and FilterOrQueryDetectionTrait traits
    Open source →
  41. v1.1.0 28 Dec 2015
    Release notes

    • 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
    Open source →
  42. v1.0.1 16 Dec 2015
    Release notes

    • Fixed function_score query options handling #35
    • Added Symfony 3 compatibility
    • Added support for timeout and terminate_after options in Search endpoint #34
    Open source →
  43. v1.0.0 14 Sep 2015
    Release notes

    Open source →
  44. v1.0.0-RC1 07 Sep 2015 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive