Changelog
0.7.16 (2025-06-11)
Documentation
- Update import statement example in README ( 8697120 )
0.7.15 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 1e43e75 )
0.7.14 (2025-02-18)
Bug Fixes
- deps:Require grpc-google-iam-v1>=0.14.0 ( 16e14c8 )
0.7.13 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( e22e2bd )
-
Add support for reading selective GAPIC generation methods from service YAML ( e22e2bd )
0.7.12 (2024-12-12)
Features
- Add support for opt-in debug logging ( 19ed3be )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 19ed3be )
0.7.11 (2024-10-31)
Bug Fixes
- disable universe-domain validation ( 53c951e )
0.7.10 (2024-10-24)
Features
- Add support for Python 3.13 ( 6252476 )
0.7.9 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( a6f7356 )
0.7.8 (2024-07-08)
Bug Fixes
0.7.7 (2024-03-05)
Bug Fixes
0.7.6 (2024-02-22)
Bug Fixes
-
[Many APIs] fix
ValueError
intest__validate_universe_domain
( #12282 ) ( b985096 ) -
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12305 ) ( 2aa7f17 )
0.7.5 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( f3db074 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( f3db074 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( f3db074 )
0.7.4 (2024-02-01)
Features
0.7.3 (2023-12-07)
Features
-
Add support for python 3.12 ( b96013d )
-
Introduce compatibility with native namespace packages ( b96013d )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( b96013d )
-
Use
retry_async
instead ofretry
in async client ( b96013d )
0.7.2 (2023-09-30)
Features
- add matched_token_page_indices field in Document Warehouse API v1 ( 030a767 )
0.7.1 (2023-09-19)
Features
-
add
cloud_function
fields to support new ingestion option in Document Warehouse API v1 ( 61a2c29 ) -
add
ROOT_FOLDER
field to Document Warehouse API v1 ( 61a2c29 )
Documentation
- Minor formatting ( 9487380 )
0.7.0 (2023-08-16)
Features
0.6.0 (2023-08-11)
Features
-
Add
disposition_time
,legal_hold
,document_is_retention_folder
,document_is_legal_hold_folder
,question_answer
,document_name_filter
fields ( d0432c7 ) -
Add
ON_CREATE_LINK
,ON_DELETE_LINK
fields to support new rule engine triggers ( d0432c7 )
Documentation
- Deprecate DB_CLOUD_SQL_POSTGRES ( d0432c7 )
0.5.1 (2023-07-05)
Bug Fixes
0.5.0 (2023-04-05)
Features
-
add
content_category
,text_extraction_enabled
,retrieval_importance
,schema_sources
,total_result_size
fields ( 80a9ff4 ) -
add
DocumentCreatorDefaultRole
,ContentCategory
,RetrievalImportance
,SchemaSource
,TotalResultSize
,LockDocumentRequest
,CustomWeightsMetadata
,WeightedSchemaProperty
( 80a9ff4 ) -
add LockDocument service ( 80a9ff4 )
-
deprecate
text_extraction_disabled
,structured_content_uri
,async_enabled
field ( 80a9ff4 )
0.4.1 (2023-03-25)
Documentation
0.4.0 (2023-02-09)
Features
0.3.1 (2023-01-20)
Bug Fixes
- Add context manager return types ( 900a608 )
Documentation
- Add documentation for enums ( 900a608 )
0.3.0 (2023-01-10)
Features
0.2.1 (2022-12-06)
Bug Fixes
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( e477ab2 )
-
Drop usage of pkg_resources ( e477ab2 )
-
Fix timeout default values ( e477ab2 )
Documentation
- samples:Snippetgen should call await on the operation coroutine before calling result ( e477ab2 )
0.2.0 (2022-11-10)
Features
- Add typing to proto.Message based class attributes ( a6cbc16 )
Documentation
- samples:Snippetgen handling of repeated enum field ( a6cbc16 )