- Bugfix: Distinguish between an unset column qualifier and an empty string
column qualifier while parsing a
ReadRowsresponse (#4252)
- Add a
retrystrategy that will be used for retry-able errors inTable.mutate_rows. This will be used for gRPC errors of typeABORTED,DEADLINE_EXCEEDEDandSERVICE_UNAVAILABLE. (#4256)
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/
- Fixed referenced types in
Table.rowdocstring (#3934, h/t to @MichaelTamm) - Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280)
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.0/