Releases: omarryhan/aiogoogle
Releases · omarryhan/aiogoogle
v5.17.0
26 Aug 10:15
Compare
Sorry, something went wrong.
No results found
Fixes
Fix HTTPError signature
Thanks
@dastier For the fix
& @kdelinx for the filing the issue and fix proposal.
v5.16.0
26 Aug 10:06
Compare
Sorry, something went wrong.
No results found
Fixes
Fix deprecation warning of Aiohttp lib by using composition instead of inheritence.
Thanks
@Yasu-umi
v5.15.0
12 Mar 19:15
Compare
Sorry, something went wrong.
No results found
Features
Aiohttp session now supports proxy
To use: set AIOGOOGLE_HTTP_PROXY=$proxy_url
Thanks to
@zyssyz123 !!
v5.14.1
14 Feb 16:46
Compare
Sorry, something went wrong.
No results found
bump version
forgot to bump version in version .py in the previous release.
v5.14.0
14 Feb 16:45
Compare
Sorry, something went wrong.
No results found
Bug fixes
Support refresh_token_expires_in in usercreds
v5.13.2
02 Oct 07:25
Compare
Sorry, something went wrong.
No results found
Chores
Remove more deprecation warnings
Thanks
@npt !
v5.13.1
01 Oct 17:28
Compare
Sorry, something went wrong.
No results found
chores
Remove deprecation warnings
thanks
to @npt !
V5.13.0
03 Sep 06:05
Compare
Sorry, something went wrong.
No results found
Features
Suggest using disco_doc_v2 when calling .discover() returns 404
Thanks to:
@dfguerrerom !
v5.12.0
02 Jul 22:08
Compare
Sorry, something went wrong.
No results found
Features
Add type hints throughout the lib: #146
Details:
Added additional type annotations to the following functions:
ServiceAccountCreds.init
Aiogoogle.init
Aiogoogle.discover
Aiogoogle. as_service_account
Aiogoogle. aenter
Aiogoogle. aexit
Request.init
Thanks
To: @TomerYogev !
v5.11.0
02 Jul 16:49
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix mypi build error in v5.10.0
Thanks
To: @nagibyro !