Changelog

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

  • Allow users to explicitly configure universe domain (#12241) (aae72f5)

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 of retry in async client (f46b37f)

2.2.0 (2023-09-30)

Features

  • add Network Connectivity Center APIs related to VPC spokes (#11769) (4cf708c)

2.1.0 (2023-09-19)

Features

Documentation

2.0.2 (2023-07-05)

Bug Fixes

2.0.1 (2023-03-23)

Bug Fixes

  • Add service_yaml_parameters to networkconnectivity_py_gapic (#234) (ab0bcce)

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

  • deps: allow protobuf < 5.0.0 (#197) (87f279d)

  • deps: require proto-plus >= 1.22.0 (87f279d)

1.4.1 (2022-07-13)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#190) (7b0e8a6)

1.4.0 (2022-07-06)

Features

Bug Fixes

1.3.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#175) (b897def)

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 api key support (#119) (4f83215)

  • Add LocationMetadata message (#124) (bb6f7ae)

  • 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

  • Mark API fields as required which were already required on the backend (#107) (17b9d5f)

1.2.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (c6cd1b0)

  • deps: require google-api-core >= 1.28.0 (c6cd1b0)

Documentation

  • list oneofs in docstring (c6cd1b0)

1.2.0 (2021-10-18)

Features

1.1.0 (2021-10-08)

Features

  • add context manager support in client (#88) (8584d34)

1.0.1 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (b83e28b)

1.0.0 (2021-09-29)

Features

  • bump release level to production/stable (#65) (e0876fb)

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

  • Remove ActivateSpoke and DeactivateSpoke methods (#69) (3fd21d4)

Documentation

  • Specify that site_to_site_data_transfer field must be set to true (3fd21d4)

0.5.0 (2021-07-28)

Features

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#55) (efcacf5)

  • enable self signed jwt for grpc (#60) (1d0ad6c)

Documentation

  • add Samples section to CONTRIBUTING.rst (#56) (cf009ca)

0.4.0 (2021-07-01)

Features

Bug Fixes

Documentation

0.3.0 (2021-06-16)

Features

  • add from_service_account_info (#12) (f1f7ccb)

  • support self-signed JWT flow for service accounts (013202c)

Bug Fixes

  • add async client to %name_%version/init.py (013202c)

  • deps: add packaging requirement (#37) (3592699)

  • exclude docs and tests from package (#42) (ee876c9)

0.2.0 (2021-02-25)

Features

  • add state field in resources (#8) (edb1e0f)

Documentation

0.1.0 (2021-01-25)

Features