Releases: talkiq/gcloud-aio
Releases · talkiq/gcloud-aio
datastore-8.1.0
Features
- support "IN" query filter (#760) -- thanks @onurdialpad !
- support OR and NOT_EQUAL filter operators
auth-5.3.2
Fixes
- use the full format for the JWT payload in IAPToken (#765)
auth-5.3.2a0
Fixes
- use the full format for the JWT payload in IAPToken
auth-5.3.1
Fixes
The previous release (v5.3.0) was incorrectly marked as compatible with older aiohttp versions. This release fixes the listed range to aiohttp>=3.9.0. but is otherwise identical. v5.3.0 will be yanked.
storage-9.3.0
Features
- support gzipping files before uploading them (#698 and #714) -- thanks @fbalboaDialpad!
auth-5.3.0
Features
- support
auto_decompress
argument passthrough to session implementations (#698 and #713) -- thanks @fbalboaDialpad!
pubsub-6.0.1
Features
- update consume_latency metric to have more granular prometheus buckets (#697)
auth-5.2.2
Fixes
- fix
_refresh_gce_metadata()
forgcloud-rest-auth
(#695)
auth-5.2.1
Dependencies
- add support for
aiohttp >=3.9.2
storage-9.2.0
Features
- blob upload with content type (#663) -- thanks @dodeca-6-tope
Fixes
- properly re-raise
ResponseError
on final upload retry