Changelog
0.3.15 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( a1b9294 )
0.3.14 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( a961bc0 )
-
Add support for reading selective GAPIC generation methods from service YAML ( a961bc0 )
0.3.13 (2024-12-12)
Features
- Add support for opt-in debug logging ( b1dfc55 )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( b1dfc55 )
0.3.12 (2024-10-31)
Bug Fixes
- disable universe-domain validation ( 85c7512 )
0.3.11 (2024-10-24)
Features
0.3.10 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( c6eeae0 )
0.3.9 (2024-07-08)
Bug Fixes
0.3.8 (2024-04-04)
Features
- add GetSettings and UpdateSettings methods at the Project-level to advisorynotifications.googleapis.com ( b8a4835 )
Documentation
- adding docs for new project level settings methods ( b8a4835 )
0.3.7 (2024-03-05)
Bug Fixes
0.3.6 (2024-02-22)
Bug Fixes
-
[Many APIs] fix
ValueError
intest__validate_universe_domain
( #12280 ) ( 2d75d0e ) -
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12303 ) ( fbb80c3 )
0.3.5 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( 780c5f1 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( 780c5f1 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 780c5f1 )
0.3.4 (2024-02-01)
Features
- Allow users to explicitly configure universe domain ( a0392ee )
0.3.3 (2023-12-07)
Features
-
Adding GetNotification and ListNotifications methods for notifications parented at the project level ( d250ab3 )
-
Adding project level methods to advisorynotifications.googleapis.com ( d250ab3 )
Documentation
- Adding docs for new project level methods ( d250ab3 )
0.3.2 (2023-12-07)
Features
-
Add support for python 3.12 ( ea6cfc2 )
-
Introduce compatibility with native namespace packages ( ea6cfc2 )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( ea6cfc2 )
-
Use
retry_async
instead ofretry
in async client ( ea6cfc2 )
0.3.1 (2023-09-30)
Features
- add new RPCs GetSettings, UpdateSettings and new messages Settings, NotificationSettings, GetSettingsRequest, UpdateSettingsRequest ( e395513 )
0.3.0 (2023-08-03)
Features
- Add
NOTIFICATION_TYPE_SECURITY_MSA
andNOTIFICATION_TYPE_THREAT_HORIZONS
notification types ( #11538 ) ( 4679f2a )