Skip to content

Releases: talkiq/gcloud-aio

taskqueue-6.0.0

27 Jan 21:16
1d000f2
Compare
Choose a tag to compare

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

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

11 Jan 16:14
d2fafca
Compare
Choose a tag to compare

Bugfixes

  • fix a deprecated aiohttp usage in Python3.11+ (use ssl instead of verify_ssl) -- #558, thanks @kylepad!

Internal

Note that this is a re-release of v4.1.3 and v4.1.4, both of which failed in our release pipeline.

taskqueue-5.2.0

04 Jan 18:08
fc7e4ba
Compare
Choose a tag to compare

Features

  • add helper function for constructing task names (#560)

taskqueue-5.1.0

23 Dec 22:02
43bc597
Compare
Choose a tag to compare

Features

Internal

  • drop support for Python 3.6
  • drop support for Python 3.4-3.5 in gcloud-rest-datasstore

storage-8.0.0

23 Dec 22:00
43bc597
Compare
Choose a tag to compare

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

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

23 Dec 22:00
43bc597
Compare
Choose a tag to compare

Features

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

23 Dec 21:59
43bc597
Compare
Choose a tag to compare

Features

Internal

  • drop support for Python 3.6
  • drop support for Python 3.4-3.5 in gcloud-rest-datasstore

datastore-7.2.0

23 Dec 21:59
43bc597
Compare
Choose a tag to compare

Features

Internal

  • drop support for Python 3.6
  • drop support for Python 3.4-3.5 in gcloud-rest-datasstore

bigquery-6.2.0

23 Dec 21:58
43bc597
Compare
Choose a tag to compare

Features

Internal

  • drop support for Python 3.6
  • drop support for Python 3.4-3.5 in gcloud-rest-datasstore

auth-4.1.2

23 Dec 21:12
61781a7
Compare
Choose a tag to compare

Internal

  • broaden some Session type hints