Skip to content

Releases: frankie567/httpx-oauth

v0.11.1

27 Mar 16:17
v0.11.1
31d526a
Compare
Choose a tag to compare

Bump version 0.11.0 → 0.11.1

Improvements

  • New client for FranceConnect

v0.11.0

24 Jan 09:09
v0.11.0
66cb35e
Compare
Choose a tag to compare

Bump version 0.10.2 → 0.11.0

Breaking change

  • GoogleOAuth2 client: change parameter name from scope to scopes.
    • This is for consistency with other clients.
    • Thanks @Gr3atWh173 for raising and solving this point 🎉

v0.10.2

14 Nov 11:05
v0.10.2
846f96e
Compare
Choose a tag to compare

Bump version 0.10.1 → 0.10.2

New features

  • New clients added for Kakao and Naver. Thanks @joonas-yoon 🎉

Improvements

  • Fix typings with newer versions of mypy
  • Move to Hatch for package management
  • Enable Python 3.11 in test matrix

v0.10.1

03 Sep 15:20
28d0906
Compare
Choose a tag to compare

Improvements

  • Add branding for Reddit and Discord clients.

v0.10.0

31 Aug 16:43
3436a6b
Compare
Choose a tag to compare

Breaking changes

  • The return type of get_id_email is now Tuple[str, Optional[str]), which means the email is now optional and can be None.
    • This will help to better support providers that don't always provide an email address.

New features and improvements

  • New OpenID client, with automatic endpoints discovery. [Documentation]
  • Okta client implementation revamped using the OpenID client as a basis.

v0.9.1

12 Aug 14:03
6758998
Compare
Choose a tag to compare

Bug fixes

  • Fix SVG logos

v0.9.0

12 Aug 13:28
9f19ee6
Compare
Choose a tag to compare

New features

  • Add display name and SVG logo for some clients: Facebook, GitHub, Google, LinkedIn and Microsoft

v0.8.1

12 Aug 12:26
f41120f
Compare
Choose a tag to compare

Improvements

  • OAuth2 client will now catch all 4XX errors, not only 400 ones.

v0.8.0

11 Jul 08:03
44abc65
Compare
Choose a tag to compare

New features

v0.7.0

26 May 08:44
b06a320
Compare
Choose a tag to compare

Improvements

  • Allow customization of the httpx.AsyncClient by overloading the get_httpx_client method. [Documentation]
  • Bump dependencies:
    • httpx >=0.18,<0.24