Releases: googleapis/python-bigquery-storage
Releases · googleapis/python-bigquery-storage
v2.2.1
v2.2.0
v2.1.0
v2.0.1
v2.0.0
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
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
v1.0.0
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
chore: release 0.8.0 (#13) * updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
v0.7.0
New Features
- Support faster Arrow data format in
to_dataframe
andto_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
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)