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

Commit 27bee1a

Browse files
chore(main): release 2.28.0
1 parent bed5210 commit 27bee1a

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.27.0"
2+
".": "2.28.0"
33
}
44

CHANGELOG.md

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

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

7+
## [2.28.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.27.0...v2.28.0) (2025-01-16)
8+
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
* **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)
19+
* Disable universe-domain validation ([#839](https://github.com/googleapis/python-bigquery-storage/issues/839)) ([4662b39](https://github.com/googleapis/python-bigquery-storage/commit/4662b39c6fd4bccbb154b5bbf7db1af570638b86))
20+
721
## [2.27.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.26.0...v2.27.0) (2024-10-14)
822

923

google/cloud/bigquery_storage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

google/cloud/bigquery_storage_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

google/cloud/bigquery_storage_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.28.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.28.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)