Changelog

1.3.0 (2021-10-08)

Features

  • add context manager support in client (#102) (090c723)

1.2.3 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (f33a1b9)

1.2.2 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (8e778a3)

1.2.1 (2021-07-26)

Bug Fixes

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

  • enable self signed jwt for grpc (#81) (5abf2bc)

Documentation

  • add Samples section to CONTRIBUTING.rst (#76) (8eb851b)

Miscellaneous Chores

1.2.0 (2021-07-01)

Features

Bug Fixes

Documentation

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (#1127) (#65) (10341d6)

1.1.0 (2021-06-16)

Features

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

Bug Fixes

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

1.0.0 (2021-06-02)

Features

  • bump release level to production/stable (#54) (3cd61a5)

0.3.0 (2021-04-30)

Features

0.2.0 (2021-01-21)

Features

  • add ‘from_service_account_info’ factory to clients (887df00)

  • add common resource path helpers; expose client transport; remove gRPC send/recv limit (#12) (672d821)

Bug Fixes

Documentation

0.1.0 (2020-09-24)

Features