Skip to content

Releases: uc-cdis/authutils

5.0.3

01 Jun 19:53
73974b7

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 5.0.2

Notes to tag/commit: 5.0.3

Generated: 2020-06-01

5.0.2

01 Jun 18:24
2888721

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 5.0.1

Notes to tag/commit: 5.0.2

Generated: 2020-06-01

5.0.1

01 Jun 18:16
976f654

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 5.0.0

Notes to tag/commit: 5.0.1

Generated: 2020-06-01

Bug Fixes

  • This should address the following error: (#41)
  • sheepdog-service | from authlib.client import OAuthClient (#41)
  • sheepdog-service | File
    "/usr/local/lib/python3.6/site-packages/authlib/client/init.py", line
    9, in (#41)
  • sheepdog-service | from .oauth_client import OAuthClient,
    OAUTH_CLIENT_PARAMS (#41)
  • sheepdog-service | File
    "/usr/local/lib/python3.6/site-packages/authlib/client/oauth_client.py",
    line 1, in (#41)
  • sheepdog-service | from authlib.integrations._client import RemoteApp as
    OAuthClient (#41)
  • sheepdog-service | ModuleNotFoundError: No module named
    'authlib.integrations._client' (#41)
  • sheepdog-service | unable to load (#41)
  • 
    

async support, cleanup deps

29 May 14:56

Choose a tag to compare

5.0.0

fix Travis publish

Python 3

02 Jul 18:17
f6ad1e3

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.1.1

Notes to tag/commit: 4.0.0

Generated: 2019-07-02

Breaking Changes

  • Python 3 instead of python 2 (#36)

3.1.1

18 Jun 20:27
c8d8a16

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.1.0

Notes to tag/commit: 3.1.1

Generated: 2019-06-19

Dependency Updates

  • Update authlib from 0.4 to 0.11 (#35)

3.1.0

13 May 18:41
fcd3cf7

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.0.6

Notes to tag/commit: 3.1.0

Generated: 2019-05-13

3.0.6

24 Apr 21:59
e2c1098

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.0.5

Notes to tag/commit: 3.0.6

Generated: 2019-04-24

Dependency Updates

  • remove pyyaml from dependencies (#33)

Fix pip release

11 Apr 00:26
14d6742

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.0.4

Notes to tag/commit: 3.0.5

Generated: 2019-04-11

Update logging

10 Apr 22:20
ee9c8b1

Choose a tag to compare

Use cdislogging everywhere instead of flask logger.