Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Releases: googleapis/python-iam

v2.12.1

05 Jul 14:59
0f82f05
Compare
Choose a tag to compare

2.12.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#284) (6005f6f)

v2.12.0

27 Mar 16:06
65502ba
Compare
Choose a tag to compare

2.12.0 (2023-03-23)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#271) (b652b8f)

Documentation

  • Fix formatting of request arg in docstring (#277) (107448e)

v2.11.2

07 Feb 15:28
82cc1d0
Compare
Choose a tag to compare

2.11.2 (2023-02-02)

Documentation

  • Update overall name from iamcredentials to iam (#266) (41db8fb)

v2.11.1

23 Jan 15:41
ec83219
Compare
Choose a tag to compare

2.11.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (ede0520)

Documentation

  • Add documentation for enums (ede0520)

v2.11.0

10 Jan 18:28
bf2fb26
Compare
Choose a tag to compare

2.11.0 (2023-01-10)

Features

v2.10.0

14 Dec 21:46
23725ba
Compare
Choose a tag to compare

2.10.0 (2022-12-14)

Features

  • Add support for google.cloud.iam.__version__ (54a3a20)
  • Add typing to proto.Message based class attributes (54a3a20)

Bug Fixes

  • Add dict typing for client_options (54a3a20)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (5092db7)
  • Drop usage of pkg_resources (5092db7)
  • Fix timeout default values (5092db7)

Documentation

  • samples: Snippetgen handling of repeated enum field (54a3a20)
  • samples: Snippetgen should call await on the operation coroutine before calling result (5092db7)

v2.9.0

24 Oct 19:20
2413341
Compare
Choose a tag to compare

2.9.0 (2022-10-24)

Features

  • Add client for IAM Deny v2 API (#230) (07a2025)
  • v2beta: Update the public IAM Deny v2beta API (#226) (bbe8e3d)

Bug Fixes

  • v2beta: remove google.api.resource_reference annotations (bbe8e3d)

v2.8.2

16 Aug 15:43
5fee9c9
Compare
Choose a tag to compare

2.8.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#222) (1512210)
  • deps: require proto-plus >= 1.22.0 (1512210)

v2.8.1

18 Jul 13:02
0886706
Compare
Choose a tag to compare

2.8.1 (2022-07-16)

Documentation

v2.8.0

14 Jul 12:53
26abc8b
Compare
Choose a tag to compare

2.8.0 (2022-07-14)

Features

Bug Fixes