As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Changelog

PyPI History

1.8.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (2b37951)

Documentation

  • Add documentation for enums (2b37951)

1.8.0 (2023-01-10)

Features

1.7.0 (2022-12-14)

Features

  • Add support for grafeas.grafeas.__version__ (ad9ec08)

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

Bug Fixes

  • Add dict typing for client_options (ad9ec08)

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

  • Drop usage of pkg_resources (ad9ec08)

  • Fix timeout default values (ad9ec08)

Documentation

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

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

1.6.1 (2022-10-07)

Bug Fixes

1.6.0 (2022-10-03)

Features

  • Add new analysis status and cvss version fields (#214) (f3aaadb)

Bug Fixes

1.5.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#198) (e66561a)

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

1.5.0 (2022-07-14)

Features

Bug Fixes

1.4.5 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#181) (ac19dbf)

1.4.4 (2022-05-05)

Documentation

  • fix type in docstring for map fields (30b3cba)

1.4.3 (2022-03-04)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#150) (86c3ea1)

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

1.4.2 (2022-02-26)

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (71ab2a6)

Documentation

1.4.1 (2022-01-11)

Bug Fixes

1.4.0 (2021-11-03)

Features

  • Add compliance and intoto attestation protos (#123) (ff88a63)

1.3.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (b90b6fe)

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

Documentation

  • list oneofs in docstring (b90b6fe)

1.3.0 (2021-10-14)

Features

1.2.0 (2021-10-08)

Features

  • add context manager support in client (#114) (13240ae)

1.1.4 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (ce7afa0)

1.1.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (594f8d1)

1.1.2 (2021-07-28)

Bug Fixes

Documentation

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

Miscellaneous Chores

1.1.1 (2021-07-20)

Bug Fixes

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

1.1.0 (2021-05-20)

Features

  • bump release level to production/stable (#71) (53bd8a5)

1.0.1 (2020-08-12)

Bug Fixes

1.0.0 (2020-08-11)

⚠ BREAKING CHANGES

  • generate with microgenerator (#36)

Features

0.4.1 (2020-06-25)

Bug Fixes

0.4.0 (2020-02-07)

Features

  • grafeas: add support for upgrade notes; add cpe and last_scan_time to DiscoveryOccurrence; add source_update_time to VulnerabilityNote (via synth) (#10084) (2ee967b)

Bug Fixes

  • grafeas: deprecate resource name helper methods (via synth) (#9835) (a2c26d9)

0.3.0

10-10-2019 11:28 PDT

Implementation Changes

  • Remove send / receive message size limit (via synth). (#8981)

Dependencies

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

Documentation

  • Fix intersphinx reference to requests. (#9294)

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

  • Update intersphinx mapping for requests. (#8805)

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

0.2.0

07-12-2019 17:04 PDT

Implementation Changes

  • replace min_affected_version w/ affected_version_{start,end} (via synth). (#8465)

  • Allow kwargs to be passed to create_channel, update templates (via synth). (#8391)

New Features

  • Update list method docstrings (via synth). (#8510)

Documentation

  • Update READMEs. (#8456)

Internal / Testing Changes

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

0.1.0

06-17-2019 10:44 PDT

New Features

  • Initial release of the Grafeas client library. (#8186)