Skip to content

Commit e8202a4

Browse files
authored
Release 1.5.1 (googleapis#6054)
1 parent 9368fb5 commit e8202a4

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

bigquery/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
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

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-bigquery'
2424
description = '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'

0 commit comments

Comments
 (0)