Releases: googleapis/python-bigquery-storage
Releases · googleapis/python-bigquery-storage
v2.27.0
2.27.0 (2024-10-14)
Features
- Add experimental ArrowData type and arrow_data field within AppendRowsRequest (#837) (03a99ff)
Bug Fixes
- Increase method timeout to 240s for BigQuery Metastore Partition Service API version v1alpha (#830) (826a23f)
v2.26.0
2.26.0 (2024-09-04)
Features
- v1alpha: Add BigQuery Metastore Partition Service API (6ba2796)
Bug Fixes
- Allow protobuf 5.x; require protobuf >=3.20.2 (#808) (0a644e3)
v2.25.0
2.25.0 (2024-05-01)
Features
- Add ability to request compressed ReadRowsResponse rows (#728) (fe09e3b)
- Add client side lib id with lib version (#760) (05664dc)
- Add include_recaptcha_script for as a new action in firewall policies (#753) (0d2c013)
- Add stream write samples for range (#780) (27dbbc2)
- Add support for proto3 optional tag (#727) (3b9724a)
- Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema (#746) (47f6b05)
- Allow users to explicitly configure universe domain (#737) (44feef7)
Bug Fixes
- Add google-auth as a direct dependency (#740) (4942bd1)
- Export handwritten classes AppendRowsStream and ReadRowsStream (#770) (198c312)
- Fix
ValueError
in test__validate_universe_domain
(#743) (9d8ad7e)
- main: Clarify importlib import (#738) (04efdbd)
- Make read_session no longer DEPRECATED (#765) (a3168f4)
- Missing export BigQueryWriteClient (#754) (2600532)
- Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (#739) (ea4c1f4)
- Use triple equal for pinned requirements (#769) (d746c3c)
Documentation
- Mark BigQueryWrite v1beta2 as deprecated (#750) (201ae3e)
v2.24.0
2.24.0 (2023-12-12)
Features
- Add support for Python 3.12 (4834ed1)
- Introduce compatibility with native namespace packages (#706) (59f9564)
Bug Fixes
- Use
retry_async
instead of retry
in async client (#713) (4e18437)
v2.23.0
2.23.0 (2023-11-17)
Features
- Add default_missing_value_interpretation field; indicate KMS_SERVICE_ERROR is retryable (#637) (9550ea6)
Bug Fixes
- Do not set BidiRpc to None when closing it (#698) (7921561)
- samples: Catch EOFError in quickstart (#708) (1683879)
Documentation
v2.22.0
2.22.0 (2023-07-06)
Features
- Add ResourceExhausted to retryable error for Write API unary calls (aebe9d1)
Documentation
- Add multiplexing documentation (aebe9d1)
v2.21.0
2.21.0 (2023-07-04)
Features
- Add estimated physical file sizes to ReadAPI v1 (#605) (ad342fe)
Bug Fixes
- Add async context manager return types (#610) (e7069d1)
v2.20.0
2.20.0 (2023-05-25)
Features
- Add storage error codes for KMS (ff1f064)
- Add table sampling to ReadAPI (ff1f064)
v2.19.1
2.19.1 (2023-03-23)
Documentation
- Fix formatting of request arg in docstring (#586) (76c4f0f)
v2.19.0
2.19.0 (2023-03-01)
Features
- Add default_value_expression to TableFieldSchema (#571) (277ed54)