Python Social v3.3.0 Release Notes

Release Date: 2020-03-17 // about 4 years ago
  • โž• Added

    • Okta backend
    • ๐Ÿ‘Œ Support for SAML Single Logout
    • SimpleLogin backend
    • SurveyMonkey backend
    • HubSpot backend
    • MRG backend
    • Sign in with Apple backend
    • Allow ignoring of default protected user fields with option SOCIAL_AUTH_NO_DEFAULT_PROTECTED_USER_FIELDS
    • ๐Ÿ‘Œ Support for users field names mapping
    • โž• Added GithubAppAuth backend

    ๐Ÿ”„ Changed

    • โž• Add refresh token to Strava backend, change username and remove email
    • โšก๏ธ Update test runner to PyTest
    • โž• Add python 3.7 CI target
    • Send User-Agent header on Untappd backend
    • โšก๏ธ Updated Naver API support from XML to JSON format
    • ๐Ÿ‘‰ Use unidecode to cleanup usernames from unicode characters
    • โšก๏ธ Update Twitch API support from v3 to v5
    • โœ… Properly setup pytest version for Python2 and Python3
    • ๐Ÿ›  Fix some spelling mistakes in docstrings
    • Fix old fields from FIELDS_STORED_IN_SESSION persisting in session
    • Github: pass access token in a header instead of in a query parameter.
    • โšก๏ธ Update Kakao API support from v1 to v2
    • โšก๏ธ Update Twitch API support to v5
    • โšก๏ธ Updated Patreon API support from v1 to v2 per issue #307
    • ๐Ÿ›  Fix user_details in user pipeline to allow model attributes to be updated
    • โšก๏ธ Updated Atlassian API urls