Skip to content

Latest commit

 

History

History
84 lines (45 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

84 lines (45 loc) · 3.5 KB

Changelog

PyPI History

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)