Releases: uc-cdis/guppy
Releases · uc-cdis/guppy
0.3.5
0.3.4: Merge pull request #54 from uc-cdis/fix/docker
optimize babel build and Docker launch command for guppy server
0.3.3: Release Notes
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
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
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
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
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
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
- uc-cdis/cloud-automation#869 depends on this PR (#39)
Improvements
GEN3_ARBORIST_ENDPOINTdefaults tohttp://arborist-service(#39)- add more doc about download endpoint (#38)
- More detailed doc for query syntax (#37)
Bug Fixes
Order aggs by doc count
Improvement:
- Now text aggregation results are ordered by doc count
Guppy with tier access
Merge pull request #32 from uc-cdis/fix/array-config-by-doc fix(array): change array config by doc