Skip to content

Releases: googleapis/python-bigquery-storage

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

v2.17.0

15 Dec 22:33
6bf683f
Compare
Choose a tag to compare

2.17.0 (2022-12-14)

Features

  • Add estimated number of rows to CreateReadSession response (#542) (16c19a4)
  • Add missing_value_interpretations to AppendRowsRequest (#529) (2ba8bae)

Bug Fixes

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (5e2fc1e)
  • Drop usage of pkg_resources (5e2fc1e)
  • Fix timeout default values (5e2fc1e)

Documentation

  • samples: Snippetgen should call await on the operation coroutine before calling result (5e2fc1e)

v2.16.2

10 Oct 16:18
7048955
Compare
Choose a tag to compare

2.16.2 (2022-10-07)

Bug Fixes

v2.16.1

29 Sep 20:07
6686a6e
Compare
Choose a tag to compare

2.16.1 (2022-09-29)

Bug Fixes

v2.16.0

19 Sep 19:35
b728fea
Compare
Choose a tag to compare

2.16.0 (2022-09-19)

Features

  • Add location to WriteStream and add WriteStreamView support (#507) (20371ef)
  • add proto annotation for non-ascii field mapping (7eba58c)

v2.15.0

06 Sep 16:22
73a9896
Compare
Choose a tag to compare

2.15.0 (2022-09-06)

Features

  • Allow users to set Apache Avro output format options through avro_serialization_options param in TableReadOptions message (#490) (0c1264d)

v2.14.2

15 Aug 14:20
de8ed15
Compare
Choose a tag to compare

2.14.2 (2022-08-12)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#486) (e96a352)
  • deps: drop freezegun dependency in extras (#481) (7ba7953)
  • deps: require proto-plus >= 1.22.0 (e96a352)

Documentation

  • clarify size limitations for AppendRowsRequest (#474) (7132617)

v2.14.1

13 Jul 17:46
f3c894b
Compare
Choose a tag to compare

2.14.1 (2022-07-13)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#469) (42f7a0d)

v2.14.0

08 Jul 17:55
55d7c56
Compare
Choose a tag to compare

2.14.0 (2022-07-08)

Features

  • add audience parameter (346c719)
  • add fields to eventually contain row level errors (346c719)

Bug Fixes

  • deps: require google-api-core >= 2.8.0 (346c719)
  • handle AttributeError in bigquery_storage writer (#414) (2cb641a)
  • Modify client lib retry policy for CreateWriteStream with longer backoff, more error code and longer overall time (346c719)
  • require python 3.7+ (#468) (c13b1e5)