Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 12:49
· 12 commits to master since this release
v0.15.0
1f20b6d

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.