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
0.1.2 (2023年09月19日)
Documentation
- Minor formatting (025219f)