Skip to content

Releases: googleapis/python-bigtable

v2.5.0

07 Feb 17:42
e4f5509
Compare
Choose a tag to compare

2.5.0 (2022-02-07)

Features

Bug Fixes

  • deps: drop packaging dependency (a535f99)
  • deps: require google-api-core >= 1.28.0 (a535f99)
  • improper types in pagers generation (f9c7699)
  • improve type hints, mypy checks (#448) (a99bf88)
  • resolve DuplicateCredentialArgs error when using credentials_file (d6bff70)

Documentation

  • clarify comments in ReadRowsRequest and RowFilter (#494) (1efd9b5)
  • list oneofs in docstring (a535f99)

v2.4.0

27 Sep 16:07
34764ac
Compare
Choose a tag to compare

Features

  • Publish new fields to support cluster group routing for Cloud Bigtable (#407) (66af554)

Bug Fixes

  • add 'dict' annotation type to 'request' (160bfd3)

v2.3.3

26 Jul 18:19
f6513bc
Compare
Choose a tag to compare

Bug Fixes

v2.3.2

20 Jul 21:02
79f2055
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#379) (95b2e13)
  • directly append to pb for beter read row performance (#382) (7040e11)

v2.3.1

14 Jul 14:32
62bce1a
Compare
Choose a tag to compare

Bug Fixes

  • use public 'table_admin_client' property in backups methods (#359) (bc57c79)

v2.3.0

07 Jul 20:22
1e51285
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

  • add paramter mutation_timeout to instance.table docs (#305) (5bbd06e)
  • fix broken links in multiprocessing.rst (#317) (e329352)
  • omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#329) (6bf0c64), closes #1126

v2.2.0

30 Apr 17:17
af7df02
Compare
Choose a tag to compare

Features

  • backup restore to different instance (#300) (049a25f)

v2.1.0

21 Apr 21:02
be17038
Compare
Choose a tag to compare

Features

v2.0.0

06 Apr 16:17
ddeade6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • microgenerator changes (#203)

Features

Bug Fixes

  • address issue in establishing an emulator connection (#246) (1a31826)
  • fix unit test that could be broken by user's environment (#239) (cbd712e)
  • guard assignments of certain values against None (#220) (341f448)
  • retry: restore grpc_service_config for CreateBackup and {Restore,Snapshot}Table (#240) (79f1734)

Documentation

Dependencies

  • update gapic-generator-python to 0.40.11 (#230) (47d5dc1)
  • upgrade gapic-generator-python to 0.43.1 (#276) (0e9fe54)

v2.0.0-dev1

24 Feb 20:33
b7489b6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • microgenerator changes (#203)

Features

Bug Fixes

  • guard assignments of certain values against None (#220) (341f448)