Skip to content

Releases: googleapis/python-bigquery-storage

v2.1.0

04 Nov 22:32
6ff1121
Compare
Choose a tag to compare

Features

  • add public transport property and path formatting methods to client (#80) (fbbb439)

Documentation

  • add intersphinx to proto-plus library (#86) (4cd35d2)
  • show inheritance in types reference (#91) (e5fd4e6)

v2.0.1

21 Oct 16:02
adcba94
Compare
Choose a tag to compare

Bug Fixes

  • don't fail with 429 when downloading wide tables (#79) (45faf97)

Documentation

  • update to_dataframe sample to latest dependencies (#72) (a7fe762)

v2.0.0

29 Sep 16:36
6254bf2
Compare
Choose a tag to compare

09-24-2020 08:21 PDT

Implementation Changes

  • Transition the library to microgenerator. (#62)
    This is a breaking change that introduces several method signature changes and drops support
    for Python 2.7 and 3.5
    . See migration guide
    for more info.

v1.1.0

16 Sep 09:31
56ea2f1
Compare
Choose a tag to compare

09-14-2020 08:51 PDT

Implementation Changes

  • Change default retry policies timeouts (via synth). (#53)

New Features

  • Add resource path helper methods. (#40)

Documentation

  • Move code samples from the common samples repo to this library. (#50)
  • Fix read_rows() docstring sample. (#44)

Internal / Testing Changes

  • Update CODEOWNERS for samples and library code. (#56)
  • Update language of py2 admonition, add 3.8 unit tests. (#45)
  • Install google-cloud-testutils (via synth). (#26)

v1.0.0

04 Jun 21:32
eebe11d
Compare
Choose a tag to compare
chore: release 1.0.0 (#35)

:robot: I have created a release \*beep\* \*boop\* 
---
## [1.0.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v0.8.0...v1.0.0) (2020-06-04)


### Bug Fixes

* handle consuming streams with no data ([#29](https://www.github.com/googleapis/python-bigquery-storage/issues/29)) ([56d1b1f](https://www.github.com/googleapis/python-bigquery-storage/commit/56d1b1fd75965669f5a4d10e5b00671c276eda88))
* update pyarrow references that are warning ([#31](https://www.github.com/googleapis/python-bigquery-storage/issues/31)) ([5302481](https://www.github.com/googleapis/python-bigquery-storage/commit/5302481d9f0ee07630ae62ed7268e510bcaa5d84))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

v0.8.0

03 Mar 22:01
0323439
Compare
Choose a tag to compare
chore: release 0.8.0 (#13)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v0.7.0

05 Feb 17:22
Compare
Choose a tag to compare

New Features

  • Support faster Arrow data format in to_dataframe and to_arrow when using BigQuery Storage API. (#8551)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)
  • Update pins of 'googleapis-common-protos. (#8688)

Documentation

  • Update quickstart sample with data format and sharding options. (#8665)
  • Fix links to bigquery storage documentation. (#8859)
  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • Pin black version. (via synth). (#8672)

v0.6.0

05 Feb 17:22
Compare
Choose a tag to compare

New Features

  • Add to_arrow with support for Arrow data format. (#8644)
  • Add 'client_options' support (via synth). (#8536)
  • Add sharding strategy, stream splitting, Arrow support (via synth). (#8477)

Documentation

  • Add docs job to publish to googleapis.dev. (#8464)

Internal / Testing Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8441)
  • Add encoding declaration to protoc-generated files (via synth). (#8345)
  • Refactor reader.ReadRowsPage to use _StreamParser. (#8262)
  • Fix coverage in 'types.py' (via synth). (#8148)
  • Add empty lines, remove coverage exclusions (via synth). (#8051)

v0.5.0

05 Feb 17:22
Compare
Choose a tag to compare

Implementation Changes

  • Increase default deadline on ReadRows. (#8030)
  • Respect timeout on client.read_rows. Don't resume on DEADLINE_EXCEEDED errors. (#8025)

Documentation

  • Use alabaster theme everwhere. (#8021)

v0.4.0

05 Feb 17:22
Compare
Choose a tag to compare

Implementation Changes

  • Remove gRPC size limit in the transport options (#7664)
  • Add retry params for create_read_session (via synth). (#7658)

New Features

  • Add page iterator to ReadRowsStream (#7680)

Internal / Testing Changes

  • Remove system test for split rows (#7673)