v0.12.0
Features
- #123: Introduces
query_async()
method. From this release the client now has aquery_async()
method that takes advantage of asyncio's event loop to run query calls in their own executor.
For example:
table = await client.query_async(query)
Bug Fixes
- #121: Fix use of arguments
verify_ssl
andssl_ca_cert
inQueryApi
.