diff --git a/bigtable/CHANGELOG.md b/bigtable/CHANGELOG.md index 791610fa2ac7..b70baa849230 100644 --- a/bigtable/CHANGELOG.md +++ b/bigtable/CHANGELOG.md @@ -11,6 +11,12 @@ - Bugfix: Distinguish between an unset column qualifier and an empty string column qualifier while parsing a `ReadRows` response (#4252) +### Features added + +- Add a ``retry`` strategy that will be used for retry-able errors + in ``Table.mutate_rows``. This will be used for gRPC errors of type + ``ABORTED``, ``DEADLINE_EXCEEDED`` and ``SERVICE_UNAVAILABLE``. (#4256) + PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/ ## 0.28.0 diff --git a/bigtable/setup.py b/bigtable/setup.py index dc4a29e9e51a..fdd2cc1e16c6 100644 --- a/bigtable/setup.py +++ b/bigtable/setup.py @@ -58,7 +58,7 @@ setup( name='google-cloud-bigtable', - version='0.28.1', + version='0.28.2.dev1', description='Python Client for Google Cloud Bigtable', long_description=README, namespace_packages=[