File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-bigquery/#history
66
7+ ## 1.5.1
8+
9+ ### Implementation Changes
10+
11+ - Retry '502 Bad Gateway' errors by default. (#5930 )
12+ - Avoid pulling entire result set into memory when constructing dataframe. (#5870 )
13+ - Add support for retrying unstructured 429 / 500 / 502 responses. (#6011 )
14+ - Populate the jobReference from the API response. (#6044 )
15+
16+ ### Documentation
17+
18+ - Prepare documentation for repo split (#5955 )
19+ - Fix leakage of bigquery/spanner sections into sidebar menu. (#5986 )
20+
21+ ### Internal / Testing Changes
22+
23+ - Test pandas support under Python 3.7. (#5857 )
24+ - Nox: use inplace installs (#5865 )
25+ - Update system test to use test data in bigquery-public-data. (#5965 )
26+
727## 1.5.0
828
929### Implementation Changes
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-bigquery'
2424description = 'Google BigQuery API client library'
25- version = '1.5.0 '
25+ version = '1.5.1 '
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments