Changelog
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_source
and_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
-
Require proto-plus >= 1.22.3 ( 31d043d )
-
Use
retry_async
instead ofretry
in async client ( 31d043d )
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 )