Changelog

PyPI History

1.6.3 (2022-09-29)

Bug Fixes

1.6.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#204) (bc64e61)

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

1.6.1 (2022-07-14)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#198) (fd3c2a2)

1.6.0 (2022-07-07)

Features

Bug Fixes

1.5.2 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#184) (5da1123)

1.5.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#158) (7ccbadd)

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

1.5.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (f5abff9)

1.4.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (da58ec0)

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

Documentation

  • list oneofs in docstring (da58ec0)

1.4.0 (2021-10-14)

Features

1.3.0 (2021-10-08)

Features

  • add context manager support in client (#120) (2384d00)

1.2.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (a9ac832)

1.2.2 (2021-07-26)

Bug Fixes

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

  • enable self signed jwt for grpc (#101) (ac587fd)

Documentation

  • add Samples section to CONTRIBUTING.rst (#96) (c9ee6a2)

Miscellaneous Chores

1.2.1 (2021-07-14)

Bug Fixes

1.2.0 (2021-06-23)

Features

Documentation

1.1.1 (2021-05-28)

Bug Fixes

1.1.0 (2021-01-06)

Features

  • add from_service_account_info factory and fix sphinx identifiers (#46) (8938b54)

Bug Fixes

  • remove client recv msg limit and add enums to types/__init__.py (197a753)

1.0.0 (2020-12-04)

⚠ BREAKING CHANGES

Features

  • move to API to python microgenerator (#31) (826fabd)

Bug Fixes

0.4.0 (2020-06-23)

Features

0.3.0 (2020-02-05)

Features

  • phishingprotection: undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10048) (f96c1ed)

Bug Fixes

  • phishingprotection: deprecate resource name helper methods (via synth) (#9862) (83a9356)

0.2.0

10-10-2019 15:30 PDT

Implementation Changes

  • Use correct release status. (#9451)

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

  • Add client_options support, re-template / blacken files. (#8539)

  • Fix dist name used to compute gapic_version. (#8100)

  • Remove retries for DEADLINE_EXCEEDED (via synth). (#7889)

Dependencies

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

Documentation

  • Change requests intersphinx url (via synth). (#9407)

  • Update docstrings (via synth). (#9350)

  • Fix intersphinx reference to requests. (#9294)

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

  • Normalize docs. (#8994)

  • Update intersphinx mapping for requests. (#8805)

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

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

Internal / Testing Changes

  • Pin black version (via synth). (#8590)

0.1.0

04-30-2019 15:03 PDT

New Features

  • Initial release of Phishing Protection. (#7801)