From 7f2a5266101772f3f36446f210f3bfc5a95161fe Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Fri, 21 Sep 2018 12:33:15 -0700 Subject: [PATCH] Release 1.5.1 (#6054) --- CHANGELOG.md | 20 ++++++++++++++++++++ setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8daa2bac..1b25a9100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.5.1 + +### Implementation Changes + +- Retry '502 Bad Gateway' errors by default. (#5930) +- Avoid pulling entire result set into memory when constructing dataframe. (#5870) +- Add support for retrying unstructured 429 / 500 / 502 responses. (#6011) +- Populate the jobReference from the API response. (#6044) + +### Documentation + +- Prepare documentation for repo split (#5955) +- Fix leakage of bigquery/spanner sections into sidebar menu. (#5986) + +### Internal / Testing Changes + +- Test pandas support under Python 3.7. (#5857) +- Nox: use inplace installs (#5865) +- Update system test to use test data in bigquery-public-data. (#5965) + ## 1.5.0 ### Implementation Changes diff --git a/setup.py b/setup.py index 16f018dd1..9eaf1f741 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-bigquery' description = 'Google BigQuery API client library' -version = '1.5.0' +version = '1.5.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'