File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
packages/google-cloud-bigquery-storage Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-cloud-bigquery-storage/#history
6
6
7
+ ## 1.1.0
8
+
9
+ 09-14-2020 08:51 PDT
10
+
11
+
12
+ ### Implementation Changes
13
+
14
+ - Change default retry policies timeouts (via synth). ([ #53 ] ( https://github.com/googleapis/python-bigquery-storage/pull/53 ) )
15
+
16
+
17
+ ### New Features
18
+
19
+ - Add resource path helper methods. ([ #40 ] ( https://github.com/googleapis/python-bigquery-storage/pull/40 ) )
20
+
21
+
22
+ ### Documentation
23
+
24
+ - Move code samples from the common [ samples repo] ( https://github.com/GoogleCloudPlatform/python-docs-samples/ ) to this library. ([ #50 ] ( https://github.com/googleapis/python-bigquery-storage/pull/50 ) )
25
+ - Fix ` read_rows() ` docstring sample. ([ #44 ] ( https://github.com/googleapis/python-bigquery-storage/pull/44 ) )
26
+
27
+
28
+ ### Internal / Testing Changes
29
+
30
+ - Update CODEOWNERS for samples and library code. ([ #56 ] ( https://github.com/googleapis/python-bigquery-storage/pull/56 ) )
31
+ - Update language of py2 admonition, add 3.8 unit tests. ([ #45 ] ( https://github.com/googleapis/python-bigquery-storage/pull/45 ) )
32
+ - Install google-cloud-testutils (via synth). ([ #26 ] ( https://github.com/googleapis/python-bigquery-storage/pull/26 ) )
33
+
7
34
## [ 1.0.0] ( https://www.github.com/googleapis/python-bigquery-storage/compare/v0.8.0...v1.0.0 ) (2020-06-04)
8
35
9
36
Original file line number Diff line number Diff line change 67
67
"Programming Language :: Python :: 3.5" ,
68
68
"Programming Language :: Python :: 3.6" ,
69
69
"Programming Language :: Python :: 3.7" ,
70
+ "Programming Language :: Python :: 3.8" ,
70
71
"Operating System :: OS Independent" ,
71
72
"Topic :: Internet" ,
72
73
],
You can’t perform that action at this time.
0 commit comments