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 2023Releases
latest 44-
v7.2.227 Apr 2021Release notes
Open source →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
-
v7.2.125 Oct 2020Release notes
Open source →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
-
v7.2.020 Feb 2020Release notes
Open source →Changes in this release
- Add support for symfony serializer 5.0
- Upgraded minimum PHP version requirement to 7.2
-
v7.1.326 Oct 2020Release notes
Open source →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
-
v7.1.220 Feb 2020Release notes
Open source →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
-
v7.1.119 Feb 2020 -
v7.1.005 Feb 2020Nothing published for this version
-
v7.0.008 Oct 2019Nothing published for this version
-
v6.3.014 Mar 2023Release notes
Open source →Changes in this release
- Add support for PHP8.x
- Upgraded minimum PHP version requirement to 7.3
-
v6.2.020 Feb 2020Release notes
Open source →Changes in this release
- Add support for symfony serializer 5.0
- Upgraded minimum PHP version requirement to 7.2
-
v6.1.220 Feb 2020Release notes
Open source →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
-
v6.1.119 Feb 2020 -
v6.1.005 Feb 2020Nothing published for this version
-
v6.0.408 Oct 2019Nothing published for this version
-
v6.0.324 Jan 2019Nothing published for this version
-
v6.0.204 Sep 2018Nothing published for this version
-
v6.0.103 May 2018Nothing published for this version
-
v6.0.011 Apr 2018 -
v6.0.0-beta09 Mar 2018 pre-releaseNothing published for this version
-
v5.0.708 Oct 2019Nothing published for this version
-
v5.0.604 Sep 2018Nothing published for this version
-
v5.0.504 Jun 2018Nothing published for this version
-
v5.0.431 May 2018Nothing published for this version
-
v5.0.303 May 2018Nothing published for this version
-
v5.0.204 Apr 2017Nothing published for this version
-
v5.0.103 Feb 2017Nothing published for this version
-
5.0.030 Jan 2017Release notes
Open source →
- 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,SpecializedandTermLevel. - PHP version support changed to >=5.6
- Added
elasticsearch\elasticsearchto required dependency list in the composer.json. - Deprecated aggregations removed. Check if the namespace is correct. All aggregations grouped to
Bucketing,MetricandPipelinenamespaces. Search::getQueryParams()changed toSearch::getUriParams(). All setter's for request URI parameters removed in favor ofuriParamscontainer. You can add URI parameters byaddUriParam, and this function also has validation.Search::setFields()andSearch::getFields()were changed toSearch::setStoredFields()andSearch::getStoredFields().FilterEndpointwas removed due to deprecated filters in elasticsearch.- Added missing scroll param to URL params (#202)
- Namespace for some queries were changed. Queries were consolidated to a domain like Elasticsearch does. All queries were grouped to
-
v2.2.227 Jan 2017Nothing published for this version
-
v2.2.126 Jan 2017Release notes
Open source →
- 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.
-
v2.2.011 Nov 2016Release notes
Open source →
- Added support for elasticsearch 5.0
- Added functional tests to test library on elasticsearch 2.4 and 5.0
-
v2.1.222 Sep 2016Release notes
Open source →
- Added check if BoolQuery has requested type queries #159
- Added FilterAggregation getter #157
-
v2.1.116 Sep 2016 -
v2.1.007 Sep 2016Release notes
Open source →
- 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
-
v2.0.211 Jul 2016Release notes
Open source →
- Fixed function score query #122
- Added missing options array process in some functions
- Added date histogram aggregation
- Added significant terms aggregation
-
v2.0.103 May 2016 -
v2.0.003 Mar 2016Release notes
Open source →
- [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
-
v2.0.0-alpha26 Jan 2016 pre-releaseNothing published for this version
-
v1.1.317 Apr 2016 -
v1.1.201 Feb 2016 -
v1.1.126 Jan 2016Release notes
Open source →
- Fixed query endpoint normalization when called repeatedly #56
- Deprecated
DslTypeAwareTraitandFilterOrQueryDetectionTraittraits
-
v1.1.028 Dec 2015 -
v1.0.116 Dec 2015 -
v1.0.014 Sep 2015 -
v1.0.0-RC107 Sep 2015 pre-releaseNothing published for this version