Releases: uc-cdis/cdis_oauth2client
Releases · uc-cdis/cdis_oauth2client
Python 3.13
Release Notes
For: uc-cdis/cdis_oauth2client
Notes since tag: 1.1.0
Notes to tag/commit: 2.0.0
Generated: 2026-01-08
Breaking Changes
- Updated minimum supported Python version to 3.13 (#29)
- Migrated project configuration from
setup.py/Pipfileto Poetry
(pyproject.toml) (#29)
Deployment Changes
- Replaced Travis CI with GitHub Actions for building and publishing PyPI
releases (#29)
Python 3.9
Release Notes
For: uc-cdis/cdis_oauth2client
Notes since tag: 1.0.0
Notes to tag/commit: 1.1.0
Generated: 2023-01-30
Dependency Updates
Improvements
New Features
Python 3 Release
Release
For: uc-cdis/cdis_oauth2client
Notes since tag: 0.1.4
Notes to tag/commit: 1.0.0
Generated: 2019-12-11
Updates
Supports Python 3
Drops Support for Python 2
support access token header
Merge pull request #4 from uc-cdis/feat/oauthheader feat(oauth): try get token from header
feat(update-oauth): update the final oauth step
Merge pull request #1 from uc-cdis/feat/update-oauth feat(update-oauth): update final step in auth
initial release
0.1.0 fix installation instructions in README