Changelog

1.14.3 (2024-03-05)

Bug Fixes

1.14.2 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12281) (62cf934)

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12304) (c52e0cd)

1.14.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (8465244)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (8465244)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (8465244)

1.14.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12238) (8701267)

1.13.0 (2023-12-07)

Features

  • Add support for python 3.12 (0d1a592)

  • Introduce compatibility with native namespace packages (0d1a592)

Bug Fixes

  • Require proto-plus >= 1.22.3 (0d1a592)

  • Use retry_async instead of retry in async client (0d1a592)

1.12.1 (2023-09-19)

Documentation

1.12.0 (2023-08-31)

Features

  • Added enable_project_level_recipients for project owner budget emails (dd953ec)

  • Added scope for project scope filter in ListBudgetsRequest (dd953ec)

  • Supported project-level-budgets (dd953ec)

1.11.1 (2023-07-05)

Bug Fixes

1.11.0 (2023-06-06)

Features

  • Add resource_ancestors field to support filtering by folders & organizations (#11360) (73377e6)

1.10.0 (2023-02-27)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#264) (b3aa835)

1.9.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (d71d558)

Documentation

  • Add documentation for enums (d71d558)

1.9.0 (2023-01-10)

Features

1.8.0 (2022-12-15)

Features

  • Add support for google.cloud.billing.budgets.__version__ (058966c)

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

Bug Fixes

  • Add dict typing for client_options (058966c)

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

  • Drop usage of pkg_resources (f4997b1)

  • Fix timeout default values (f4997b1)

Documentation

  • samples: Snippetgen handling of repeated enum field (058966c)

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

1.7.3 (2022-10-07)

Bug Fixes

1.7.2 (2022-09-29)

Bug Fixes

1.7.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#227) (05e2b67)

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

1.7.0 (2022-07-16)

Features

Bug Fixes

1.6.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#209) (d50aaad)

1.6.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#183) (812fc65)

  • deps: require proto-plus>=1.15.0 (812fc65)

1.6.0 (2022-02-11)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (be9f15e)

Documentation

  • add autogenerated code snippets (5e02634)

  • Formatting change from HTML to markdown; Additional clarifications (#174) (eaa109d)

1.5.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (cfccdf0)

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

  • fix extras_require typo in setup.py (cfccdf0)

Documentation

  • list oneofs in docstring (cfccdf0)

1.5.0 (2021-10-11)

Features

  • add context manager support in client (#145) (e8f1dc0)

  • add trove classifier for python 3.10 (#149) (b75cf0c)

1.4.4 (2021-10-04)

Bug Fixes

  • improper types in pagers generation (47eb773)

1.4.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (746a7a1)

1.4.2 (2021-07-27)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#117) (89c5db1)

Miscellaneous Chores

1.4.1 (2021-07-20)

Bug Fixes

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

1.4.0 (2021-07-12)

Features

  • bump release level to production/stable (#97) (7a7080f)

1.3.0 (2021-06-30)

Features

Bug Fixes

Documentation

1.2.0 (2021-05-17)

Features

  • added support for configurable budget time period (#91) (45110a8)

  • support self-signed JWT flow for service accounts (#91) (45110a8)

Bug Fixes

  • deps: add packaging requirement (#93) (cbc882c)

  • use correct retry deadlines (#66) (ebf04ba)

  • add async client to %name_%version/init.py (#91) (45110a8)

Miscellaneous Chores

1.1.1 (2021-02-12)

Bug Fixes

1.1.0 (2020-11-05)

Features

1.0.1 (2020-08-03)

Documentation

1.0.0 (2020-07-14)

⚠ BREAKING CHANGES

  • migrate to use microgenerator (#38)

Features

Documentation

0.4.0 (2020-05-18)

Features

0.3.0 (2020-03-18)

Features

0.2.0

12-12-2019 12:36 PST

New Features

  • Deprecate resource name helper methods (via synth). (#9830)

Internal / Testing Changes

  • Add 3.8 unit tests (via synth). (#9933)

  • Remove TODOs in proto comments (via synth). (#9912)

  • Add comments to proto files (via synth). (#9854)

0.1.0

11-15-2019 10:34 PST

New Features

  • Initial generation of billing budget. (#9622)

Documentation

  • Add Python 2 sunset banner (via synth). (#9813)