Changelog
1.14.0 (2025-02-18)
Features
-
Add REST Interceptors which support reading metadata ( c8e0760 )
-
Add support for reading selective GAPIC generation methods from service YAML ( c8e0760 )
1.13.0 (2024-12-12)
Features
- Add support for opt-in debug logging ( 8e6b0cc )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 8e6b0cc )
1.12.1 (2024-11-11)
Bug Fixes
1.12.0 (2024-10-24)
Features
1.11.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( d95af77 )
1.11.4 (2024-07-08)
Bug Fixes
1.11.3 (2024-03-05)
Bug Fixes
1.11.2 (2024-02-22)
Bug Fixes
-
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12308 ) ( 74dabeb ) -
fix ValueError in test__validate_universe_domain ( 7c2f2c2 )
1.11.1 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( e75fcf6 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( e75fcf6 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( e75fcf6 )
1.11.0 (2024-02-01)
Features
- Allow users to explicitly configure universe domain ( 4368029 )
1.10.0 (2023-12-07)
Features
-
Add support for python 3.12 ( f46b37f )
-
Introduce compatibility with native namespace packages ( f46b37f )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( f46b37f )
-
Use
retry_async
instead ofretry
in async client ( f46b37f )
1.9.2 (2023-09-19)
Documentation
- Minor formatting ( 1ae610b )
1.9.1 (2023-07-05)
Bug Fixes
1.9.0 (2023-02-09)
Features
1.8.1 (2023-01-23)
Bug Fixes
1.8.0 (2023-01-10)
Features
1.7.0 (2022-12-13)
Features
-
Add support for
google.cloud.phishingprotection.__version__
( 66635b6 ) -
Add typing to proto.Message based class attributes ( 66635b6 )
Bug Fixes
-
Add dict typing for client_options ( 66635b6 )
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( 66635b6 )
-
Drop usage of pkg_resources ( 66635b6 )
-
Fix timeout default values ( 66635b6 )
Documentation
-
samples:Snippetgen handling of repeated enum field ( 66635b6 )
-
samples:Snippetgen should call await on the operation coroutine before calling result ( 66635b6 )
1.6.4 (2022-10-07)
Bug Fixes
1.6.3 (2022-09-29)
Bug Fixes
1.6.2 (2022-08-11)
Bug Fixes
1.6.1 (2022-07-14)
Bug Fixes
1.6.0 (2022-07-07)
Features
- add audience parameter ( 5843373 )
Bug Fixes
1.5.2 (2022-06-06)
Bug Fixes
Documentation
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
Documentation
- list oneofs in docstring ( da58ec0 )
1.4.0 (2021-10-14)
Features
1.3.0 (2021-10-08)
Features
1.2.3 (2021-09-24)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ ( a9ac832 )
1.2.2 (2021-07-26)
Bug Fixes
Documentation
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
Bug Fixes
- remove client recv msg limit and add enums to
types/__init__.py
( 197a753 )
1.0.0 (2020-12-04)
⚠ BREAKING CHANGES
- Move to API to python microgenerator. See Migration Guide . (#31)
Features
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
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 )