Skip to content

Releases: uc-cdis/cdis_oauth2client

Python 3.13

08 Jan 22:14
a6008d3

Choose a tag to compare

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 / Pipfile to Poetry
    (pyproject.toml) (#29)

Deployment Changes

  • Replaced Travis CI with GitHub Actions for building and publishing PyPI
    releases (#29)

Python 3.9

30 Jan 17:29
872b681

Choose a tag to compare

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

  • Python 3.9 (#22)
  • Update dependencies (#22)
  • pin cryptography 2.8 b/c of known bug with 2.9 (#12)

Improvements

  • Removing Veracode scanning pipeline (#19, #20)

New Features

  • Added .secinclude to include all relevant files needed for veracode scan.
    (#11)
  • Added .secexclude to explicitly remove any unneeded files. (#11)
  • Added Jenkinsfile.security for the veracode security organization in
    Jenkins to scan this repo regularly. (#11)

Python 3 Release

11 Dec 22:05
6518aa9

Choose a tag to compare

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

30 Jan 00:00
ff90b04

Choose a tag to compare

Merge pull request #4 from uc-cdis/feat/oauthheader

feat(oauth): try get token from header

feat(update-oauth): update the final oauth step

15 Aug 00:50

Choose a tag to compare

Merge pull request #1 from uc-cdis/feat/update-oauth

feat(update-oauth): update final step in auth

initial release

26 Jul 22:07

Choose a tag to compare

0.1.0

fix installation instructions in README