- Use
api_core.retryformutate_row(#4665, #4341) - Added a row generator on a table. (#4679)
- Remove gax usage from BigTable (#4873)
- BigTable: Cell.from_pb() performance improvement (#4745)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Minor typo (#4758)
- Row filter end points documentation error (#4667)
- Removing "rename" from bigtable table.py comments (#4526)
- Small docs/hygiene tweaks after #4256. (#4333)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Timestamp system test fix (#4765)
- 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/