Skip to content

Releases: googleapis/python-org-policy

v1.11.1

20 Aug 14:06
e6ddd78
Compare
Choose a tag to compare

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

13 Aug 15:24
Compare
Choose a tag to compare
v1.11.1rc1 Pre-release
Pre-release

1.11.1rc1 (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.0

28 Mar 20:15
0272a96
Compare
Choose a tag to compare

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

08 Jan 17:03
79ac813
Compare
Choose a tag to compare

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

07 Dec 23:04
8239640
Compare
Choose a tag to compare

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

29 Nov 20:31
Compare
Choose a tag to compare
v1.9.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

1.9.0rc1 (2023-11-29)

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

09 Nov 20:52
6b33d1f
Compare
Choose a tag to compare

1.8.3 (2023-11-09)

Documentation

v1.8.2

05 Jul 15:00
4154417
Compare
Choose a tag to compare

1.8.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#218) (2196157)

v1.8.1

27 Mar 14:43
3ee9c76
Compare
Choose a tag to compare

1.8.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#211) (042cc81)

v1.8.0

23 Feb 23:49
da20c33
Compare
Choose a tag to compare

1.8.0 (2023-02-21)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#205) (0bd530d)