Skip to content

2.14.0

Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 11 Nov 16:00
· 114 commits to master since this release
bc8621e

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.13.0

Notes to tag/commit: 2.14.0

Generated: 2020-11-11

Improvements

  • Records with an empty authz can now be updated by admins (#297)
  • Return 400 instead of 409 in case of conflict (#289)

Bug Fixes

  • fix overwriting of acl and authz fields to [] on POST to
    /index/blank/{guid} (#295)
  • update updated_date when modifying record (#294)
  • Fix 500 error when indexd blank endpoints are called without a body (#289)

New Features

  • Added new get_with_nonstrict_prefix helper to index_driver. (#291)
  • Updated /ga4gh/drs/v1/objects/<path:object_id> and
    /index/<path:object_id> GET endpoints to utilize this new method. (#291)
  • Implemented dist endpoint and added unit test (#293)