Changelog

2.14.3 (2024-03-05)

Bug Fixes

2.14.2 (2024-02-22)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12305) (2aa7f17)

  • fix ValueError in test__validate_universe_domain (dd749df)

2.14.1 (2024-02-06)

Bug Fixes

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

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (f3db074)

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

2.14.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12239) (8004d15)

2.13.0 (2023-12-07)

Features

  • Add support for python 3.12 (b96013d)

  • Introduce compatibility with native namespace packages (b96013d)

Bug Fixes

  • Require proto-plus >= 1.22.3 (b96013d)

  • Use retry_async instead of retry in async client (b96013d)

2.12.4 (2023-10-09)

Documentation

2.12.3 (2023-08-02)

Documentation

2.12.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#378) (c459921)

2.12.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#370) (f58475d)

2.12.0 (2023-02-27)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#363) (731fee9)

2.11.1 (2023-01-20)

Bug Fixes

2.11.0 (2023-01-10)

Features

2.10.0 (2022-12-15)

Features

  • Add support for google.cloud.devtools.containeranalysis.__version__ (3d91a44)

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

Bug Fixes

  • Add dict typing for client_options (3d91a44)

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (8a0a4b6)

  • Drop usage of pkg_resources (8a0a4b6)

  • Fix timeout default values (8a0a4b6)

Documentation

  • samples: Snippetgen handling of repeated enum field (3d91a44)

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

2.9.3 (2022-10-07)

Bug Fixes

2.9.2 (2022-10-03)

Bug Fixes

2.9.1 (2022-08-12)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#310) (6f2622f)

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

2.9.0 (2022-07-16)

Features

Bug Fixes

2.8.1 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#291) (3bd6974)

2.8.0 (2022-05-05)

Features

Bug Fixes

  • deps: require grpc-google-iam-v1 >=0.12.4 (dfb21df)

2.7.3 (2022-03-07)

Bug Fixes

  • allow credentials to propagate when using get_grafeas_client() (#251) (237c204)

2.7.2 (2022-03-04)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#250) (b35be6a)

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

2.7.1 (2022-02-11)

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (fecf484)

2.7.0 (2022-01-25)

Features

2.6.3 (2022-01-13)

Bug Fixes

2.6.2 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (5de0b09)

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

Documentation

  • list oneofs in docstring (5de0b09)

2.6.1 (2021-10-28)

Bug Fixes

2.6.0 (2021-10-20)

Features

2.5.0 (2021-10-11)

Features

  • add context manager support in client (#192) (5274a93)

2.4.2 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (42c8c64)

2.4.1 (2021-07-26)

Bug Fixes

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

  • enable self signed jwt for grpc (#162) (071eac6)

Documentation

  • add Samples section to CONTRIBUTING.rst (#157) (16f4eff)

Miscellaneous Chores

2.4.0 (2021-06-30)

Features

Bug Fixes

Documentation

2.3.0 (2021-05-25)

Features

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

Bug Fixes

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

  • deps: add packaging requirement (#135) (3f0bd3a)

2.2.3 (2021-04-02)

Bug Fixes

2.2.2 (2021-03-25)

Bug Fixes

2.2.1 (2021-02-09)

Documentation

  • update python contributing guide (#89) (fd356af)

2.2.0 (2021-01-06)

Features

  • add from_service_account_info factory and fix sphinx identifiers (#74) (7a87c41)

Bug Fixes

  • remove client recv msg limit and add enums to types/__init__.py (#68) (77d47d3)

2.1.0 (2020-11-18)

Features

  • add GetVulnerabilityOccurrencesSummary (#42) (7f3e8b3)

2.0.0 (2020-08-12)

⚠ BREAKING CHANGES

Features

1.0.3 (2020-08-11)

Bug Fixes

1.0.2 (2020-07-16)

Bug Fixes

Documentation

1.0.1 (2020-06-16)

Bug Fixes

1.0.0 (2020-06-16)

Features

  • release as production/stable (#15) (b81e207)

  • remove note_path and occurence_path (via synth) (#7) (656b11e)

0.3.1

11-07-2019 11:08 PST

NOTE: Please upgrade to this version if you will also be using google-cloud-build.

Implementation Changes

  • Make google.cloud.devtools a namespace (#9606)

Documentation

  • Change requests intersphinx ref (via synth)

  • Fix intersphinx reference to requests (#9294)

  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)

0.3.0

08-12-2019 13:53 PDT

Implementation Changes

  • Remove send/recv msg size limit (via synth). (#8948)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)

Documentation

  • Normalize docs. (#8994)

  • Link to googleapis.dev documentation in READMEs. (#8705)

  • Update intersphinx mapping for requests. (#8805)

0.2.0

07-12-2019 16:56 PDT

New Features

  • Add ‘client_options’ support (via synth). (#8502)

  • Add ‘options_’ argument to clients’ ‘get_iam_policy’; pin black version (via synth). (#8653)

Dependencies

  • Update pin for ‘grpc-google-iam-v1’ to 0.12.3+. (#8647)

Documentation

  • Update READMEs. (#8456)

Internal / Testing Changes

  • Fix language in repo metadata. (#8537)

  • Add docs job to publish to googleapis.dev. (#8464)

0.1.0

06-19-2019 11:02 PDT

New Features

  • Initial release of Container Analysis client library. (#8381)