Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit fd4ec13

Browse files
authored
Release bigquery_storage 0.1.1 (#6959)
* Release 0.1.1 * Update bigquery_storage/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com>
1 parent 099cb64 commit fd4ec13

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## 0.1.1
8+
9+
12-17-2018 18:03 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up fixes in GAPIC generator. ([#6708](https://github.com/googleapis/google-cloud-python/pull/6708))
15+
16+
### Documentation
17+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
18+
19+
### Internal / Testing Changes
20+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
21+
- Correct release_status for bigquery_storage ([#6767](https://github.com/googleapis/google-cloud-python/pull/6767))
22+
723
## 0.1.0
824

925
11-29-2018 13:45 PST

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.1.0'
24+
version = '0.1.1'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)