Releases: talkiq/gcloud-aio
datastore-7.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
bigquery-6.2.0
Features
- add
Table.list_tabledata()
API method -- thanks @jignesh-crest - 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 - fallback to checking
$GOOGLE_CLOUD_PROJECT
when in emulator mode
Internal
- drop support for Python 3.6
- drop support for Python 3.4-3.5 in
gcloud-rest-datasstore
auth-4.1.2
Internal
- broaden some Session type hints
auth-4.1.1
Internal
- further fix Session type hints for variant Mappings
auth-4.1.0
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
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
Bugfixes
Fixup query parsing for nested RECORDs. Thanks @harsh-dialpad for the insights!
bigquery-6.1.1
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
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
Internal
- broaden support for
backoff
versions (mark v2.x as supported)