Skip to content

Releases: omarryhan/aiogoogle

v5.13.2

02 Oct 07:25
6c16cb1
Compare
Choose a tag to compare

Chores

Remove more deprecation warnings

Thanks

@npt !

v5.13.1

01 Oct 17:28
32f27b1
Compare
Choose a tag to compare

chores

Remove deprecation warnings

thanks

to @npt !

V5.13.0

03 Sep 06:05
e197afd
Compare
Choose a tag to compare

Features

Suggest using disco_doc_v2 when calling .discover() returns 404

Thanks to:

@dfguerrerom !

v5.12.0

02 Jul 22:08
c60370c
Compare
Choose a tag to compare

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
bce2043
Compare
Choose a tag to compare

Bug fixes

Fix mypi build error in v5.10.0

Thanks

To: @nagibyro !

v5.10.0

21 Jun 19:44
9d56ef4
Compare
Choose a tag to compare

Features

Add pytyped

Thanks

to: @Goldziher

Post Release Note:

Please upgrade to 5.11.0 if you face build issues with Mypi.
For more info: #145

v5.9.0

21 Jun 18:39
c02d11a
Compare
Choose a tag to compare

features

add types for HTTP response

Thanks

to: @wenleix

v5.8.0

20 May 13:39
7b01d0e
Compare
Choose a tag to compare

Post-release note

reverted (package build failure)

https://github.com/omarryhan/aiogoogle/actions/runs/9159624910/job/25180425577

New

Add py.typed

Thanks

to: @Goldziher !

v5.7.0

22 Mar 12:51
dbc84b5
Compare
Choose a tag to compare

Bug fixes

Fix type error in user_creds universe_domain

Thanks

to @ryanlewist

v5.6.0

25 Oct 20:46
d6432ac
Compare
Choose a tag to compare

Bug fixes

fix issue where client doesn't refresh user creds when they expire.