Skip to content

Commit

Permalink
update readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche authored Feb 6, 2024
1 parent 2ed86de commit 1aaeb4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Analytics, Maps, and Gmail.
Preview Async Data Client
-------------------------

:code:`v2.23.0` includes a preview release of a new data client, accessible at `google.cloud.bigtable.data.BigtableDataClientAsync`.
:code:`v2.23.0` includes a preview release of the new :code:`BigtableDataClientAsync` client, accessible at the import path
:code:`google.cloud.bigtable.data`.

The new client brings a simplified API and increased performance using asyncio, with a corresponding synchronous surface
coming soon.
coming soon. The new client is focused on the data API (i.e. reading and writing Bigtable data), with admin operations
remaining in the existing client.

The new client is currently in preview, and is not recommended for production use.
:code:`BigtableDataClientAsync` is currently in preview, and is not recommended for production use.

Feedback and bug reports are welcome at [email protected],
or through the Github `issue tracker`_.
Expand Down

0 comments on commit 1aaeb4b

Please sign in to comment.