Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b2035b

Browse files
authored
Release 1.15.0 (googleapis#8339)
1 parent 7c39eeb commit 7b2035b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

bigquery/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

7+
## 1.15.0
8+
9+
06-14-2019 10:10 PDT
10+
11+
### Implementation Changes
12+
13+
- Fix bug where `load_table_from_dataframe` could not append to REQUIRED fields. ([#8230](https://github.com/googleapis/google-cloud-python/pull/8230))
14+
15+
### New Features
16+
17+
- Add `page_size` parameter to `QueryJob.result`. ([#8206](https://github.com/googleapis/google-cloud-python/pull/8206))
18+
719
## 1.14.0
820

921
06-04-2019 11:11 PDT

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

0 commit comments

Comments
 (0)