Skip to content

Releases: omarryhan/aiogoogle

v5.5.0

02 Sep 10:38
d6b88ae
Compare
Choose a tag to compare

Bug fixes

Fix error where user_creds aren't passed before refresh in next_page iterator

v5.4.0

06 Jul 04:09
f4eb962
Compare
Choose a tag to compare

Bug fixes

  • Handle unicode decode error when resolving aiohttp request bodies

Thanks to:

@lucasweb3

v5.3.0

06 Apr 07:00
aed668e
Compare
Choose a tag to compare

Bug fixes

  • Make sure token is fresh when paginating.

Big thanks

to @neel004

v5.2.0

15 Feb 10:14
a58052e
Compare
Choose a tag to compare

bug fixes

  • fix a bug with URL escape character.

Thanks to

@KonstantAnxiety

v5.1.0

11 Jan 14:47
bf33581
Compare
Choose a tag to compare

Feature

Now you're able to configure safe parameters for URL encoding of path parameters being passed because they differ from one API to the other.

Thanks to

@jignesh-crest

v5.0.0

20 Dec 21:15
Compare
Choose a tag to compare

Bugs / breaking change

Revert a previous change/bug-fix where path parameters with forward slashes "/" were being URL encoded, when they shouldn't. Now the encoding of forward slashes is optional again.

v4.5.0

03 Dec 20:53
94931e1
Compare
Choose a tag to compare

Features

  • Add support to discovery doc version 2 APIs

Thanks

to: @Phil305

v4.4.0

21 Nov 09:18
a1de9e7
Compare
Choose a tag to compare

Bug fixes

Now checking if token is fresh before sending next pagination request

Thanks

@neel004 !

v4.3.0

08 Aug 18:10
7ef2e9e
Compare
Choose a tag to compare

Features

  • Add ability to chunk upload an AsyncIterable object using the pipe_from interface

Thanks

to: @erangalon !

v4.2.1

27 Jul 11:44
b35efb7
Compare
Choose a tag to compare

Add contextvar package in dependencies for py 3.6 or less
Thanks to @neel004