From 763b810c38e6744e20f0648cf13144fa20d6ea7e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2020 21:14:44 +0000 Subject: [PATCH 1/5] chore: updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1adaa8cf..040a3cc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +### [1.26.1](https://www.github.com/googleapis/python-bigquery/compare/v1.26.0...v1.26.1) (2020-07-25) + + +### Bug Fixes + +* address issues with concurrent BigQuery tests [([#3426](https://www.github.com/googleapis/python-bigquery/issues/3426))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3426) ([34ad9c6](https://www.github.com/googleapis/python-bigquery/commit/34ad9c619cfc6dcc5356e9375b8c76d41ddc16a1)) +* RowIterator.to_arrow() error when BQ Storage client cannot be created ([#181](https://www.github.com/googleapis/python-bigquery/issues/181)) ([7afa3d7](https://www.github.com/googleapis/python-bigquery/commit/7afa3d70f8564dcdacda2b9acbbd7207b50b186e)) + ## [1.26.0](https://www.github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0) (2020-07-20) From 1c0276ffdb7f32b77d35e4c64525b96b5344a224 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2020 21:14:46 +0000 Subject: [PATCH 2/5] chore: updated setup.cfg [ci skip] From a1d54111323d3b60db3d9ee33a426fb5e916675b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2020 21:14:47 +0000 Subject: [PATCH 3/5] chore: updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ac3a8598..61e836a73 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-bigquery" description = "Google BigQuery API client library" -version = "1.26.0" +version = "1.26.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From afd7d682b8d0862d71f1287904abec443f18c382 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 27 Jul 2020 18:10:55 +0000 Subject: [PATCH 4/5] docs: update CHANGELOG.md to clarify changes --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040a3cc2a..b64a77ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,20 @@ ### [1.26.1](https://www.github.com/googleapis/python-bigquery/compare/v1.26.0...v1.26.1) (2020-07-25) +### Documentation + +* Migrated code samples from + https://github.com/GoogleCloudPlatform/python-docs-samples ### Bug Fixes -* address issues with concurrent BigQuery tests [([#3426](https://www.github.com/googleapis/python-bigquery/issues/3426))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3426) ([34ad9c6](https://www.github.com/googleapis/python-bigquery/commit/34ad9c619cfc6dcc5356e9375b8c76d41ddc16a1)) * RowIterator.to_arrow() error when BQ Storage client cannot be created ([#181](https://www.github.com/googleapis/python-bigquery/issues/181)) ([7afa3d7](https://www.github.com/googleapis/python-bigquery/commit/7afa3d70f8564dcdacda2b9acbbd7207b50b186e)) +### Dependencies + +* Updatred version constraints on grmp dependency in anticipation of 1.0.0 release + ([#189](https://github.com/googleapis/python-bigquery/pull/189)) + ## [1.26.0](https://www.github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0) (2020-07-20) From 87988cb85adeb6b512cf55974fd8eee2a9115b23 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 27 Jul 2020 18:50:52 +0000 Subject: [PATCH 5/5] address typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64a77ce8..f7286e9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ ### Dependencies -* Updatred version constraints on grmp dependency in anticipation of 1.0.0 release +* Updated version constraints on grmp dependency in anticipation of 1.0.0 release ([#189](https://github.com/googleapis/python-bigquery/pull/189)) ## [1.26.0](https://www.github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0) (2020-07-20)