Skip to content

Releases: talkiq/gcloud-aio

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

auth-4.1.1

23 Dec 20:37
a9fd13e
Compare
Choose a tag to compare

Internal

  • further fix Session type hints for variant Mappings

auth-4.1.0

23 Dec 18:31
64fbd7f
Compare
Choose a tag to compare

Bugfixes

  • support application default credentials on Windows -- thanks @hrichardlee
  • fix bad parameter for ssl verification -- thanks @pedrospdc
  • fix issue where a cancelled token refresh attempt permanently breaks the Token -- thanks @mykola-mokhnach

Internal

  • fixup various Session type hints
  • drop support for Python 3.6
  • drop support for Python 3.4-3.5 in gcloud-rest-auth
  • re-introduce erroneously missing MIT license

pubsub-5.1.1

14 Oct 11:43
ce24733
Compare
Choose a tag to compare

Features

Enable prometheus metrics in pubsub (#425).

Please note that Prometheus metrics will replace the current usage of
a manually-created MetricsAgent class, which is now marked as
deprecated.


Note that v5.1.1 is a re-release of v5.1.0, which had a deployment issue.

bigquery-6.1.2

20 Jul 20:40
a85d5dc
Compare
Choose a tag to compare

Bugfixes

Fixup query parsing for nested RECORDs. Thanks @harsh-dialpad for the insights!

bigquery-6.1.1

14 Jul 16:19
437ff33
Compare
Choose a tag to compare

Features

Add new convenience function (query_response_to_dict()) for converting responses to dicts (#486).

Example usage:

resp = await job.query(...)
print(query_response_to_dict(resp))

NOTE: there was no bigquery v6.1.0 release due to a build error. v6.1.1 is a re-release which includes a fix for the Python 2.x builds.

pubsub-5.0.1

12 Jul 15:28
b18c586
Compare
Choose a tag to compare

Fixes

Pubsub's SubscriberClient.list_subscriptions() method has been updated to support pagination. Fixed bug where if you had more than 100 (default) subscriptions, it would not return all of them. (#489)

auth-4.0.1

28 Apr 18:53
8b45e42
Compare
Choose a tag to compare

Internal

  • broaden support for backoff versions (mark v2.x as supported)