Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2e09bcc

Browse files
committed
updated formatting
1 parent 928823a commit 2e09bcc

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

UPGRADING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# 3.0.0 Migration Guide
22

3-
Description TBD
4-
53
The v3.0.0 release of `google-cloud-bigtable` deprecates the previous `google.cloud.bigtable.Client` class in favor of distinct clients for the two API surfaces, supporting both sync and async calls:
6-
- Data API: `google.cloud.bigtable.data.BigtableDataClient` and `google.cloud.bigtable.data.BigtableDataClientAsync`
7-
- Admin API: `google.cloud.bigtable.admin.BigtableInstanceAdminClient`, `google.cloud.bigtable.admin.BigtableInstanceAdminClientAsync`, `google.cloud.bigtable.admin.BigtableTableAdminClient`, and `google.cloud.bigtable.admin.BigtableTableAdminClientAsync`
4+
- Data API:
5+
- `google.cloud.bigtable.data.BigtableDataClient`
6+
- `google.cloud.bigtable.data.BigtableDataClientAsync`
7+
- Admin API:
8+
- `google.cloud.bigtable.admin.BigtableInstanceAdminClient`
9+
- `google.cloud.bigtable.admin.BigtableInstanceAdminClientAsync`
10+
- `google.cloud.bigtable.admin.BigtableTableAdminClient`
11+
- `google.cloud.bigtable.admin.BigtableTableAdminClientAsync`
812

9-
The deprecated client will remain available as an alternative API surface to the new clients. For most users, existing code will continue to work as before. But there may be some behavior changes associated with this update, which are detailed in this document.
13+
The deprecated client will remain available as an alternative API surface to the new clients. For most users, existing code will continue to work as before. But there may be some breaking changes associated with this update, which are detailed in this document.
1014

1115
If you experience technical issues or have questions, please file an [issue](https://github.com/googleapis/python-bigtable/issues).
1216

1317
## Breaking Changes
14-
- **[MutationBatcher](n-bigtable/blob/main/google/cloud/bigtable/data/_sync_autogen/mutations_batcher.py#L151) and [MutationBatcherAsync](https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/data/_async/mutations_batcher.py#L182)'s `table` argument was renamed to `target`**, since it also supports [Authorized View](https://github.com/googleapis/python-bigtable/pull/1034) instances. This matches the naming uses in other classes (https://github.com/googleapis/python-bigtable/pull/1153)
18+
- **[MutationBatcher](n-bigtable/blob/main/google/cloud/bigtable/data/_sync_autogen/mutations_batcher.py#L151) and [MutationBatcherAsync](https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/data/_async/mutations_batcher.py#L182)'s `table` argument was renamed to `target`**, since it also supports [Authorized View](https://github.com/googleapis/python-bigtable/pull/1034) instances. This matches the naming used in other classes (PR: https://github.com/googleapis/python-bigtable/pull/1153)

0 commit comments

Comments
 (0)