Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 21 Oct 16:58
eb11232

Release Notes

For: uc-cdis/gen3authz

Notes since tag: 2.1.0

Notes to tag/commit: 2.2.0

Generated: 2024-10-21

New Features

  • Add can_user_access_resources function which uses a user's auth mapping
    to determine which of the provided resource paths they have access to (#51)

Improvements

  • The auth_mapping function now supports providing a username, an access
    token or neither (anonymous request) to match what the Arborist endpoint
    supports (#51)
  • Use GitHub workflows to run unit tests and publish new versions to Pypi,
    instead of travis-ci which stopped working (#51)
  • Change the repository structure from /python/src/gen3authz/<python files>
    to /src/gen3authz/<python files> to match other Gen3 repositories and
    because the shared GitHub workflows do not support the old structure (#51)

Dependency Updates

  • Update dependencies (#51)