Skip to content

Latest commit

 

History

History
97 lines (57 loc) · 3.76 KB

File metadata and controls

97 lines (57 loc) · 3.76 KB

Changelog

PyPI History

0.5.0

05-20-2019 09:23 PDT

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)

0.4.0

04-16-2019 13:46 PDT

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)

0.3.0

04-02-2019 15:22 PDT

Dependencies

  • Add dependency for resource proto. (#7585)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)

Documentation

  • Fix links to BigQuery Storage API docs (#7647)
  • Update proto / docstrings (via synth). (#7461)
  • googlecloudplatform --> googleapis in READMEs (#7411)
  • Updated client library documentation URLs. (#7307)
  • Blacken new quickstart snippet. (#7242)
  • Add quickstart demonstrating most BQ Storage API read features (#7223)
  • Add bigquery_storage to docs (#7222)

Internal / Testing Changes

  • Add protos as an artifact to library (#7205)
  • Copy lintified proto files (via synth). (#7475)
  • Add annotations to protocol buffers indicating request parameters (via synth). (#7550)

0.2.0

01-25-2019 13:54 PST

New Features

  • Add option to choose dtypes by column in to_dataframe. (#7126)

Internal / Testing Changes

  • Update copyright headers
  • Protoc-generated serialization update. (#7076)
  • BigQuery Storage: run 'blacken' during synth (#7047)

0.1.1

12-17-2018 18:03 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Pick up fixes in GAPIC generator. (#6708)

Documentation

  • Document Python 2 deprecation (#6910)

Internal / Testing Changes

  • Blacken all gen'd libs (#6792)
  • Correct release_status for bigquery_storage (#6767)

0.1.0

11-29-2018 13:45 PST

  • Initial release of BigQuery Storage API client.