Skip to content

Commit 9b85429

Browse files
authored
Release 1.5.0 (googleapis#5735)
1 parent 9d64d30 commit 9b85429

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

bigquery/CHANGELOG.md

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

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

7+
## 1.5.0
8+
9+
### Implementation Changes
10+
11+
- Make 'Table.location' read-only. (#5687)
12+
13+
### New Features
14+
15+
- Add 'clustering_fields' properties. (#5630)
16+
- Add support for job labels (#5654)
17+
- Add 'QueryJob.estimated_bytes_processed' property (#5655)
18+
- Add support/tests for loading tables from 'gzip.GzipFile'. (#5711)
19+
- Add 'ExternalSourceFormat' enum. (#5674)
20+
- Add default location to client (#5678)
21+
22+
### Documentation
23+
24+
- Fix typo in CopyJob sources docstring (#5690)
25+
26+
### Internal / Testing Changes
27+
28+
- Add/refactor snippets for managing BigQuery jobs (#5631)
29+
- Reenable systests for 'dataset.update'/'table.update'. (#5732)
30+
731
## 1.4.0
832

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

0 commit comments

Comments
 (0)