Skip to content

Releases: fedora-infra/python-fedora

Release 1.1.1

26 Nov 09:45
54b0153
Compare
Choose a tag to compare

Bugfixes:

  • Membership of the signed_fpca group was not always requested.
  • Handle the requested group list being passed as a set (wink wink Pagure).

Release 1.1.0

27 Oct 15:40
baea8c2
Compare
Choose a tag to compare

New features:

  • Support for the new AAA system, which adds users who have signed agreement "foobar" to the signed_foobar group. Make use of this to set the cla_done key.

Release 1.0.0

30 Jan 09:17
Compare
Choose a tag to compare

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

Release 0.10.0

01 Feb 11:27
0.10.0
Compare
Choose a tag to compare
  • Seperate init_app in flask_fas_openid
  • Some py3 compatibility
  • Harden url() function

Release 0.9.0

08 Aug 18:33
0.9.0
Compare
Choose a tag to compare
  • Deprecated fedora.client.bodhi in favor of bodhi.client.bindings.
  • Added OpenID Connect client
  • Added file permission checks on openidbaseclient cookies
  • Fix for CVE-2017-1002150

Release 0.8.0

24 Apr 10:04
0.8.0
Compare
Choose a tag to compare
  • Removed python 2.5 compatibility code
  • Various python 3 fixes
  • Documentation fixes
  • OpenID endpoint check
  • Cookie clearing on login in openidbaseclient
  • Removed flask_fas backwards compatibility module