Releases: talkiq/gcloud-aio
Releases · talkiq/gcloud-aio
storage-9.2.0
Features
- blob upload with content type (#663) -- thanks @dodeca-6-tope
Fixes
- properly re-raise
ResponseError
on final upload retry
bigquery-7.1.0
Features
- add location for Big Query job (#658) -- thanks @spencertollefson and @manhld0206!
auth-5.2.0
auth-5.1.3
Internal
- update aiohttp compatibility ranges to <3.9.2 (until we figure out the Timeout changes which are breaking things!)
storage-9.1.0
Features
- implement blob signing for GCE_METADATA tokens (#671) by @fbalboaDialpad
auth-5.1.2
Fixes
- Correctly set ssl flag for aio (#661) by @jonathan-johnston
Performance
- Avoid unnecessary token refresh on get_project() (#653) by @TheKevJames
auth-5.1.1
Fixes
- Use the typical IAP audience for fetching ID tokens from the GCE metadata server in
IapToken
(#646) by @jonathan-johnston
auth-5.1.0
Features
- Create IAP auth token (#637) by @jonathan-johnston
auth-5.1.0a0
- chore(auth): release alpha version for testing
- feat(auth): implement iap auth token
taskqueue-7.0.0
Internal
- refactor: migrate to PEP 420 namespace packages (#626) by @TheKevJames