From 186d57db28d9d3a5bc6bb3b2c408b4ad7c8520e1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:54:44 -0600 Subject: [PATCH] chore(main): release 2.13.0 (#405) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- CHANGELOG.md | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4357d60b..e4fca4da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## [2.13.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.12.0...v2.13.0) (2022-03-07) + + +### Features + +* expose additional StorageError enum values ([4657e2f](https://github.com/googleapis/python-bigquery-storage/commit/4657e2f819febf9601dc671fda9f0b04bbcfdebe)) +* update default timeout/retry information ([4657e2f](https://github.com/googleapis/python-bigquery-storage/commit/4657e2f819febf9601dc671fda9f0b04bbcfdebe)) +* update parent annotation for BatchCommitWriteStreamsRequest ([4657e2f](https://github.com/googleapis/python-bigquery-storage/commit/4657e2f819febf9601dc671fda9f0b04bbcfdebe)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#404](https://github.com/googleapis/python-bigquery-storage/issues/404)) ([99f51e0](https://github.com/googleapis/python-bigquery-storage/commit/99f51e0bbc8615e7e3caad272a5bffd0d6c57d2f)) + + +### Documentation + +* improve documentation for write client ([#403](https://github.com/googleapis/python-bigquery-storage/issues/403)) ([4657e2f](https://github.com/googleapis/python-bigquery-storage/commit/4657e2f819febf9601dc671fda9f0b04bbcfdebe)) + ## [2.12.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.11.0...v2.12.0) (2022-02-22) diff --git a/setup.py b/setup.py index 460e5eb6..3e361924 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-bigquery-storage" description = "BigQuery Storage API API client library" -version = "2.12.0" +version = "2.13.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x