Skip to content

Releases: googleapis/python-bigquery-storage

v1.1.2

09 Jun 15:19
7e0f501
Compare
Choose a tag to compare

1.1.2 (2022-06-07)

Bug Fixes

  • deps: require protobuf<4.0.0 on v1 branch (#460) (445e114)

v2.13.2

07 Jun 10:44
232e332
Compare
Choose a tag to compare

2.13.2 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#457) (143dac9)

v1.1.1

07 Apr 16:01
c65c35b
Compare
Choose a tag to compare

1.1.1 (2022-04-04)

Bug Fixes

  • v1: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (d4babe0)

v2.13.1

05 Apr 16:54
d827080
Compare
Choose a tag to compare

2.13.1 (2022-04-04)

Bug Fixes

  • Deprecate format specific row_count field in Read API (#424) (d52dbba)

v2.13.0

09 Mar 17:54
186d57d
Compare
Choose a tag to compare

2.13.0 (2022-03-07)

Features

  • expose additional StorageError enum values (4657e2f)
  • update default timeout/retry information (4657e2f)
  • update parent annotation for BatchCommitWriteStreamsRequest (4657e2f)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#404) (99f51e0)

Documentation

  • improve documentation for write client (#403) (4657e2f)

v2.12.0

22 Feb 14:56
18592ec
Compare
Choose a tag to compare

2.12.0 (2022-02-22)

Features

Bug Fixes

  • remove bigquery.readonly auth scope (#394) (e08d2fd)
  • remove libcst as a required dependency (#389) (92b503a)
  • resolve DuplicateCredentialArgs error when using credentials_file (16520e3)

Documentation

v2.11.0

13 Jan 15:47
81c8b8c
Compare
Choose a tag to compare

2.11.0 (2022-01-12)

Features

  • add write_mode property to BigQuery Storage Write API v1 (#360) (aa9740d)
  • retryable resource exhausted handling (#366) (33757d8)

v2.10.1

15 Nov 15:51
2dc31b1
Compare
Choose a tag to compare

Documentation

  • show that Python 3.9 and 3.10 are supported in classifiers (#351) (1faa16f)

v2.10.0

08 Nov 16:03
368460b
Compare
Choose a tag to compare

Features

  • add context manager support in client (#328) (afcf3dc)

Bug Fixes

  • deps: drop packaging dependency (5390146)
  • deps: require google-api-core >= 1.28.0 (5390146)

Documentation

  • list oneofs in docstring (5390146)

v2.9.1

07 Oct 12:02
925961c
Compare
Choose a tag to compare

Documentation

  • samples: Add minimal sample to show Write API in pending mode (#322) (db51469)