03-18-2019 12:57 PDT
- Enforce types more strictly on puts and handle non-encoded column names. (#63)
01-23-2019 13:08 PST
- Table.send: fix Python3 compatibility. (#59)
12-17-2018 17:20 PST
- Pool: fix call to
_get_instance
. (#57) - Use
Table.mutate_rows()
rather thanRow.commit()
inBatch.send()
. (#54) - Remove
instance.copy()
andtimeout
parameter fromConnection
constructor. (#50)
- Announce deprecation of Python 2.7 (#55)
- Harden system tests. (#53)
- Update github issue templates (#52)
- Testing cleanups (#49)
- Fix version in
setup.py
- Update to use
google.cloud.bigtable >= 0.31.0
- Update to use
google.cloud.bigtable 0.30.2
- Fix incorrect PyPI link in README (#28).
- Use Bigtable's
yield_rows
forTable.rows()
andTable.scan()
. (#37) - Update scan method to use row set (#42)
- Use
row_set
inrows()
method. Improves performance for therows
method. (#44)
- Update to use
google.cloud.bigtable 0.26.0
- Fix docs URL (#25).
- Update to use
google.cloud.bigtable 0.25.0
- Add support for Python 3.6.
- Update to use
google.cloud.bigtable 0.24.0
- Update to use
google.cloud.bigtable 0.23.0
- Update to use
google.cloud.bigtable 0.22.0
- Update to use
google.cloud.bigtable 0.21.0
- Initial release.