Releases: googleapis/python-bigtable
Releases · googleapis/python-bigtable
v2.5.0
2.5.0 (2022-02-07)
Features
- add 'Instance.create_time' field (#449) (b9ecfa9)
- add api key support (#497) (ee3a6c4)
- add Autoscaling API (#475) (97b3cdd)
- add context manager support in client (#440) (a3d2cf1)
- add support for Python 3.10 (#437) (3cf0814)
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
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v2.0.0
⚠ 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)