Skip to content

Releases: GameAnalytics/panoramix

Allow passing JSON queries straight to Druid in post_query

09 Jun 08:52
c44217d
Compare
Choose a tag to compare
Allow passing JSON queries straight to Druid in post_query (#63)

This makes it possible to use any kind of query, regardless of whether
Panoramix has support for building and encoding it.

Allow capitalized aggregation types

03 Jun 11:27
be436a0
Compare
Choose a tag to compare

Some HLL aggregation names are capitalized and therefore won't play well with from macro. For such cases
use their aliases as a workaround: hllSketchBuild, hllSketchMerge, hllSketchEstimate, hllSketchUnion, hllSketchToString.

Allow lookups in filters

03 Apr 15:39
f551348
Compare
Choose a tag to compare
Allow lookups to be used on dimensions in filters (#53)

The syntax is:

    dimensions.foo |> lookup(:lookup_name)

Add status code field to exception

27 Sep 09:11
8183c86
Compare
Choose a tag to compare
Merge pull request #39 from GameAnalytics/add-status-code-to-error

Add status code to exception thrown

Persist context defaults

25 Jun 15:33
4d29597
Compare
Choose a tag to compare

If user supplied context parameters of timeout or priority are missing then populate them with defaults from app config.
Additional work done on .travis.yml to publish the package to hex.

Rewrite "not" filter generation

29 Apr 11:41
398512b
Compare
Choose a tag to compare
Merge pull request #33 from GameAnalytics/rewrite-not

Rewrite "not" filter generation

Merge "and" filters

26 Apr 14:16
49a2dd6
Compare
Choose a tag to compare
Merge pull request #32 from GameAnalytics/merge-and

Merge "and" filters

Rename to Panoramix

25 Apr 11:43
7a67861
Compare
Choose a tag to compare
0.10.0

Travis.com -> Travis.org

Add fields needed for search query

20 Feb 14:26
766c915
Compare
Choose a tag to compare
Merge pull request #27 from GameAnalytics/search-query-fields

Add fields needed for search query

Change post_query argument order

22 Oct 16:09
e5a2a81
Compare
Choose a tag to compare
Merge pull request #26 from GameAnalytics/arguments

Change argument order, add default value