Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@cverna cverna released this 30 Jan 09:17
· 7 commits to develop since this release

Backwards incompatible:

  • Removed fedora.client.bodhi.
  • Drop support for Django
  • Drop support for TurboGears1
  • Drop support for TurboGears2
  • Drop support for flask_fas

New features:

  • OpenIDCBaseClient now supports a client_secret argument
  • Add support for PUT and DELETE requests to OpenIdBaseClient 'send_request' method.
  • Make flask_fas_openid compatible with flask >= 1.0

Bugfixes

  • OpenIdBaseClient The encoding arg of json.loads() is ignored and deprecated