Skip to content

Commit a2b64a8

Browse files
authored
Release bigquery 0.32.0 (googleapis#5147)
* Release 0.32.0 * Update changelog.md Modify changelog to have matching tense and separate change types.
1 parent e9396a3 commit a2b64a8

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+
## 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

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

0 commit comments

Comments
 (0)