Skip to content

Releases: googleapis/python-bigquery-storage

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)

v2.21.0

05 Jul 15:23
a8d0341
Compare
Choose a tag to compare

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

31 May 20:38
00e5bd9
Compare
Choose a tag to compare

2.20.0 (2023-05-25)

Features

  • Add storage error codes for KMS (ff1f064)
  • Add table sampling to ReadAPI (ff1f064)

v2.19.1

27 Mar 15:33
e9c4268
Compare
Choose a tag to compare

2.19.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#586) (76c4f0f)

v2.19.0

01 Mar 18:22
2e7f1f5
Compare
Choose a tag to compare

2.19.0 (2023-03-01)

Features

  • Add default_value_expression to TableFieldSchema (#571) (277ed54)

v2.18.1

23 Jan 16:02
4edc273
Compare
Choose a tag to compare

2.18.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (ec04714)

Documentation

  • Add documentation for enums (ec04714)

v2.18.0

10 Jan 18:21
fd43d2d
Compare
Choose a tag to compare

2.18.0 (2023-01-10)

Features