Releases: talkiq/gcloud-aio
Releases · talkiq/gcloud-aio
bigquery-6.3.0
Features
Add delete method in job and dataset -- thanks @neel004!
Python Support
Drop support for python2.7 in gcloud-rest-bigquery.
auth-4.2.0
Python Support
Drop support for python2.7 in gcloud-rest-auth.
auth-4.1.6
Internal Fixes
- bump
cryptography
dependency to dodge a CVE
taskqueue-6.0.0
BREAKING CHANGES
gcloud-aio-taskqueue
no longer exposes the encode()
and decode() methods -- please use the methods exposed by
gcloud-aio-auth` instead, as they are more up-to-date (#559)
Features
- add timeout argument and remove retries (#580) -- thanks @javierdialpad!
Note that if you want taskqueue
operations to be retried, you should define your own retry handler as per the readmes which best suit your own use-case.
auth-4.1.5
taskqueue-5.2.0
Features
- add helper function for constructing task names (#560)
taskqueue-5.1.0
Features
- load emulator configuration from env var at runtime -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
- allow api targeting via
arg_host: Optional[str]
constructor arg -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
Internal
- drop support for Python 3.6
- drop support for Python 3.4-3.5 in
gcloud-rest-datasstore
storage-8.0.0
BREAKING CHANGES
- avoid loading GCS emulators with (generally bad) tls urls, instead default to http://
Note that if you're using the recommended fsouza/fake-gcs-server emulator, you'll need to enable the -scheme http
arg.
Features
- make
StreamResponse
a constext manager for aiohttp.ClientResponse data -- thanks @gram - expose
StreamResponse.content_length
to consumers - load emulator configuration from env var at runtime -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
- allow api targeting via
arg_host: Optional[str]
constructor arg -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
Bugfixes
- prevent retries uploads from raising IO errors -- thanks @bruchar1
Internal
- drop support for Python 3.6
- drop support for Python 3.4-3.5 in
gcloud-rest-datasstore
pubsub-5.2.0
Features
- load emulator configuration from env var at runtime -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
- allow api targeting via
arg_host: Optional[str]
constructor arg -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
Internal
- drop support for Python 3.6
- drop support for Python 3.4-3.5 in
gcloud-rest-datasstore
- improve various logs in the subscribe() convenience method - #551
kms-4.1.0
Features
- load emulator configuration from env var at runtime -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
- allow api targeting via
arg_host: Optional[str]
constructor arg -- thanks @abuckenheimer, @josipbudzaki, and @adriangb
Internal
- drop support for Python 3.6
- drop support for Python 3.4-3.5 in
gcloud-rest-datasstore