Python 3.9
Release Notes
For: uc-cdis/indexclient
Notes since tag: 2.1.0
Notes to tag/commit: 2.1.1
Generated: 2023-01-31
Dependency Updates
Bug Fixes
add_alias_for_did()
now hitsPOST /index/<guid>/aliases
instead of
POST /index/<guid>/aliases/
. The trailing slash was causing indexd to
interpret the calls as hits to thePOST /index/<guid>
endpoint. (#68)