1.9.0 (2023-12-07)
- Add support for Python 3.12 (#242) (400b684)
- Introduce compatibility with native namespace packages (#241) (bac1c15)
- Use
retry_async
instead ofretry
in async client (78d90a3)
1.8.3 (2023-11-09)
- Minor formatting (393fad7)
1.8.2 (2023-07-04)
1.8.1 (2023-03-23)
1.8.0 (2023-02-21)
1.7.1 (2023-01-20)
- Add context manager return types (5d0504f)
- Add documentation for enums (5d0504f)
1.7.0 (2023-01-19)
1.6.0 (2023-01-10)
1.5.0 (2022-12-14)
- Add support for
google.cloud.orgpolicy.__version__
(2d8fd20) - Add typing to proto.Message based class attributes (2d8fd20)
- Add dict typing for client_options (2d8fd20)
- deps: Allow protobuf 3.19.5 (#188) (0d596b6)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (2d8fd20)
- Drop usage of pkg_resources (2d8fd20)
- Fix timeout default values (2d8fd20)
- samples: Snippetgen handling of repeated enum field (2d8fd20)
- samples: Snippetgen should call await on the operation coroutine before calling result (2d8fd20)
1.4.1 (2022-08-12)
1.4.0 (2022-07-13)
- add audience parameter (7f7d384)
1.3.3 (2022-06-03)
1.3.2 (2022-05-26)
1.3.1 (2022-03-05)
- deps: require google-api-core>=1.31.5, >=2.3.2 (#126) (ad3f4f4)
- deps: require proto-plus>=1.15.0 (ad3f4f4)
1.3.0 (2022-02-18)
- remove tests directory from wheel (#121) (90439ab)
- resolve DuplicateCredentialArgs error when using credentials_file (0dd6187)
1.2.1 (2021-11-01)
- list oneofs in docstring (1d6e752)
1.2.0 (2021-10-14)
1.1.0 (2021-10-08)
- improper types in pagers generation (3254812)
1.0.2 (2021-09-24)
- add 'dict' annotation type to 'request' (c2ea337)
1.0.1 (2021-07-26)
- deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#65) (f486869)
- enable self signed jwt for grpc (#71) (26c70cd)
1.0.0 (2021-07-01)
0.3.0 (2021-05-16)
- add
from_service_account_info
(#24) (cb5881d) - support self-signed JWT flow for service accounts (aade679)
- add async client to %name_%version/init.py chore: add autogenerated snippets (aade679)
- deps: add packaging requirement (#48) (3056b54)
- Fixed broken url for package. (#38) (7b27dac), closes #37
- use correct retry deadline (#28) (5d1f86c)
0.2.0 (2021-03-01)
0.1.2 (2020-05-08)
- add missing init.py (b786474)
0.1.1 (2020-05-08)
- fix setup.py (d18203a)
- generate v1 (51dfc91)