| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 90fd7c6 commit 2a5b40f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,13 @@ | |||
| 4 | 4 | ||
| 5 | 5 | [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history | |
| 6 | 6 | ||
| 7 | + ## [2.8.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.7.0...v2.8.0) (2021-09-10) | ||
| 8 | + | ||
| 9 | + | ||
| 10 | + ### Features | ||
| 11 | + | ||
| 12 | + * add `AppendRowsStream` helper to append rows with a `BigQueryWriteClient` ([#284](https://www.github.com/googleapis/python-bigquery-storage/issues/284)) ([2461f63](https://www.github.com/googleapis/python-bigquery-storage/commit/2461f63d37f707c2d634a95d87b8ffc3e4af3686)) | ||
| 13 | + | ||
| 7 | 14 | ## [2.7.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.6.3...v2.7.0) (2021-09-02) | |
| 8 | 15 | ||
| 9 | 16 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | name = "google-cloud-bigquery-storage" | |
| 23 | 23 | description = "BigQuery Storage API API client library" | |
| 24 | - version = "2.7.0" | ||
| 24 | + version = "2.8.0" | ||
| 25 | 25 | release_status = "Development Status :: 5 - Production/Stable" | |
| 26 | 26 | dependencies = [ | |
| 27 | 27 | # NOTE: Maintainers, please do not require google-api-core>=2.x.x | |
| Back | FazBrowse Home | New Git URL |
0 commit comments