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

Commit 0af12b1

Browse files
chore(main): release 2.29.0 (#887)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3e2295a commit 0af12b1

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-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.28.0"
2+
".": "2.29.0"
33
}
44

CHANGELOG.md

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

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

7+
## [2.29.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.28.0...v2.29.0) (2025-03-11)
8+
9+
10+
### Features
11+
12+
* Add Connection class ([#888](https://github.com/googleapis/python-bigquery-storage/issues/888)) ([8d342ee](https://github.com/googleapis/python-bigquery-storage/commit/8d342eec2068c42ac7b5254f80cb20eabf374477))
13+
* Add REST Interceptors which support reading metadata ([#884](https://github.com/googleapis/python-bigquery-storage/issues/884)) ([50a37af](https://github.com/googleapis/python-bigquery-storage/commit/50a37af5057ec9526ffdab368067efe11d71d455))
14+
15+
16+
### Bug Fixes
17+
18+
* Allow protobuf 6.x ([#905](https://github.com/googleapis/python-bigquery-storage/issues/905)) ([54e4802](https://github.com/googleapis/python-bigquery-storage/commit/54e480289a4c7271b64ddcc2b05209dccc6b3111))
19+
720
## [2.28.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.27.0...v2.28.0) (2025-01-28)
821

922

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.28.0" # {x-release-please-version}
16+
__version__ = "2.29.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.28.0" # {x-release-please-version}
16+
__version__ = "2.29.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.28.0" # {x-release-please-version}
16+
__version__ = "2.29.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.29.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.29.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)