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.10.0
8+
9+ 03-06-2019 15:20 PST
10+
11+ ### Implementation Changes
12+
13+ - Harden 'ArrayQueryParameter.from_api_repr' against missing 'parameterValue'. ([ #7311 ] ( https://github.com/googleapis/google-cloud-python/pull/7311 ) )
14+ - Allow nested records w/ null values. ([ #7297 ] ( https://github.com/googleapis/google-cloud-python/pull/7297 ) )
15+
16+ ### New Features
17+
18+ - Add options to ignore errors when creating/deleting datasets/tables. ([ #7491 ] ( https://github.com/googleapis/google-cloud-python/pull/7491 ) )
19+ - Accept a string in Table and Dataset constructors. ([ #7483 ] ( https://github.com/googleapis/google-cloud-python/pull/7483 ) )
20+
21+ ### Documentation
22+
23+ - Update docstring of RowIterator's to_dataframe ([ #7306 ] ( https://github.com/googleapis/google-cloud-python/pull/7306 ) )
24+ - Updated client library documentation URLs. ([ #7307 ] ( https://github.com/googleapis/google-cloud-python/pull/7307 ) )
25+
26+ ### Internal / Testing Changes
27+
28+ - Fix lint. ([ #7383 ] ( https://github.com/googleapis/google-cloud-python/pull/7383 ) )
29+
730## 1.9.0
831
93202-04-2019 13:28 PST
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-bigquery'
2424description = 'Google BigQuery API client library'
25- version = '1.9 .0'
25+ version = '1.10 .0'
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