Skip to content

Releases: frankie567/httpx-oauth

v0.16.1

20 Dec 07:23
v0.16.1
26761ec
Compare
Choose a tag to compare

Bump version 0.16.0 → 0.16.1

Bug fixes and improvements

  • Remove httpx<0.28 upper bound constraint

v0.16.0

06 Dec 10:26
v0.16.0
6bd2dd7
Compare
Choose a tag to compare

Bump version 0.15.1 → 0.16.0

Breaking changes

  • Drop Python 3.8 support

New features

  • Implement get_profile method on OAuth2 clients to retrieve raw profile data.

v0.15.1

22 Aug 13:02
v0.15.1
61223f3
Compare
Choose a tag to compare

Bump version 0.15.0 → 0.15.1

Bug fixes

  • Fix GitHubOAuth2.refresh_token error handling when the token is invalid.

v0.15.0

12 Jul 12:49
v0.15.0
1f20b6d
Compare
Choose a tag to compare

Bump version 0.14.1 → 0.15.0

Breaking changes

  • Exception classes have been moved to httpx_oauth.exceptions module.
  • Exception classes now have a required message property.
  • GetAccessTokenError, RefreshTokenError and RevokeTokenError accept an optional response property.

New features and improvements

  • Add support for client_secret_basic authentication method.
  • Improved error handling: network errors and JSON decode errors are now properly handled.
  • Code is now entirely documented with docstrings.

v0.14.1

17 Apr 08:14
v0.14.1
872a184
Compare
Choose a tag to compare

Bump version 0.14.0 → 0.14.1

Bug fixes

  • Handle GitHub refresh tokens errors not following the standard.

v0.14.0

12 Apr 07:49
v0.14.0
bd536f0
Compare
Choose a tag to compare

Bump version 0.13.3 → 0.14.0

Improvements

v0.13.3

03 Apr 07:44
v0.13.3
cd925f4
Compare
Choose a tag to compare

Bump version 0.13.2 → 0.13.3

Improvements

  • Enable Python 3.12 support
  • Bump dependencies:
    • httpx >=0.18,<0.28

v0.13.2

01 Feb 08:19
v0.13.2
07f2e8a
Compare
Choose a tag to compare

Bump version 0.13.1 → 0.13.2

Bug fixes and improvements

  • Fix #317: GitHub client returns the primary email by default. Thanks @lloesche 🎉
  • Bump dependencies:
    • httpx >=0.18,<0.27

v0.13.1

01 Feb 08:19
v0.13.1
9d10378
Compare
Choose a tag to compare

Bump version 0.13.0 → 0.13.1

Improvements

  • Bump dependencies:
    • httpx >=0.18,<0.26

v0.13.0

27 Jun 13:13
v0.13.0
2e82654
Compare
Choose a tag to compare

Bump version 0.12.0 → 0.13.0

Breaking changes

  • Drop Python 3.7 support