Skip to content

Releases: zapr-oss/druidry

Null check for threshold property in TopN query

12 Oct 12:11
888e027
Compare
Choose a tag to compare

Support for DataSketches

04 Oct 13:58
e915191
Compare
Choose a tag to compare

DataSketches are available as an extension :
http://druid.io/docs/latest/development/extensions-core/datasketches-aggregators

This release includes DataSketches related Aggregators and Post Aggregators.

Aggregators:

  1. thetaSketch

Post Aggregators:

  1. Sketch Estimator (thetaSketchEstimate)
  2. Sketch Operations (thetaSketchSetOp)

Equals And Hashcode for all entities and Builder for DruidSearch Query

19 Sep 16:33
c59aec5
Compare
Choose a tag to compare
  1. Now 2 queries and their components would be considered equal if their values are equal. Equals and Hashcode functions are overridden. (#14)
  2. Builder for DruidSearchQuery is added. (#44)

External Contributors:

  1. Harikrushna V (@hgvanpariya)

IntervalFilter Fix

06 Aug 14:53
f7bb154
Compare
Choose a tag to compare
  1. Bug where the type wasn't being set while creating of the filter. (#35)
  2. Not allowing null values in the constructor
  3. Unit Test case for the same.

Critical Bug Fix for getting List of Casted Object while querying

02 Aug 17:37
7076c9a
Compare
Choose a tag to compare

public <T> List<T> query(DruidQuery druidQuery, Class<T> className)

The method used to return as LinkedHashMap and not as T, which is asked.
From now, it will respect the class passed.

Contributor for this patch:

  1. Yeh-lei Wu (@aylei)

Support for Builder and Setter in Bound Filter

04 Jul 15:35
72b83e1
Compare
Choose a tag to compare
Merge pull request #29 from zapr-oss/develop

Version bumped to 2.1

Druidry as a Client

02 Apr 13:48
6c7f1bc
Compare
Choose a tag to compare

Druidry has evolved from a query generator to a Client.
With Druidry, the developer doesn't need to handle connections to the brokers and serializing and deserializing. Druidry takes care of that.
It uses Jersey as a client.

Although it is a major version upgrade, backward compatibility is still maintained. You can upgrade without any hassles.

Equals and Hashcode overrides for Interval class

02 Apr 13:49
6c7f1bc
Compare
Choose a tag to compare
Merge pull request #18 from zapr-oss/develop

Releasing Druid Client and version bumped to 2.0

Period Granularity was made child class of Granularity

11 Dec 16:37
e083c71
Compare
Choose a tag to compare
Merge pull request #8 from zapr-oss/develop

Adding support for travis