-
Simonas Šerlinskas authoredSimonas Šerlinskas authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CHANGELOG.md 2.17 KiB
CHANGELOG
v2.x (2016-x)
v2.2.0 (2016-11.11)
- Added support for elasticsearch 5.0
- Added functional tests to test library on elasticsearch 2.4 and 5.0
v2.1.2 (2016-09-22)
- Added check if BoolQuery has requested type queries #159
- Added FilterAggregation getter #157
v2.1.1 (2016-09-16)
- Minor stability fixes
v2.1.0 (2016-09-07)
- 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.2 (2016-07-11)
- Fixed function score query #122
- Added missing options array process in some functions
- Added date histogram aggregation
- Added significant terms aggregation
v2.0.1 (2016-05-03)
- Fixed FiltersAggregation generates invalid array #91
v1.1.3 (2016-04-17)
- Fixed parameters handling in BoolQuery query
v2.0.0 (2016-03-03)
- [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
v1.1.2 (2016-02-01)
- Deprecated
FuzzyLikeThisQuery
andFuzzyLikeThisFieldQuery
queries
v1.1.1 (2016-01-26)
- Fixed query endpoint normalization when called repeatedly #56
- Deprecated
DslTypeAwareTrait
andFilterOrQueryDetectionTrait
traits
v1.1.0 (2015-12-28)
- Fixed nested query in case
bool
with singlemust
clause given #32 - Deprecated all filters and filtered query #50
- Added
filter
clause support forBoolQuery
#48