Skip to content

Commit 744a97c

Browse files
tswasttseaver
andauthored
Release bigquery_storage 0.6.0 (googleapis#8649)
* Release 0.6.0 * Update bigquery_storage/CHANGELOG.md Co-Authored-By: Tres Seaver <tseaver@palladion.com>
1 parent c5a7cd2 commit 744a97c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

bigquery_storage/CHANGELOG.md

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

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

7+
## 0.6.0
8+
9+
07-11-2019 13:15 PDT
10+
11+
### New Features
12+
13+
- Add `to_arrow` with support for Arrow data format. ([#8644](https://github.com/googleapis/google-cloud-python/pull/8644))
14+
- Add 'client_options' support (via synth). ([#8536](https://github.com/googleapis/google-cloud-python/pull/8536))
15+
- Add sharding strategy, stream splitting, Arrow support (via synth). ([#8477](https://github.com/googleapis/google-cloud-python/pull/8477))
16+
17+
### Documentation
18+
19+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
20+
21+
### Internal / Testing Changes
22+
23+
- Allow kwargs to be passed to create_channel (via synth). ([#8441](https://github.com/googleapis/google-cloud-python/pull/8441))
24+
- Add encoding declaration to protoc-generated files (via synth). ([#8345](https://github.com/googleapis/google-cloud-python/pull/8345))
25+
- Refactor `reader.ReadRowsPage` to use `_StreamParser`. ([#8262](https://github.com/googleapis/google-cloud-python/pull/8262))
26+
- Fix coverage in 'types.py' (via synth). ([#8148](https://github.com/googleapis/google-cloud-python/pull/8148))
27+
- Add empty lines, remove coverage exclusions (via synth). ([#8051](https://github.com/googleapis/google-cloud-python/pull/8051))
28+
729
## 0.5.0
830

931
05-20-2019 09:23 PDT

bigquery_storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = 'google-cloud-bigquery-storage'
2323
description = 'BigQuery Storage API API client library'
24-
version = '0.5.0'
24+
version = '0.6.0'
2525
release_status = 'Development Status :: 4 - Beta'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)