From 83120b210f540c1c7d91e3325aaf8f5b730d3d20 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:21:17 -0600 Subject: [PATCH] chore(main): release 2.28.0 (#848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(main): release 2.28.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot --- .kokoro/docker/docs/requirements.txt | 18 +++++++++--------- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ google/cloud/bigquery_storage/gapic_version.py | 2 +- .../cloud/bigquery_storage_v1/gapic_version.py | 2 +- .../bigquery_storage_v1beta2/gapic_version.py | 2 +- ...adata_google.cloud.bigquery.storage.v1.json | 2 +- ..._google.cloud.bigquery.storage.v1beta2.json | 2 +- 8 files changed, 29 insertions(+), 15 deletions(-) diff --git a/.kokoro/docker/docs/requirements.txt b/.kokoro/docker/docs/requirements.txt index fe6349a2..f99a5c4a 100644 --- a/.kokoro/docker/docs/requirements.txt +++ b/.kokoro/docker/docs/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --allow-unsafe --generate-hashes synthtool/gcp/templates/python_library/.kokoro/docker/docs/requirements.in # -argcomplete==3.5.3 \ - --hash=sha256:2ab2c4a215c59fd6caaff41a869480a23e8f6a5f910b266c1808037f4e375b61 \ - --hash=sha256:c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392 +argcomplete==3.5.2 \ + --hash=sha256:036d020d79048a5d525bc63880d7a4b8d1668566b8a76daf1144c0bbe0f63472 \ + --hash=sha256:23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb # via nox colorlog==6.9.0 \ --hash=sha256:5906e71acd67cb07a71e779c47c4bcb45fb8c2993eebe9e5adcd6a6f1b283eff \ @@ -16,9 +16,9 @@ distlib==0.3.9 \ --hash=sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 \ --hash=sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403 # via virtualenv -filelock==3.17.0 \ - --hash=sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338 \ - --hash=sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e +filelock==3.16.1 \ + --hash=sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 \ + --hash=sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435 # via virtualenv nox==2024.10.9 \ --hash=sha256:1d36f309a0a2a853e9bccb76bbef6bb118ba92fa92674d15604ca99adeb29eab \ @@ -66,7 +66,7 @@ tomli==2.2.1 \ --hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \ --hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7 # via nox -virtualenv==20.29.1 \ - --hash=sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779 \ - --hash=sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35 +virtualenv==20.28.0 \ + --hash=sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0 \ + --hash=sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa # via nox diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6aa39c5..e0b4b791 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.27.0" + ".": "2.28.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e6c770..402e1a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## [2.28.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.27.0...v2.28.0) (2025-01-28) + + +### Features + +* Add support for opt-in debug logging ([#855](https://github.com/googleapis/python-bigquery-storage/issues/855)) ([405f776](https://github.com/googleapis/python-bigquery-storage/commit/405f776f3010030cf65d3f122d4fcc142e1e9bf1)) + + +### Bug Fixes + +* Add response object to any append rows requests exception ([#838](https://github.com/googleapis/python-bigquery-storage/issues/838)) ([04867c6](https://github.com/googleapis/python-bigquery-storage/commit/04867c68d18eeeb7eca75aee49a6627db547d6fa)) +* **deps:** Update proto-plus to >=1.25 for Python 3.13 compatibility ([#865](https://github.com/googleapis/python-bigquery-storage/issues/865)) ([bed5210](https://github.com/googleapis/python-bigquery-storage/commit/bed52102abfaf756f81399ca37e534f1230cc695)), closes [#842](https://github.com/googleapis/python-bigquery-storage/issues/842) +* Disable universe-domain validation ([#839](https://github.com/googleapis/python-bigquery-storage/issues/839)) ([4662b39](https://github.com/googleapis/python-bigquery-storage/commit/4662b39c6fd4bccbb154b5bbf7db1af570638b86)) + ## [2.27.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.26.0...v2.27.0) (2024-10-14) diff --git a/google/cloud/bigquery_storage/gapic_version.py b/google/cloud/bigquery_storage/gapic_version.py index f0fcebfa..8f0f03c0 100644 --- a/google/cloud/bigquery_storage/gapic_version.py +++ b/google/cloud/bigquery_storage/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.27.0" # {x-release-please-version} +__version__ = "2.28.0" # {x-release-please-version} diff --git a/google/cloud/bigquery_storage_v1/gapic_version.py b/google/cloud/bigquery_storage_v1/gapic_version.py index f0fcebfa..8f0f03c0 100644 --- a/google/cloud/bigquery_storage_v1/gapic_version.py +++ b/google/cloud/bigquery_storage_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.27.0" # {x-release-please-version} +__version__ = "2.28.0" # {x-release-please-version} diff --git a/google/cloud/bigquery_storage_v1beta2/gapic_version.py b/google/cloud/bigquery_storage_v1beta2/gapic_version.py index f0fcebfa..8f0f03c0 100644 --- a/google/cloud/bigquery_storage_v1beta2/gapic_version.py +++ b/google/cloud/bigquery_storage_v1beta2/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.27.0" # {x-release-please-version} +__version__ = "2.28.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json index c9e425d4..f54de771 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-bigquery-storage", - "version": "0.1.0" + "version": "2.28.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json index e92a81e4..7e208a29 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-bigquery-storage", - "version": "0.1.0" + "version": "2.28.0" }, "snippets": [ {