Releases: uc-cdis/indexclient
2.3.0
2.2.0
Release Notes
For: uc-cdis/indexclient
Notes since tag: 2.1.1
Notes to tag/commit: 2.2.0
Generated: 2023-06-20
New Features
- Adds description, content_updated_time and content_created_time fields for
index records. (#76)
Bug Fixes
Improvements
- Update documentation for installing with pipenv (#72)
- .gitignore updates for IDE and misc dev tools (#72)
Dependency Updates
- Updates indexd to 5.0.1 from 3.5.0 (#76)
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)
Improvements
automatic PyPI release and Pipenv usage
Release Notes
For: uc-cdis/indexclient
Notes since tag: 2.1.0
Notes to tag/commit: 2.1.0
Generated: 2020-02-25
2.0.0: Drop python2 support
Release Notes
For: uc-cdis/indexclient
Notes since tag: 1.6.2
Notes to tag/commit: 2.0.0
Generated: 2019-12-04
Bug Fixes
- Do not crash if the response from indexd does not contain JSON (#57)
New Features
- Added support for new
indexd
aliasing system inindexclient
(#53)
Improvements
- Updated documentation for
indexclient
(#53)
Breaking Changes
- Indexclient no longer supports Python2. (#53)
Fix path building
Release Notes
For: uc-cdis/indexclient
Notes since tag: 1.6.1
Notes to tag/commit: 1.6.2
Generated: 2019-09-24
Bug Fixes
- Fix bug with alias path building when we use a custom indexd base URL (#52)
update setup.py and readme
Merge pull request #51 from uc-cdis/chore/setup-version chore(setup): change to new version to release
Support new `authz` field in indexd
Index records now contain an authz
field designed for use with arborist. This version adds support for creating/modifying records including the authz
field.
See the following PRs in indexd for context:
Add timeout and retry logic
Make indexclient more stable by adding timeout and retry logic
support list with params updates
1.5.5 Merge pull request #29 from uc-cdis/feat/add_urls_metadata_in_list_wi…