Changelog

PyPI History

1.14.2 (2024-02-22)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12310) (41821da)

  • fix ValueError in test__validate_universe_domain (f3974d4)

1.14.1 (2024-02-06)

Bug Fixes

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

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (e16032f)

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

1.14.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12244) (8d6b772)

1.13.0 (2023-12-07)

Features

  • Add support for python 3.12 (f920d22)

  • Introduce compatibility with native namespace packages (f920d22)

Bug Fixes

  • Require proto-plus >= 1.22.3 (f920d22)

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

1.12.2 (2023-09-19)

Documentation

1.12.1 (2023-07-05)

Bug Fixes

1.12.0 (2023-05-25)

Features

1.11.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#262) (1966bb4)

1.11.0 (2023-02-09)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#256) (0bc759d)

1.10.1 (2023-01-23)

Bug Fixes

  • Add context manager return types (29c79dc)

Documentation

  • Add documentation for enums (29c79dc)

1.10.0 (2023-01-10)

Features

1.9.0 (2022-12-14)

Features

  • Add SOCIAL_ENGINEERING_EXTENDED_COVERAGE threat type (#238) (5b785de)

  • Add support for google.cloud.webrisk.__version__ (64b1ef3)

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

Bug Fixes

  • Add dict typing for client_options (64b1ef3)

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

  • Drop usage of pkg_resources (bd4ef44)

  • Fix timeout default values (bd4ef44)

Documentation

  • samples: Snippetgen handling of repeated enum field (64b1ef3)

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

1.8.4 (2022-10-07)

Bug Fixes

1.8.3 (2022-09-29)

Bug Fixes

1.8.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#220) (b2b2c36)

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

1.8.1 (2022-07-13)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#213) (22b0969)

1.8.0 (2022-07-06)

Features

Bug Fixes

1.7.2 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#198) (a96cf1d)

1.7.1 (2022-03-05)

Bug Fixes

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

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

1.7.0 (2022-02-11)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (35d62de)

Documentation

1.6.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (0c7a85a)

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

Documentation

  • list oneofs in docstring (0c7a85a)

1.6.0 (2021-10-18)

Features

1.5.0 (2021-10-08)

Features

  • add context manager support in client (#129) (7b5d09e)

1.4.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (0c271c0)

1.4.2 (2021-07-29)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#105) (6f316f5)

Miscellaneous Chores

1.4.1 (2021-07-20)

Bug Fixes

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

1.4.0 (2021-07-01)

Features

Bug Fixes

Documentation

1.3.0 (2021-06-01)

Features

  • bump release level to production/stable (#81) (0946b75), closes #20

Bug Fixes

1.2.0 (2021-03-31)

Features

1.1.0 (2021-02-11)

Features

  • add common resource helpers; expose client transport; remove gRPC send/recv limits (#40) (3f09199)

1.0.1 (2020-07-15)

Bug Fixes

  • update README for library conversion to microgenerator (#29) (ebd278b)

1.0.0 (2020-07-14)

⚠ BREAKING CHANGES

  • move to webrisk API to python microgenerator (#27)

Features

  • move to webrisk API to python microgenerator (#27) (bbd2adf)

  • release as production/stable (#19) (a9f7733)

Bug Fixes

Documentation

0.3.0 (2020-04-20)

Features

0.2.0

07-24-2019 17:55 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8412)

New Features

  • Add ‘client_options’ support, update list method docstrings (via synth). (#8530)

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

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

  • Declare encoding as utf-8 in pb2 files (via synth). (#8372)

  • Add disclaimer to auto-generated template files. (#8336)

  • Fix coverage in ‘types.py’ (via synth). (#8171)

  • Add empty lines (via synth). (#8078)

0.1.0

04-16-2019 17:09 PDT

New Features

  • Initial release of Web Risk. (#7651)

Documentation

  • Add whitelist info to README. (#7717)