File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
93105-20-2019 09:23 PDT
Original file line number Diff line number Diff line change 2121
2222name = 'google-cloud-bigquery-storage'
2323description = 'BigQuery Storage API API client library'
24- version = '0.5 .0'
24+ version = '0.6 .0'
2525release_status = 'Development Status :: 4 - Beta'
2626dependencies = [
2727 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev' ,
You can’t perform that action at this time.
0 commit comments