Skip to content

v0.12.0

Compare
Choose a tag to compare
@karel-rehor karel-rehor released this 26 Mar 09:39
· 12 commits to main since this release

Features

  1. #123: Introduces query_async() method. From this release the client now has a query_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

  1. #121: Fix use of arguments verify_ssl and ssl_ca_cert in QueryApi.