Changelog

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

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

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