Skip to content

Releases: uc-cdis/guppy

0.3.4: Merge pull request #54 from uc-cdis/fix/docker

10 Sep 21:19
f0d62e4
Compare
Choose a tag to compare

optimize babel build and Docker launch command for guppy server

0.3.3: Release Notes

29 Aug 19:28
447305d
Compare
Choose a tag to compare
For: uc-cdis/guppy
Notes since tag: 0.3.2
Notes to tag/commit: 0.3.3
Generated: 2019-08-29

Improvements
  - Disable whitelist by default due to security concerns (#53)

0.3.2: Release Notes

13 Aug 18:25
a48c6de
Compare
Choose a tag to compare
For: uc-cdis/guppy
Notes since tag: 0.3.1
Notes to tag/commit: 0.3.2
Generated: 2019-08-13

Bug Fixes
  - Change nested terms agg default size limit (#51)

0.3.1: Release Notes

12 Aug 15:56
17a2d9e
Compare
Choose a tag to compare
For: uc-cdis/guppy
Notes since tag: 0.3.0
Notes to tag/commit: 0.3.1
Generated: 2019-08-12

Improvements
  - update NPM version (#50)
  - use `termsNestedFields` instead of `missedNestedFields` in GuppyWrapper
    nested aggregation calls (#49)
  - update npm package (#48)

0.3.0: Release Notes

02 Aug 16:26
fbf5dc4
Compare
Choose a tag to compare
For: uc-cdis/guppy
Notes since tag: 0.2.1
Notes to tag/commit: 0.3.0
Generated: 2019-08-02

New Features
  - Handle nested aggregation for number fields (#47)
  - Add nested aggregation to GuppyWrapper (#47)

Bug Fixes
  - Correctly translate GQLFilter if a missing value from a filed has been
    selected into the filter (#46)

0.2.1: Release Notes

29 Jul 19:18
687942d
Compare
Choose a tag to compare
For: uc-cdis/guppy
Notes since tag: 0.2.0
Notes to tag/commit: 0.2.1
Generated: 2019-07-29

New Features
  - Support `!=` (is not) op for filter (#45)
  - Guppy now support this kind of nested aggregation queries (#42)
  - Guppy also has a wrapper query function `queryGuppyForNestedAgg` that helps
    to build this kind of GQL queries (#42)

Improvements
  - Updated docs for Guppy syntax of nested aggs (#43)
  - Unit tests for auth, config, schema, filter and aggregation (#41)

Deployment Changes
  - https://github.com/uc-cdis/data-portal/pull/558 depends on this PR (#45)

0.2.0

10 Jun 18:45
7d5a077
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/guppy
Notes since tag: 0.1.2
Notes to tag/commit: 0.2.0
Generated: 2019-06-10

Deployment Changes

Improvements

  • GEN3_ARBORIST_ENDPOINT defaults to http://arborist-service (#39)
  • add more doc about download endpoint (#38)
  • More detailed doc for query syntax (#37)

Bug Fixes

  • deal with empty case for download's sort arg (#40)
  • change script to generate array index data (#36)

Order aggs by doc count

29 May 16:37
662c796
Compare
Choose a tag to compare

Improvement:

  • Now text aggregation results are ordered by doc count

Guppy with tier access

17 May 21:55
61f0e4b
Compare
Choose a tag to compare
Merge pull request #32 from uc-cdis/fix/array-config-by-doc

fix(array): change array config by doc