Changelog
0.1.19 (2025-08-10)
Features
0.1.18 (2025-06-23)
Features
- KMS key resource_definition ` cloudkms.googleapis.com/CryptoKey is added ( 8494eab )
0.1.17 (2025-05-21)
Documentation
-
Annotate all names with IDENTIFIER ( 948efc5 )
-
Remove unnecessary curl and Python documentation ( 948efc5 )
-
Use backticks around
username
in documentation forActor.email
( 948efc5 )
0.1.16 (2025-05-20)
Documentation
- [google-cloud-support] Update Cloud Support RPC comments to no longer include cURL and Python examples ( #13929 ) ( 40e08b2 )
0.1.15 (2025-05-15)
Features
-
Annotate
Comment.plain_text_body
as deprecated (it was already deprecated, but now we’re adding the annotation for it) ( 85418b0 ) -
Deprecate the
Actor.email
field and addusername
to replace it ( 85418b0 ) -
publish client libraries for CSAPI v2beta ( 85418b0 )
Documentation
- Bring comments and metadata up to date ( 85418b0 )
0.1.14 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 4757dae )
0.1.13 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( 87b5382 )
-
Add support for reading selective GAPIC generation methods from service YAML ( 87b5382 )
0.1.12 (2024-12-12)
Features
- Add support for opt-in debug logging ( 856e0f0 )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 856e0f0 )
0.1.11 (2024-11-11)
Bug Fixes
0.1.10 (2024-10-24)
Features
0.1.9 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 9cdac77 )
0.1.8 (2024-07-08)
Bug Fixes
0.1.7 (2024-03-05)
Bug Fixes
0.1.6 (2024-02-22)
Bug Fixes
-
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12310 ) ( 41821da ) -
fix ValueError in test__validate_universe_domain ( 2451e88 )
0.1.5 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( e16032f )
-
Add staticmethod decorator to
_get_client_cert_source
and_get_api_endpoint
( e16032f ) -
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( e16032f )
0.1.4 (2024-02-01)
Features
0.1.3 (2023-12-07)
Features
-
Add support for python 3.12 ( 9a629e1 )
-
Introduce compatibility with native namespace packages ( 9a629e1 )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( 9a629e1 )
-
Use
retry_async
instead ofretry
in async client ( 9a629e1 )
0.1.2 (2023-09-19)
Documentation
- Minor formatting ( 025219f )