Releases: googleapis/python-org-policy
Releases · googleapis/python-org-policy
v1.11.1
1.11.1 (2024-08-13)
Bug Fixes
- deps: Require protobuf>=3.20.2, protobuf<6 (078feca)
- Regenerate pb2 files for compatibility with protobuf 5.x (078feca)
- Retry and timeout values do not propagate in requests during pagination (8820e49)
v1.11.1rc1
Bug Fixes
- deps: Require protobuf>=3.20.2, protobuf<6 (078feca)
- Regenerate pb2 files for compatibility with protobuf 5.x (078feca)
- Retry and timeout values do not propagate in requests during pagination (8820e49)
v1.11.0
1.11.0 (2024-03-28)
Features
- Allow users to explicitly configure universe domain (f3677cc)
Bug Fixes
- Add google-auth as a direct dependency (f3677cc)
- Add staticmethod decorator to methods (f3677cc)
- deps: Require google-api-core>=1.34.1 (f3677cc)
- Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (f3677cc)
- Resolve issue with missing import for certain enums in
**/types/…
(f3677cc)
v1.10.0
1.10.0 (2023-12-16)
Features
- Add custom constraints CRUD APIs, proper etag support in Org Policy Update/Delete API (#257) (4419e5f)
v1.9.0
1.9.0 (2023-12-07)
Features
- Add support for Python 3.12 (#242) (400b684)
- Introduce compatibility with native namespace packages (#241) (bac1c15)
Bug Fixes
- Use
retry_async
instead of retry
in async client (78d90a3)
v1.9.0rc1
🤖 I have created a release beep boop
Features
- Add support for Python 3.12 (#242) (400b684)
- Introduce compatibility with native namespace packages (#241) (bac1c15)
Bug Fixes
- Use
retry_async
instead of retry
in async client (78d90a3)
This PR was generated with Release Please. See documentation.
v1.8.3
1.8.3 (2023-11-09)
Documentation
v1.8.2
1.8.2 (2023-07-04)
Bug Fixes
- Add async context manager return types (#218) (2196157)
v1.8.1
1.8.1 (2023-03-23)
Documentation
- Fix formatting of request arg in docstring (#211) (042cc81)
v1.8.0
1.8.0 (2023-02-21)
Features
- Enable "rest" transport in Python for services supporting numeric enums (#205) (0bd530d)