Releases: frankie567/httpx-oauth
Releases · frankie567/httpx-oauth
v0.15.1
v0.15.0
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
andRevokeTokenError
accept an optionalresponse 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
Bump version 0.14.0 → 0.14.1
Bug fixes
- Handle GitHub refresh tokens errors not following the standard.
v0.14.0
v0.13.3
Bump version 0.13.2 → 0.13.3
Improvements
- Enable Python 3.12 support
- Bump dependencies:
httpx >=0.18,<0.28
v0.13.2
v0.13.1
Bump version 0.13.0 → 0.13.1
Improvements
- Bump dependencies:
httpx >=0.18,<0.26
v0.13.0
Bump version 0.12.0 → 0.13.0
Breaking changes
- Drop Python 3.7 support
v0.12.0
v0.11.2
Bump version 0.11.1 → 0.11.2
Bug fixes
- Fix FranceConnect:
nonce
is required