File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-bigquery'
2424description = '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'
You can’t perform that action at this time.
0 commit comments