Changelog

1.4.0 (2022-12-14)

Features

  • Add support for google.cloud.servicemanagement.__version__ (9c86c72)

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

Bug Fixes

  • Add dict typing for client_options (9c86c72)

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

  • Drop usage of pkg_resources (c5f88eb)

  • Fix timeout default values (c5f88eb)

Documentation

  • samples: Snippetgen handling of repeated enum field (9c86c72)

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

1.3.3 (2022-10-07)

Bug Fixes

1.3.2 (2022-09-29)

Bug Fixes

1.3.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#158) (fbe3c6d)

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

1.3.0 (2022-07-16)

Features

Bug Fixes

1.2.3 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#142) (61c20c7)

1.2.2 (2022-05-05)

Documentation

1.2.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#107) (4fc6a16)

1.2.0 (2022-02-18)

Features

Bug Fixes

  • deps: remove unused dependency libcst (#97) (b2b62f1)

  • Remove EnableService and DisableService RPC methods and related modules (#98) (9a2d72c)

  • resolve DuplicateCredentialArgs error when using credentials_file (21f9f5d)

1.1.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (f00ac02)

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

Documentation

  • list oneofs in docstring (f00ac02)

1.1.0 (2021-10-26)

Features

  • add context manager support in client (#63) (71186c1)

1.0.4 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (538b500)

1.0.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (7547e3a)

1.0.2 (2021-07-28)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#37) (87472ed)

Miscellaneous Chores

1.0.1 (2021-07-21)

Bug Fixes

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

1.0.0 (2021-07-10)

Features

  • add always_use_jwt_access (#31) (8d76ae3)

  • bump release level to production/stable (#17) (f521883)

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

Bug Fixes

Documentation

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (#1127) (#25) (78f33d1)

Miscellaneous Chores

0.1.0 (2021-03-24)

Features