Releases: omarryhan/aiogoogle
Releases · omarryhan/aiogoogle
v5.5.0
Bug fixes
Fix error where user_creds aren't passed before refresh in next_page iterator
v5.4.0
Bug fixes
- Handle unicode decode error when resolving aiohttp request bodies
Thanks to:
@lucasweb3
v5.3.0
Bug fixes
- Make sure token is fresh when paginating.
Big thanks
to @neel004
v5.1.0
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
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
Features
- Add support to discovery doc version 2 APIs
Thanks
to: @Phil305
v4.4.0
Bug fixes
Now checking if token is fresh before sending next pagination request
Thanks
@neel004 !
v4.3.0
Features
- Add ability to chunk upload an AsyncIterable object using the pipe_from interface
Thanks
to: @erangalon !
v4.2.1
Add contextvar package in dependencies for py 3.6 or less
Thanks to @neel004