Release Notes
For: uc-cdis/guppy
Notes since tag: 0.20.1
Notes to tag/commit: 0.21.0
Generated: 2025-09-18
New Features
- Guppy can now correctly handle querying deeply nested array field values
(#329)
Bug Fixes
- Fixed a bug causing numeric aggregation query to crash if any of
rangeStart/rangeEnd/rangeStep/binCount
is in use (#328) - Fixed a bug causing auth premisssions are not correctly updated when
testing locally withINTERNAL_LOCAL_TEST=true
(#328)
Dependency Updates
- Bumps sha.js from 2.4.11 to
2.4.12. (#330) - Bumps on-headers and
compression. These dependencies
needed to be updated together. (#324) - Bumps tar-fs from 2.1.2 to 2.1.3.
(#319) - update
@babel/runtime-corejs3
to 7.27.1 (#318) - Bumps
@babel/runtime
from 7.25.7 to 7.27.0. (#314) - Bumps
@babel/helpers
from 7.25.7 to 7.26.10. (#310) - Bumps tar-fs from 2.1.1 to 2.1.2.
(#311)
Deployment Changes
- For deeply nested array fields, ETL needs to ensure its full path is
correctly generated in the array config index (for example,
visits.treatments_array_under_subjects.test_article_name_array_under_treatments
instead of justtest_article_name_array_under_treatments
), otherwise
Guppy will not be able to handle it correctly (#329)