Changelog

0.9.18 (2025-06-11)

Documentation

  • Update import statement example in README ( 868b006 )

0.9.17 (2025-03-15)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x ( c8bbf32 )

  • remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )

0.9.16 (2025-02-18)

Bug Fixes

  • deps:Require grpc-google-iam-v1>=0.14.0 ( 770cf0f )

0.9.15 (2025-02-12)

Features

  • Add REST Interceptors which support reading metadata ( a0910dd )

  • Add support for reading selective GAPIC generation methods from service YAML ( a0910dd )

0.9.14 (2024-12-12)

Features

  • Add support for opt-in debug logging ( feb5c03 )

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin ( feb5c03 )

0.9.13 (2024-11-11)

Bug Fixes

0.9.12 (2024-10-24)

Features

0.9.11 (2024-07-30)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination ( d95af77 )

0.9.10 (2024-07-08)

Bug Fixes

0.9.9 (2024-03-05)

Bug Fixes

  • deps:Exclude google-auth 2.24.0 and 2.25.0 ( #12386 ) ( edcad16 )

0.9.8 (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 )

0.9.7 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency ( e75fcf6 )

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( e75fcf6 )

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( e75fcf6 )

0.9.6 (2024-02-01)

Features

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

0.9.5 (2023-12-07)

Features

  • Add support for python 3.12 ( 5cd98aa )

  • Introduce compatibility with native namespace packages ( 5cd98aa )

Bug Fixes

  • Require proto-plus >= 1.22.3 ( 5cd98aa )

  • Use retry_async instead of retry in async client ( 5cd98aa )

0.9.4 (2023-09-19)

Documentation

0.9.3 (2023-07-05)

Bug Fixes

0.9.2 (2023-03-23)

Bug Fixes

  • Add service_yaml_parameters to networksecurity_py_gapic ( #166 ) ( dce340d )

Documentation

  • Fix formatting of request arg in docstring ( #170 ) ( d1db2c2 )

0.9.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( 28f193c )

Documentation

  • Add documentation for enums ( 28f193c )

0.9.0 (2023-01-10)

Features

0.8.0 (2022-12-14)

Features

  • Add support for google.cloud.network_security.__version__ ( c5d13c9 )

  • Add typing to proto.Message based class attributes ( c5d13c9 )

Bug Fixes

  • Add dict typing for client_options ( c5d13c9 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( 9e9e394 )

  • Drop usage of pkg_resources ( 9e9e394 )

  • Fix timeout default values ( 9e9e394 )

Documentation

  • samples:Snippetgen handling of repeated enum field ( c5d13c9 )

  • samples:Snippetgen should call await on the operation coroutine before calling result ( 9e9e394 )

0.7.2 (2022-10-10)

Bug Fixes

  • deps:Allow protobuf 3.19.5 ( #145 ) ( 78f436a )

  • deps:require google-api-core>=1.33.2 ( 78f436a )

0.7.1 (2022-09-29)

Bug Fixes

0.7.0 (2022-09-16)

Features

Bug Fixes

  • deps:require google-api-core>=1.33.1,>=2.8.0 ( e17eff4 )

  • deps:require protobuf >= 3.20.1 ( e17eff4 )

0.6.1 (2022-08-15)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #121 ) ( 1558980 )

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

  • fix annotation of parent in Create*Request ( f53ca2d )

Documentation

  • update the comments of various networksecurity resources ( #115 ) ( f53ca2d )

0.6.0 (2022-07-16)

Features

  • add network_security_v1 ( c2694d8 )

Bug Fixes

  • update default import for network_security to network_security_v1 ( c2694d8 )

0.5.0 (2022-07-13)

Features

  • add audience parameter ( 5e99e7e )

Bug Fixes

0.4.2 (2022-06-03)

Bug Fixes

  • deps:require protobuf <4.0.0dev ( #98 ) ( dfdc5c7 )

Documentation

  • fix changelog header to consistent size ( #99 ) ( 86bc9e4 )

0.4.1 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #77 ) ( 6f0a9cb )

0.4.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file ( a531e63 )

0.3.2 (2022-01-09)

Bug Fixes

  • updating metadata messages for all long running operations ( #57 ) ( 7adc601 )

0.3.1 (2021-11-02)

Bug Fixes

  • deps:drop packaging dependency ( 518f32b )

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

Documentation

  • list oneofs in docstring ( 518f32b )

0.3.0 (2021-10-14)

Features

0.2.0 (2021-10-08)

Features

  • add context manager support in client ( #37 ) ( 173b3db )

0.1.5 (2021-09-30)

Bug Fixes

  • improper types in pagers generation ( 90b83d6 )

0.1.4 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( dcefd7e )

0.1.3 (2021-07-29)

Bug Fixes

  • enable self signed jwt for grpc ( #15 ) ( 1cea5e5 )

Documentation

  • add Samples section to CONTRIBUTING.rst ( #11 ) ( 4b62e92 )

Miscellaneous Chores

0.1.2 (2021-07-21)

Bug Fixes

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

0.1.1 (2021-07-14)

Bug Fixes

  • disable always_use_jwt_access ( #5 ) ( 9a14561 )

0.1.0 (2021-06-28)

Features

Create a Mobile Website
View Site in Mobile | Classic
Share by: