17
0

- Update to 0.40.0:

* The instagram provider now extracts the user's full name.
  * New provider: NextCloud (OAuth2)
  * Added an SDK_URL setting for customizing the loading of the Facebook JavaScript SDK.
  * Updated Twitch provider to use new authentication endpoints (https://id.twitch.tv) over deprecated v5 endpoints (https://api.twitch.tv/kraken)
  * Added support for Patreon API v2, with API v1 set as default for backwards compatibility.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-allauth?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-09-16 10:09:12 +00:00
committed by Git OBS Bridge
parent ebaae0aaf1
commit 0ca461f99c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 16 10:06:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.40.0:
* The instagram provider now extracts the user's full name.
* New provider: NextCloud (OAuth2)
* Added an SDK_URL setting for customizing the loading of the Facebook JavaScript SDK.
* Updated Twitch provider to use new authentication endpoints (https://id.twitch.tv) over deprecated v5 endpoints (https://api.twitch.tv/kraken)
* Added support for Patreon API v2, with API v1 set as default for backwards compatibility.
-------------------------------------------------------------------
Sat Sep 14 03:39:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>