As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Changelog

0.11.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#230) (2ad5d77)

0.11.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (a9d18ca)

Documentation

  • Add documentation for enums (a9d18ca)

0.11.0 (2023-01-10)

Features

0.10.1 (2022-12-14)

Bug Fixes

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (4392d33)

  • Drop usage of pkg_resources (4392d33)

  • Fix timeout default values (4392d33)

Documentation

  • samples: Snippetgen should call await on the operation coroutine before calling result (4392d33)

0.10.0 (2022-11-16)

Features

  • Add typing to proto.Message based class attributes (dddcfad)

Documentation

  • samples: Snippetgen handling of repeated enum field (dddcfad)

0.9.0 (2022-11-08)

Features

  • add support for google.area120.tables.__version__ (fc87e8b)

Bug Fixes

  • Add dict typing for client_options (fc87e8b)

0.8.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#201) (9bf9172)

  • deps: require google-api-core>=1.33.2 (9bf9172)

0.8.1 (2022-10-03)

Bug Fixes

0.8.0 (2022-09-16)

Features

Bug Fixes

  • deps: require google-api-core>=1.33.1,>=2.8.0 (14bab6c)

  • deps: require protobuf >= 3.20.1 (14bab6c)

0.7.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#181) (6c45184)

  • deps: require proto-plus >= 1.22.0 (6c45184)

0.7.0 (2022-07-18)

Features

Bug Fixes

0.6.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#166) (bb33737)

0.6.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#130) (0e565da)

  • deps: require proto-plus>=1.15.0 (0e565da)

0.6.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (6474a00)

Documentation

  • add autogenerated code snippets (ae17805)

0.5.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (76b9cba)

  • deps: require google-api-core >= 1.28.0 (76b9cba)

Documentation

  • list oneofs in docstring (76b9cba)

0.5.0 (2021-10-11)

Features

  • add context manager support in client (#96) (8990f1b)

  • add trove classifier for python 3.9 and python 3.10 (#99) (c9cee0f)

0.4.4 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (18767c6)

0.4.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (ee57f81)

0.4.2 (2021-07-26)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#69) (954f6c7)

  • enable self signed jwt for grpc (#75) (75f29fc)

Documentation

  • add Samples section to CONTRIBUTING.rst (#70) (15716f3)

Miscellaneous Chores

0.4.1 (2021-06-30)

Bug Fixes

  • disable always_use_jwt_access (5c043fa)

  • disable always_use_jwt_access (#65) (5c043fa)

0.4.0 (2021-06-23)

Features

Documentation

0.3.1 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#52) (da319aa)

0.3.0 (2021-05-28)

Features

  • Added ListWorkspaces, GetWorkspace, BatchDeleteRows APIs (#25) (99c6918)

  • support self-signed JWT flow for service accounts (fe5836e)

Bug Fixes

  • add async client to %name_%version/init.py (fe5836e)

  • deps: add packaging requirement (#47) (c7cee0b)

0.2.0 (2021-01-29)

Features

  • add common resource paths, expose client transport (#4) (e2367d0)

Bug Fixes

  • remove client recv msg limit and add enums to types/__init__.py (#13) (302c071)

0.1.0 (2020-09-14)

Features