Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Releases: googleapis/python-websecurityscanner

v1.4.3

30 Sep 15:47
91b9fa5
Compare
Choose a tag to compare

Bug Fixes

  • improper types in pagers generation (cc27745)

v1.4.2

27 Sep 15:33
fbe6b59
Compare
Choose a tag to compare

Bug Fixes

  • add 'dict' annotation type to 'request' (15b7d1f)

v1.4.1

27 Jul 02:32
f9d5309
Compare
Choose a tag to compare

Features

  • add Samples section to CONTRIBUTING.rst (#88) (4fa9ba7)

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#87) (a614187)
  • enable self signed jwt for grpc (#93) (aaaec29)

Miscellaneous Chores

v1.4.0

12 Jul 23:33
3067fde
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v1.3.0

08 Jun 15:02
674f523
Compare
Choose a tag to compare

Features

  • bump release level to production/stable (#61) (7591adb)

Bug Fixes

  • add default import for google.cloud.websecurityscanner (#69) (a65c8e9)

Miscellaneous Chores

v1.2.0

01 Jun 11:17
a019308
Compare
Choose a tag to compare

Features

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

Bug Fixes

  • add async client to %name_%version/init.py (3091749)
  • deps: add packaging requirement (#62) (ce2c90d)

v1.1.0

31 Mar 23:02
d827361
Compare
Choose a tag to compare

Features

Bug Fixes

  • remove grpc send/recv limits (838be24)

Documentation

v1.0.0

24 Jul 00:01
25569d7
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to microgenerator (#21)

Features

v0.4.0

30 Jan 22:23
47a686c
Compare
Choose a tag to compare

Features

  • add finding types; add vulnerable headers; update docstrings (via synth) (#9380) (34f192e)

v0.3.0

30 Jan 20:45
Compare
Choose a tag to compare

07-24-2019 17:56 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8413)
  • Retry code 'idempotent' for ListCrawledUrls, add empty lines (via synth). (#8079)

New Features

  • Add 'client_options' support, update list method docstrings (via synth). (#8531)

Dependencies

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

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • Pin black version (via synth). (#8603)
  • Add docs job to publish to googleapis.dev. (#8464)
  • Declare encoding as utf-8 in pb2 files (via synth). (#8373)
  • Add disclaimer to auto-generated template files. (#8337)
  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8258)
  • Fix coverage in 'types.py' (via synth). (#8172)