Skip to content

Commit 32eda79

Browse files
authored
chore(bigquery): release 1.21.0 (googleapis#9484)
1 parent 02f2dc2 commit 32eda79

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

bigquery/CHANGELOG.md

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

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

7+
## 1.21.0
8+
9+
10-16-2019 10:33 PDT
10+
11+
12+
### New Features
13+
14+
- add ability to pass in a table ID instead of a query to the `%%bigquery` magic ([#9170](https://github.com/googleapis/google-cloud-python/pull/9170))
15+
- add support for custom `QueryJobConfig` in `BigQuery.cursor.execute` method ([#9278](https://github.com/googleapis/google-cloud-python/pull/9278))
16+
- store `QueryJob` to destination var on error in `%%bigquery` magic ([#9245](https://github.com/googleapis/google-cloud-python/pull/9245))
17+
- add script statistics to job resource ([#9428](https://github.com/googleapis/google-cloud-python/pull/9428))
18+
- add support for sheets ranges ([#9416](https://github.com/googleapis/google-cloud-python/pull/9416))
19+
- add support for listing jobs by parent job ([#9225](https://github.com/googleapis/google-cloud-python/pull/9225))
20+
- expose customer managed encryption key for ML models ([#9302](https://github.com/googleapis/google-cloud-python/pull/9302))
21+
- add `Dataset.default_partition_expiration_ms` and `Table.require_partition_filter` properties ([#9464](https://github.com/googleapis/google-cloud-python/pull/9464))
22+
23+
### Dependencies
24+
25+
- restrict version range of `google-resumable-media` ([#9243](https://github.com/googleapis/google-cloud-python/pull/9243))
26+
27+
### Documentation
28+
29+
- document how to load data as JSON string ([#9231](https://github.com/googleapis/google-cloud-python/pull/9231))
30+
- standardize comments and formatting in existing code samples ([#9212](https://github.com/googleapis/google-cloud-python/pull/9212))
31+
- rewrite docstrings in Google style ([#9326](https://github.com/googleapis/google-cloud-python/pull/9326))
32+
- fix incorrect links to REST API in reference docs ([#9436](https://github.com/googleapis/google-cloud-python/pull/9436))
33+
34+
### Internal / Testing Changes
35+
36+
- add code samples to lint check ([#9277](https://github.com/googleapis/google-cloud-python/pull/9277))
37+
- update code samples to use strings for table and dataset IDs ([#9136](https://github.com/googleapis/google-cloud-python/pull/9136))
38+
- simplify scripting system test to reduce flakiness ([#9458](https://github.com/googleapis/google-cloud-python/pull/9458))
39+
740
## 1.20.0
841

942
09-13-2019 11:22 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.20.0"
25+
version = "1.21.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)