Skip to content

Releases: googleapis/python-bigquery-storage

v2.30.0

25 Mar 21:46
1408398
Compare
Choose a tag to compare

2.30.0 (2025-03-25)

Features

Bug Fixes

  • Remove setup.cfg configuration for creating universal wheels (#913) (a1fa1c7)

v2.29.1

13 Mar 17:32
bbcffc2
Compare
Choose a tag to compare

2.29.1 (2025-03-13)

Bug Fixes

  • Correct user agent header to track calls as veneer instead of gapic (#909) (eabe4ba)

v2.29.0

11 Mar 20:14
0af12b1
Compare
Choose a tag to compare

2.29.0 (2025-03-11)

Features

Bug Fixes

v2.28.0

04 Feb 16:21
83120b2
Compare
Choose a tag to compare

2.28.0 (2025-01-28)

Features

  • Add support for opt-in debug logging (#855) (405f776)

Bug Fixes

  • Add response object to any append rows requests exception (#838) (04867c6)
  • deps: Update proto-plus to >=1.25 for Python 3.13 compatibility (#865) (bed5210), closes #842
  • Disable universe-domain validation (#839) (4662b39)

v2.27.0

14 Oct 18:33
507585c
Compare
Choose a tag to compare

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

04 Sep 20:38
b9430b0
Compare
Choose a tag to compare

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

03 May 16:11
0ebab17
Compare
Choose a tag to compare

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

12 Dec 21:52
6e6b6e1
Compare
Choose a tag to compare

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

29 Nov 17:48
743cd42
Compare
Choose a tag to compare

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

06 Jul 16:13
b94d5fe
Compare
Choose a tag to compare

2.22.0 (2023-07-06)

Features

  • Add ResourceExhausted to retryable error for Write API unary calls (aebe9d1)

Documentation

  • Add multiplexing documentation (aebe9d1)