Changelog
1.9.0 (2025年10月20日)
Features
- Add support for Python 3.14 (98ee71abc0f97c88239b50bf0e0827df19630def)
Bug Fixes
- Deprecate credentials_file argument (98ee71abc0f97c88239b50bf0e0827df19630def)
1.8.3 (2025年06月11日)
Documentation
- Update import statement example in README (0131a33)
1.8.2 (2025年03月15日)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x (4757dae)
1.8.1 (2025年02月18日)
Bug Fixes
- deps: Require grpc-google-iam-v1>=0.14.0 (0c5f868)
1.8.0 (2025年02月12日)
Features
- Add REST Interceptors which support reading metadata (5cdcc9d) 
- Add support for reading selective GAPIC generation methods from service YAML (5cdcc9d) 
1.7.0 (2024年12月12日)
Features
- Add support for opt-in debug logging (cf4d0e0)
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin (cf4d0e0)
1.6.1 (2024年11月11日)
Bug Fixes
1.6.0 (2024年10月24日)
Features
1.5.0 (2024年07月30日)
Features
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination (9cdac77)
1.4.4 (2024年07月08日)
Bug Fixes
1.4.3 (2024年03月05日)
Bug Fixes
1.4.2 (2024年02月22日)
Bug Fixes
- deps: [Many APIs] Require - google-api-core>=1.34.1(#12310) (41821da)
- fix ValueError in test__validate_universe_domain (f3974d4) 
1.4.1 (2024年02月06日)
Bug Fixes
- Add google-auth as a direct dependency (e16032f) 
- Add staticmethod decorator to - _get_client_cert_sourceand- _get_api_endpoint(e16032f)
- Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (e16032f) 
1.4.0 (2024年02月01日)
Features
1.3.0 (2024年01月19日)
Features
- [google-cloud-vmwareengine] Adding ManagementDnsZoneBinding, DnsBindPermission, DnsForwarding, ExternalAccessRule, ExternalAddress, LoggingServer, NetworkPeering, Node and stretched PC features (#12207) (d18cf96)
Documentation
- clarified wording around private cloud and update cluster (d18cf96)
1.2.0 (2023年12月07日)
Features
- Add support for python 3.12 (31d043d) 
- Introduce compatibility with native namespace packages (31d043d) 
Bug Fixes
1.1.2 (2023年09月19日)
Documentation
- Minor formatting (025219f)
1.1.1 (2023年07月05日)
Bug Fixes
1.1.0 (2023年06月12日)
Features
- Adding private connection CRUD, updating management subnets and time-limited PC features (#11386) (aa5942d)
1.0.1 (2023年03月25日)
Documentation
1.0.0 (2023年01月31日)
⚠ BREAKING CHANGES
- resource proto messages moved to new file (#10829)
Bug Fixes
0.2.2 (2023年01月20日)
Bug Fixes
- Add context manager return types (900a608)
Documentation
- Add documentation for enums (900a608)
0.2.1 (2023年01月11日)
Documentation
0.2.0 (2023年01月10日)
Features
0.1.1 (2022年12月06日)
Bug Fixes
- deps: Require google-api-core >=1.34.0, >=2.11.0 (e477ab2) 
- Drop usage of pkg_resources (e477ab2) 
- Fix timeout default values (e477ab2) 
Documentation
- samples: Snippetgen should call await on the operation coroutine before calling result (e477ab2)