Skip to content

Commit 6075a2f

Browse files
authored
Release 1.10.0 (googleapis#7497)
1 parent 6c13421 commit 6075a2f

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

bigquery/CHANGELOG.md

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

932
02-04-2019 13:28 PST

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.9.0'
25+
version = '1.10.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)