4.12.0
Release Notes
For: uc-cdis/gen3sdk-python
Notes since tag: 4.11.3
Notes to tag/commit: 4.12.0
Generated: 2022-07-26
Improvements
- Hide metadata call 404 error when attempting to unpack packages and only
show custom logs instead. (#147) - Fix backoff behavior to not retry after receiving 404 error. (#147)
- Disable Backoff default logger and only show custom logs (#147)
- Allow to specify
guid_type
forgen3 discovery publish
CLI command (#127) - Change drs download mds call to use default python
request.raise_for_status() instead of gen3utils version. (#144) - renamed gen3utils raise_for_status() to raise_for_status_and_print_error()
for clarity. Refactored code. (#144)
New Features
- Add ability to publish unregistered metadata for
gen3 discovery publish
CLI command (#127)
Bug Fixes
- Change release tag to 4.12.0 (#146)