Releases: omarryhan/aiogoogle
Releases · omarryhan/aiogoogle
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
Not including the tests dir in the distribution package.
Bug fixes
- Not including the tests dir in the distribution package.
Note to maintainer
This release was uploaded manually (instead of via the GH action) because I forgot to bump the version before creating the release.
v1.1.0
v1.0.1
Basic service accounts
This release is identical to 1.0.0. It's bumped up by one minor version because I wanted to test the Github publish workflow action.
Features
- Added basic service account functionality.
Backward incompatible changes
- Removed all abstract classes for auth managers because they weren't serving any meaningful purpose. This shouldn't impact your code unless you were directly importing the abstract classes.
- Removed
aiogoogle.auth.managers.OpenIDConnectManager.build_user_creds_jwt_grant
because it was being used incorrectly. It should've been used for service accounts and not user accounts. - Removed redundant/unused
verify
attribute/kwarg from OAuth2Manager's__init__
method.