Changelog
1.17.2 (2025-04-12)
Documentation
- group Security Command Center packages together on cloud.google.com ( #13715 ) ( 3ce0eda ), closes #13714
1.17.1 (2025-03-15)
Bug Fixes
-
[Many APIs] Allow Protobuf 6.x ( 4757dae )
-
remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )
1.17.0 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( 5cdcc9d )
-
Add support for reading selective GAPIC generation methods from service YAML ( 5cdcc9d )
1.16.0 (2024-12-12)
Features
- Add support for opt-in debug logging ( cf4d0e0 )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( cf4d0e0 )
1.15.1 (2024-11-11)
Bug Fixes
1.15.0 (2024-10-24)
Features
1.14.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 4adddf4 )
1.14.4 (2024-07-08)
Bug Fixes
1.14.3 (2024-03-05)
Bug Fixes
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
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 ofretry
in async client ( f920d22 )
1.12.3 (2023-09-19)
Documentation
- Minor formatting ( 77bf61a )
1.12.2 (2023-07-05)
Bug Fixes
1.12.1 (2023-03-23)
Documentation
1.12.0 (2023-02-09)
Features
1.11.1 (2023-01-23)
Bug Fixes
- Add context manager return types ( 1994d96 )
Documentation
- Add documentation for enums ( 1994d96 )
1.11.0 (2023-01-10)
Features
1.10.0 (2022-12-08)
Features
-
add support for
google.cloud.websecurityscanner.__version__
( dfaf574 ) -
Add typing to proto.Message based class attributes ( dfaf574 )
Bug Fixes
-
Add dict typing for client_options ( dfaf574 )
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( 29b129f )
-
Drop usage of pkg_resources ( 29b129f )
-
Fix timeout default values ( 29b129f )
Documentation
-
samples:Snippetgen handling of repeated enum field ( dfaf574 )
-
samples:Snippetgen should call await on the operation coroutine before calling result ( 29b129f )
1.9.2 (2022-10-07)
Bug Fixes
1.9.1 (2022-09-29)
Bug Fixes
1.9.0 (2022-09-08)
Features
- added NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN to ScanRunWarningTrace.Code ( 42f2a1e )
Bug Fixes
-
Added fix to return a list of the endpoints that encountered errors during crawl, along with the specific error message when the starting URL returns Http errors ( 42f2a1e )
-
GoogleAccount is deprecated ( 42f2a1e )
1.8.3 (2022-08-30)
Documentation
1.8.2 (2022-08-11)
Bug Fixes
1.8.1 (2022-07-13)
Bug Fixes
1.8.0 (2022-07-06)
Features
- add audience parameter ( 10edd37 )
Bug Fixes
1.7.2 (2022-06-06)
Bug Fixes
Documentation
1.7.1 (2022-03-06)
Bug Fixes
1.7.0 (2022-02-15)
Features
Bug Fixes
- resolve DuplicateCredentialArgs error when using credentials_file ( 61f51e6 )
1.6.1 (2021-11-01)
Bug Fixes
Documentation
- list oneofs in docstring ( 0134472 )
1.6.0 (2021-10-14)
Features
1.5.0 (2021-10-07)
Features
1.4.3 (2021-09-30)
Bug Fixes
- improper types in pagers generation ( cc27745 )
1.4.2 (2021-09-24)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ ( 15b7d1f )
1.4.1 (2021-07-27)
Features
Bug Fixes
Miscellaneous Chores
1.4.0 (2021-07-01)
Features
Bug Fixes
Documentation
1.3.0 (2021-06-07)
Features
Bug Fixes
Miscellaneous Chores
1.2.0 (2021-05-28)
Features
- support self-signed JWT flow for service accounts ( 3091749 )
Bug Fixes
-
add async client to %name_%version/init.py ( 3091749 )
1.1.0 (2021-03-31)
Features
Bug Fixes
- remove grpc send/recv limits ( 838be24 )
Documentation
- fix sphinx references ( 838be24 )
1.0.0 (2020-07-23)
⚠ BREAKING CHANGES
- migrate to microgenerator (#21)
Features
0.4.0 (2020-01-30)
Features
- websecurityscanner:add finding types; add vulnerable headers; update docstrings (via synth) ( #9380 ) ( 34f192e )
0.3.0
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 )
0.2.0
05-15-2019 15:20 PDT
Implementation Changes
-
Add routing header to method metadata (via synth). ( #7605 )
-
Remove classifier for Python 3.4 for end-of-life. ( #7535 )
-
Protoc-generated serialization update. ( #7101 )
-
GAPIC generation fixes. ( #7059 )
-
Pick up order-of-enum fix from GAPIC generator. ( #6882 )
New Features
- Generate v1beta. ( #7992 )
Documentation
-
Updated client library documentation URLs. ( #7307 )
-
Update copyright headers
Internal / Testing Changes
-
Update noxfile (via synth). ( #7803 )
-
Fix ‘docs’ session in nox. ( #7788 )
-
Add nox session ‘docs’ (via synth). ( #7747 )
-
Copy lintified proto files (via synth). ( #7474 )
-
Add clarifying comment to blacken nox target. ( #7409 )
-
Add protos as an artifact to library ( #7205 )
0.1.1
12-18-2018 10:45 PST
Implementation Changes
-
Import
iam.policy
fromgoogle.api_core
. ( #6741 ) -
Avoid overwriting
__module__
of messages from shared modules. ( #5364 )
Dependencies
- Bump minimum
api_core
version for all GAPIC libs to 1.4.1. ( #6391 )
Documentation
-
Document Python 2 deprecation ( #6910 )
-
Normalize use of support level badges ( #6159 )
-
Replace links to
/stable/
with/latest/
. ( #5901 )
Internal / Testing Changes
-
Blacken all gen’d libs ( #6792 )
-
Omit local deps ( #6701 )
-
Run black at end of synth.py ( #6698 )
-
Run Black on Generated libraries ( #6666 )
-
Add templates for flake8, coveragerc, noxfile, and black. ( #6642 )
-
Add / fix badges for PyPI / versions. ( #6158 )
-
Use new Nox ( #6175 )
-
Add ‘synth.py’. ( #6087 )
-
Use inplace nox installs ( #5865 )
-
Add Test runs for Python 3.7 and remove 3.4 ( #5295 )
-
Add dot files for websecurityscanner ( #5286 )
0.1.0
New Features
- Add v1alpha1 websecurityscanner endpoint