Changelog
2.9.0 (2025-07-23)
Features
- add Network Connectivity Center APIs for Internal Range service ( 62da15d )
2.8.1 (2025-06-11)
Documentation
- Update import statement example in README ( 868b006 )
2.8.0 (2025-03-21)
Features
- add Network Connectivity Center APIs for PSC service automation ( ed8bfa4 )
Documentation
- update some documentation. ( ed8bfa4 )
2.7.2 (2025-03-15)
Bug Fixes
-
[Many APIs] Allow Protobuf 6.x ( c8bbf32 )
-
remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )
2.7.1 (2025-02-18)
Bug Fixes
- deps:Require grpc-google-iam-v1>=0.14.0 ( 16e14c8 )
2.7.0 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( a0910dd )
-
Add support for reading selective GAPIC generation methods from service YAML ( a0910dd )
2.6.0 (2024-12-12)
Features
-
add Network Connectivity Center APIs for dynamic route exchange ( e188f1a )
-
add Network Connectivity Center APIs for include export filters ( e188f1a )
-
add Network Connectivity Center APIs for include import ranges on hybrid spokes ( e188f1a )
-
add Network Connectivity Center APIs for producer VPC spokes ( e188f1a )
-
add Network Connectivity Center APIs for PSC connection propagation through NCC ( e188f1a )
-
add Network Connectivity Center APIs for star topology ( e188f1a )
-
Add support for opt-in debug logging ( e188f1a )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( e188f1a )
Documentation
-
update comment for
ListRoutes
method in serviceHubService
to clarify that it lists routes in a route table ( e188f1a ) -
update comment for
ListRouteTables
method in serviceHubService
to clarify that it lists route tables in a hub ( e188f1a ) -
update comment for field
location
in message.google.cloud.networkconnectivity.v1.Route
to clarify that it’s the origin location ( e188f1a )
2.5.1 (2024-11-11)
Bug Fixes
2.5.0 (2024-10-24)
Features
2.4.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( d95af77 )
2.4.4 (2024-07-08)
Bug Fixes
2.4.3 (2024-03-05)
Bug Fixes
2.4.2 (2024-02-22)
Bug Fixes
-
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12308 ) ( 74dabeb ) -
fix ValueError in test__validate_universe_domain ( 7c2f2c2 )
2.4.1 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( 27dceb9 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( 27dceb9 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 27dceb9 )
2.4.0 (2024-02-01)
Features
2.3.0 (2023-12-07)
Features
-
Add support for python 3.12 ( f46b37f )
-
Introduce compatibility with native namespace packages ( f46b37f )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( f46b37f )
-
Use
retry_async
instead ofretry
in async client ( f46b37f )
2.2.0 (2023-09-30)
Features
2.1.0 (2023-09-19)
Features
Documentation
- Minor formatting ( 1ae610b )
2.0.2 (2023-07-05)
Bug Fixes
2.0.1 (2023-03-23)
Bug Fixes
2.0.0 (2023-02-27)
⚠ BREAKING CHANGES
- remove policy based routing API ( #228 )
Bug Fixes
1.6.1 (2023-01-20)
Bug Fixes
- Add context manager return types ( e26302e )
Documentation
- Add documentation for enums ( e26302e )
1.6.0 (2023-01-10)
Features
1.5.0 (2022-12-08)
Features
-
add policy based routing ( bb5fdce )
-
add support for
google.cloud.networkconnectivity.__version__
( bb5fdce ) -
Add typing to proto.Message based class attributes ( bb5fdce )
Bug Fixes
-
Add dict typing for client_options ( bb5fdce )
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( bb5fdce )
-
Drop usage of pkg_resources ( bb5fdce )
-
Fix timeout default values ( bb5fdce )
Documentation
-
samples:Snippetgen handling of repeated enum field ( bb5fdce )
-
samples:Snippetgen should call await on the operation coroutine before calling result ( bb5fdce )
1.4.4 (2022-10-07)
Bug Fixes
1.4.3 (2022-09-29)
Bug Fixes
1.4.2 (2022-08-11)
Bug Fixes
1.4.1 (2022-07-13)
Bug Fixes
1.4.0 (2022-07-06)
Features
- add audience parameter ( 48691e0 )
Bug Fixes
1.3.2 (2022-06-03)
Bug Fixes
Documentation
1.3.1 (2022-03-05)
Bug Fixes
-
deps:require google-api-core>=1.31.5, >=2.3.2 ( #134 ) ( f4c87e7 )
-
deps:require proto-plus>=1.15.0 ( f4c87e7 )
1.3.0 (2022-02-11)
Features
-
Add RoutingVPC.required_for_new_site_to_site_data_transfer_spokes field ( bb6f7ae )
Bug Fixes
- resolve DuplicateCredentialArgs error when using credentials_file ( 29240e3 )
Documentation
-
add autogenerated code snippets ( bb6f7ae )
-
Update comments to reflect that spokes can now be created with data transfer disabled ( bb6f7ae )
1.2.2 (2021-11-11)
Bug Fixes
1.2.1 (2021-11-01)
Bug Fixes
Documentation
- list oneofs in docstring ( c6cd1b0 )
1.2.0 (2021-10-18)
Features
1.1.0 (2021-10-08)
Features
1.0.1 (2021-09-30)
Bug Fixes
- improper types in pagers generation ( b83e28b )
1.0.0 (2021-09-29)
Features
0.6.1 (2021-09-24)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ ( ae7ade1 )
0.6.0 (2021-08-25)
Features
- Add hub.routing_vpcs field ( 3fd21d4 )
Bug Fixes
Documentation
- Specify that site_to_site_data_transfer field must be set to true ( 3fd21d4 )
0.5.0 (2021-07-28)
Features
Bug Fixes
Documentation
0.4.0 (2021-07-01)
Features
Bug Fixes
Documentation
0.3.0 (2021-06-16)
Features
-
support self-signed JWT flow for service accounts ( 013202c )
Bug Fixes
-
add async client to %name_%version/init.py ( 013202c )
0.2.0 (2021-02-25)
Features
Documentation
0.1.0 (2021-01-25)
Features
- generate v1alpha1 ( 7c5e268 )