Skip to content

Releases: googleapis/python-bigquery-storage

v2.9.0

27 Sep 18:34
ccba144
Compare
Choose a tag to compare

Features

  • add AppendRowsStream to use write API from v1 endpoint (#309) (9fc3c08)
  • add BigQuery Storage Write API v1 (#301) (69e3fb8)

Bug Fixes

  • add 'dict' annotation type to 'request' (a778080)
  • add missing read api retry setting on SplitReadStream (#311) (66c09c0)
  • avoid failure if closing AppendRowsStream before opening (#304) (9f145f8)
  • avoid opening write stream more than once, make open method private (#305) (58ec844)

v2.8.0

13 Sep 14:47
eb74af9
Compare
Choose a tag to compare

Features

  • add AppendRowsStream helper to append rows with a BigQueryWriteClient (#284) (2461f63)

v2.7.0

02 Sep 09:20
0bd8279
Compare
Choose a tag to compare

Features

  • v1beta2: Align ReadRows timeout with other versions of the API (#293) (43e36a1)

Documentation

  • v1beta2: Align session length with public documentation (43e36a1)

v2.6.3

09 Aug 13:47
71aae60
Compare
Choose a tag to compare

Bug Fixes

  • resume read stream on Unknown transport-layer exception (#263) (127caa0)

v2.6.2

28 Jul 11:47
f4156a3
Compare
Choose a tag to compare

Bug Fixes

Documentation

v2.6.1

21 Jul 23:18
6f21583
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#240) (8f848e1)

Documentation

  • pandas DataFrame samples are more standalone (#224) (4026997)

v2.6.0

09 Jul 14:48
a309380
Compare
Choose a tag to compare

Features

v2.5.0

29 Jun 20:47
6f3725f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove default deadline for AppendRows API (#205)

Features

  • Add ZSTD compression as an option for Arrow (#197) (f941446)
  • new JSON type through BigQuery Write (#178) (a6d6afa)

Bug Fixes

  • deps: add packaging requirement (#200) (f2203fe)
  • remove default deadline for AppendRows API (#205) (cd4e637)

Documentation

Miscellaneous Chores

v2.4.0

07 Apr 16:17
d96d39a
Compare
Choose a tag to compare

Features

  • add a Arrow compression options (Only LZ4 for now) (#166) (1c91a27)
  • updates for v1beta2 storage API - Updated comments on BatchCommitWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates (#172) (bef63fb)

Dependencies

v2.3.0

18 Feb 17:19
445bb49
Compare
Choose a tag to compare

Features

  • add client_cert_source_for_mtls argument to transports (#135) (072850d)

Documentation