Skip to content

Commit 122e358

Browse files
plamutparthea
authored andcommitted
chore: release 1.1.0 (#55)
* chore: release v1.1.0 * Declare Python 3.8 compatibility in metadata. * Mention CODEOWENERS change in changelog
1 parent a29355a commit 122e358

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

packages/google-cloud-bigquery-storage/CHANGELOG.md

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

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

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+
734
## [1.0.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v0.8.0...v1.0.0) (2020-06-04)
835

936

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Programming Language :: Python :: 3.5",
6868
"Programming Language :: Python :: 3.6",
6969
"Programming Language :: Python :: 3.7",
70+
"Programming Language :: Python :: 3.8",
7071
"Operating System :: OS Independent",
7172
"Topic :: Internet",
7273
],

0 commit comments

Comments
 (0)