Skip to content

Commit 09897f3

Browse files
authored
Marking Bigtable as "dev" after release. (googleapis#4332)
* Marking Bigtable as "dev" after release. * Updating changelog based on googleapis#4256.
1 parent d6ed37e commit 09897f3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

bigtable/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- Bugfix: Distinguish between an unset column qualifier and an empty string
1212
column qualifier while parsing a `ReadRows` response (#4252)
1313

14+
### Features added
15+
16+
- Add a ``retry`` strategy that will be used for retry-able errors
17+
in ``Table.mutate_rows``. This will be used for gRPC errors of type
18+
``ABORTED``, ``DEADLINE_EXCEEDED`` and ``SERVICE_UNAVAILABLE``. (#4256)
19+
1420
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/
1521

1622
## 0.28.0

bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
setup(
6060
name='google-cloud-bigtable',
61-
version='0.28.1',
61+
version='0.28.2.dev1',
6262
description='Python Client for Google Cloud Bigtable',
6363
long_description=README,
6464
namespace_packages=[

0 commit comments

Comments
 (0)