File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-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+ ## 0.32.0
8+
9+ ### :warning : Interface changes
10+
11+ - Use ` job.configuration ` resource for XXXJobConfig classes (#5036 )
12+
13+ ### Interface additions
14+
15+ - Add ` page_size ` parameter for ` list_rows ` and use in DB-API for ` arraysize ` (#4931 )
16+ - Add IPython magics for running queries (#4983 )
17+
18+ ### Documentation
19+
20+ - Add job string constant parameters in init and snippets documentation (#4987 )
21+
22+ ### Internal / Testing changes
23+
24+ - Specify IPython version 5.5 when running Python 2.7 tests (#5145 )
25+ - Move all Dataset property conversion logic into properties (#5130 )
26+ - Remove unnecessary _ Table class from test_job.py (#5126 )
27+ - Use explicit bytes to initialize 'BytesIO'. (#5116 )
28+ - Make SchemaField be able to include description via from_api_repr method (#5114 )
29+ - Remove _ ApiResourceProperty class (#5107 )
30+ - Add dev version for 0.32.0 release (#5105 )
31+ - StringIO to BytesIO (#5101 )
32+ - Shorten snippets test name (#5091 )
33+ - Don't use ` selected_fields ` for listing query result rows (#5072 )
34+ - Add location property to job classes. (#5071 )
35+ - Use autospec for Connection in tests. (#5066 )
36+ - Add Parquet SourceFormat and samples (#5057 )
37+ - Remove test_load_table_from_uri_w_autodetect_schema_then_get_job because of duplicate test in snippets (#5004 )
38+ - Fix encoding variable and strings UTF-8 and ISO-8859-1 difference documentation (#4990 )
39+
740## 0.31.0
841
942### Interface additions
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-bigquery'
2424description = 'Google BigQuery API client library'
25- version = '0.32.0.dev1 '
25+ version = '0.32.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