9.2.0
Release Notes
For: uc-cdis/fence
Notes since tag: 9.1.4
Notes to tag/commit: 9.2.0
Generated: 2023-08-01
New Features
- Usersync now supports parent/child study authorizations from dbGaP,
granting user access to child studies when they're given access to parent
studies. fence-config.yaml should have its dbGaP config updated to include
theparent_to_child_studies_mapping
property to define known parent to
child relationships in dbGaP. (#1102)
Improvements
- Enable client-credentials on /download/{guid} and
/ga4gh/drs/v1/objects/{guid}/access/{access_id} endpoints (#1104)
Dependency Updates
- Cryptography minimum version changed to 41.0.2 from 3.5. Support for
OpenSSL <1.1.1d has been removed, support for LibreSSL <3.6 dropped. See
https://cryptography.io/en/latest/changelog/#v41-0-0 for more information.
(#1102)
Deployment Changes
- Update fence-config.yaml to include
parent_to_child_studies_mapping
to
define parent/child relationships within the dbGaP block of the config.
(#1102)