Skip to content

2.1.1

Compare
Choose a tag to compare
@russcam russcam released this 05 Apr 02:51
· 3574 commits to main since this release

Features

  • #1965 Add Missing Pipeline Aggregations: StatsBucket, ExtendedStatsBucket and PercentilesBucket. Many thanks to @jonyadamit for the PR 👍
  • #1981 Ensure AggregationVisitor is able to visit all types of Aggregation

Bug Fixes

  • #1983 Correct combining of two bool should queries when wrapped in a bool must query
  • #1982 Sigma should be a nullable double on ExtendedStatsBucket aggregation
  • #1964 Set the ComparisonValue when instantiating a Field using the constructor.