Skip to content

3.1.0: Nested fields support

Compare
Choose a tag to compare
@mfshao mfshao released this 19 Jul 21:03
· 53 commits to master since this release
d796552

Release Notes

For: uc-cdis/metadata-service

Notes since tag: 3.0.0

Notes to tag/commit: 3.1.0

Generated: 2023-07-19

New Features

  • AggMDS field mappings now support using JSON path as field names to setup
    nested object in the result (#95)

Improvements

  • Updated test codes (#95)
  • Log detailed authentication errors from authutils (#93)
  • Set USE_AGG_MDS in the tests so that all tests pass locally out of the
    box (#87)
  • The objects module checks the validity of authz values by validating
    both the version and the resource_paths (#87)

Deployment Changes