Skip to content

Releases: uc-cdis/indexclient

2.3.0

06 Mar 22:17
7b3e3a5
Compare
Choose a tag to compare

For: uc-cdis/indexclient

Notes since tag: 2.2.0

Notes to tag/commit: 2.3.0

Generated: 2024-03-06

New Features

Bug Fixes

Improvements

  • Re-release of 2.2.0 to fix version misalignment with PyPI

Dependency Updates

2.2.0

20 Jun 20:01
7b3e3a5
Compare
Choose a tag to compare

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

31 Jan 16:48
76c91cc
Compare
Choose a tag to compare

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 hits POST /index/<guid>/aliases instead of
    POST /index/<guid>/aliases/. The trailing slash was causing indexd to
    interpret the calls as hits to the POST /index/<guid> endpoint. (#68)

Improvements

  • Removing Veracode scanning pipeline (#66, #67)
  • add precommit hooks cfg (#60)
  • cleanup whitespace/formatting (#60)
  • add security baseline (#60)

automatic PyPI release and Pipenv usage

25 Feb 19:08
8ea5dfe
Compare
Choose a tag to compare

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

04 Dec 22:05
fb9e9b1
Compare
Choose a tag to compare

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 in indexclient (#53)

Improvements

  • Updated documentation for indexclient (#53)

Breaking Changes

  • Indexclient no longer supports Python2. (#53)

Fix path building

24 Sep 18:30
3845053
Compare
Choose a tag to compare

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

14 Aug 19:20
7fbb873
Compare
Choose a tag to compare
Merge pull request #51 from uc-cdis/chore/setup-version

chore(setup): change to new version to release

Support new `authz` field in indexd

20 Jun 20:08
f2348bb
Compare
Choose a tag to compare

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

26 Mar 21:16
3493bcb
Compare
Choose a tag to compare

Make indexclient more stable by adding timeout and retry logic

support list with params updates

09 Jul 18:24
319801c
Compare
Choose a tag to compare
1.5.5

Merge pull request #29 from uc-cdis/feat/add_urls_metadata_in_list_wi…