From 14e3fe1efa1fb7f20ad7f552a040f14646717898 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 2 Apr 2019 15:26:10 -0700 Subject: [PATCH] Release 0.3.0 --- bigquery_storage/CHANGELOG.md | 25 +++++++++++++++++++++++++ bigquery_storage/setup.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/bigquery_storage/CHANGELOG.md b/bigquery_storage/CHANGELOG.md index 3328cd429edc..39bfbb020753 100644 --- a/bigquery_storage/CHANGELOG.md +++ b/bigquery_storage/CHANGELOG.md @@ -4,6 +4,31 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## 0.3.0 + +04-02-2019 15:22 PDT + +### Dependencies + +- Add dependency for resource proto. ([#7585](https://github.com/googleapis/google-cloud-python/pull/7585)) +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) + +### Documentation + +- Fix links to BigQuery Storage API docs ([#7647](https://github.com/googleapis/google-cloud-python/pull/7647)) +- Update proto / docstrings (via synth). ([#7461](https://github.com/googleapis/google-cloud-python/pull/7461)) +- googlecloudplatform --> googleapis in READMEs ([#7411](https://github.com/googleapis/google-cloud-python/pull/7411)) +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Blacken new quickstart snippet. ([#7242](https://github.com/googleapis/google-cloud-python/pull/7242)) +- Add quickstart demonstrating most BQ Storage API read features ([#7223](https://github.com/googleapis/google-cloud-python/pull/7223)) +- Add bigquery_storage to docs ([#7222](https://github.com/googleapis/google-cloud-python/pull/7222)) + +### Internal / Testing Changes + +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Copy lintified proto files (via synth). ([#7475](https://github.com/googleapis/google-cloud-python/pull/7475)) +- Add annotations to protocol buffers indicating request parameters (via synth). ([#7550](https://github.com/googleapis/google-cloud-python/pull/7550)) + ## 0.2.0 01-25-2019 13:54 PST diff --git a/bigquery_storage/setup.py b/bigquery_storage/setup.py index de84457ee2a4..a507d46ad182 100644 --- a/bigquery_storage/setup.py +++ b/bigquery_storage/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-bigquery-storage' description = 'BigQuery Storage API API client library' -version = '0.2.0' +version = '0.3.0' release_status = 'Development Status :: 4 - Beta' dependencies = [ 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',