Changelog

1.14.3 (2025-06-11)

Documentation

  • Update import statement example in README ( dfc2cd6 )

1.14.2 (2025-03-15)

Bug Fixes

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

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

1.14.1 (2025-02-18)

Bug Fixes

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

1.14.0 (2024-12-12)

Features

  • Add support for opt-in debug logging ( 8e6b0cc )

Bug Fixes

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

1.13.1 (2024-11-11)

Bug Fixes

1.13.0 (2024-10-24)

Features

1.12.2 (2024-07-30)

Bug Fixes

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

1.12.1 (2024-07-08)

Bug Fixes

1.12.0 (2024-04-03)

Features

  • Add encoding format to .google.cloud.security.privateca.v1.CaPool Resource ( 9297aea )

Documentation

  • A comment for field ca_certs in message .google.cloud.security.privateca.v1.FetchCaCertsResponse is changed ( 9297aea )

  • A comment for field ignore_dependent_resources in message .google.cloud.security.privateca.v1.DeleteCaPoolRequest is changed ( 9297aea )

  • A comment for field ignore_dependent_resources in message .google.cloud.security.privateca.v1.DeleteCertificateAuthorityRequest is changed ( 9297aea )

  • A comment for field ignore_dependent_resources in message .google.cloud.security.privateca.v1.DisableCertificateAuthorityRequest is changed ( 9297aea )

  • A comment for field maximum_lifetime in message .google.cloud.security.privateca.v1.CaPool is changed ( 9297aea )

  • A comment for field maximum_lifetime in message .google.cloud.security.privateca.v1.CertificateTemplate is changed ( 9297aea )

  • A comment for field subject_key_id in message .google.cloud.security.privateca.v1.CertificateConfig is changed ( 9297aea )

  • A comment for method FetchCaCerts in service CertificateAuthorityService is changed ( 9297aea )

1.11.0 (2024-03-22)

Features

  • Add custom subject key identifier field ( 3700b53 )

  • Add support for fine-grained maximum certificate lifetime controls ( 3700b53 )

Documentation

  • A comment for field ca_certs in message .google.cloud.security.privateca.v1.FetchCaCertsResponse is changed ( 3700b53 )

  • A comment for field subject in message .google.cloud.security.privateca.v1.CertificateConfig is changed ( 3700b53 )

  • A comment for method FetchCaCerts in service CertificateAuthorityService is changed ( 3700b53 )

1.10.3 (2024-03-05)

Bug Fixes

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

1.10.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 ( 89c1b05 )

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

1.10.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain ( 4368029 )

1.9.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 )

1.8.2 (2023-09-19)

Documentation

1.8.1 (2023-07-05)

Bug Fixes

1.8.0 (2023-04-05)

Features

  • Added ignore_dependent_resources to DeleteCaPoolRequest, DeleteCertificateAuthorityRequest, DisableCertificateAuthorityRequest ( #345 ) ( 7f71213 )

1.7.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring ( #343 ) ( df01460 )

1.7.0 (2023-03-06)

Features

  • Add X.509 Name Constraints support ( 423615c )

  • Enable “rest” transport in Python for services supporting numeric enums ( 423615c )

Bug Fixes

  • Add service_yaml parameters to privateca_py_gapic ( 423615c )

1.6.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( b69bb77 )

Documentation

  • Add documentation for enums ( b69bb77 )

1.6.0 (2023-01-10)

Features

1.5.0 (2022-12-15)

Features

  • Add support for google.cloud.security.privateca.__version__ ( f3d00b7 )

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

Bug Fixes

  • Add dict typing for client_options ( f3d00b7 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( 3efdd29 )

  • Drop usage of pkg_resources ( 3efdd29 )

  • Fix timeout default values ( 3efdd29 )

Documentation

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

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

1.4.3 (2022-10-07)

Bug Fixes

1.4.2 (2022-09-29)

Bug Fixes

1.4.1 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #278 ) ( 2d5cd50 )

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

1.4.0 (2022-07-18)

Features

  • add audience parameter ( 0acce95 )

Bug Fixes

1.3.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #258 ) ( 4689ab3 )

1.3.1 (2022-05-05)

Documentation

  • fix type in docstring for map fields ( #210 ) ( 0694e75 )

1.3.0 (2022-03-10)

Features

  • Add skip_grace_period flag to DeleteCertificateAuthority API ( #197 ) ( 3119d1a )

1.2.4 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #192 ) ( 3b4a00b )

  • deps:require proto-plus>=1.15.0 ( 3b4a00b )

1.2.3 (2022-02-26)

Documentation

1.2.2 (2022-02-03)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file ( d63e401 )

Miscellaneous Chores

Documentation

  • add format requirements on custom_sans ( 259f1c9 )

  • mark CaPool.lifetime as IMMUTABLE ( #177 ) ( 259f1c9 )

  • samples:add sample to filter certificates ( #160 ) ( a0ae8b2 )

1.2.1 (2021-11-02)

Bug Fixes

  • deps:drop packaging dependency ( 7a1d242 )

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

Documentation

1.2.0 (2021-10-25)

Features

1.1.0 (2021-10-08)

Features

  • add context manager support in client ( #131 ) ( eb9fc8b )

1.0.6 (2021-09-30)

Bug Fixes

  • improper types in pagers generation ( f86ec89 )

1.0.5 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( 49b5c9a )

1.0.4 (2021-08-10)

Documentation

  • samples:add local generation for crypto keys ( #98 ) ( 0668ffd )

Miscellaneous Chores

1.0.3 (2021-07-29)

Bug Fixes

  • enable self signed jwt for grpc ( #91 ) ( 674dd85 )

Documentation

  • add Samples section to CONTRIBUTING.rst ( #84 ) ( 305dc83 )

  • samples:private CA python samples ( d753667 )

Miscellaneous Chores

1.0.2 (2021-07-20)

Bug Fixes

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

1.0.1 (2021-07-16)

Bug Fixes

  • correct response type of DeleteCaPool ( 13e54bf )

  • make allow_config_based_issuance bool optional ( #80 ) ( 13e54bf )

  • make allow_csr_based_issuance bool optional ( 13e54bf )

  • make publish_ca_cert bool optional ( 13e54bf )

  • make publish_crl bool optional ( 13e54bf )

1.0.0 (2021-07-12)

Features

  • bump release level to production/stable ( #60 ) ( 170f9be )

Documentation

  • correct links to product documentation ( #77 ) ( 97821d7 )

0.4.0 (2021-06-30)

Features

Bug Fixes

  • disable always_use_jwt_access ( #74 ) ( 5cda9ac )

Documentation

0.3.0 (2021-05-17)

Features

  • Import v1 by default instead of v1beta1 ( c4c8624 )

  • Make CertificateTemplate bools optional to indicate unset values ( #54 ) ( c4c8624 )

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

Bug Fixes

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

  • deps:add packaging requirement ( #56 ) ( 5877dda )

0.1.1 (2020-10-02)

Documentation

  • don’t treat warnings as errors ( ca0837a )

0.1.0 (2020-10-02)

Features

Design a Mobile Site
View Site in Mobile | Classic
Share by: