Skip to content

Commit f384538

Browse files
chore: librarian release pull request: 20251217T215552Z (#14980)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.0.0-20251113212345-55e52e492404 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209 <details><summary>google-cloud-bigquery-storage: 2.36.0</summary> ## [2.36.0](google-cloud-bigquery-storage-v2.35.0...google-cloud-bigquery-storage-v2.36.0) (2025-12-17) ### Features * auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId: 845448683) ([d2b35b2](d2b35b25)) * check Python and dependency versions in generated GAPICs (PiperOrigin-RevId: 845448683) ([d2b35b2](d2b35b25)) </details>
1 parent f709d63 commit f384538

File tree

11 files changed

+18
-10
lines changed

11 files changed

+18
-10
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ libraries:
891891
- packages/google-cloud-bigquery-reservation/
892892
tag_format: '{id}-v{version}'
893893
- id: google-cloud-bigquery-storage
894-
version: 2.35.0
894+
version: 2.36.0
895895
last_generated_commit: bd94e0b8c4975af0a66dc1f846c63c77dbc0064e
896896
apis:
897897
- path: google/cloud/bigquery/storage/v1beta2

packages/google-cloud-bigquery-storage/CHANGELOG.md

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

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

7+
## [2.36.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.35.0...google-cloud-bigquery-storage-v2.36.0) (2025-12-17)
8+
9+
10+
### Features
11+
12+
* auto-enable mTLS when supported certificates are detected ([d2b35b25342bfa389b472f9ce49922e630019fe6](https://github.com/googleapis/google-cloud-python/commit/d2b35b25342bfa389b472f9ce49922e630019fe6))
13+
* check Python and dependency versions in generated GAPICs ([d2b35b25342bfa389b472f9ce49922e630019fe6](https://github.com/googleapis/google-cloud-python/commit/d2b35b25342bfa389b472f9ce49922e630019fe6))
14+
715
## [2.35.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.34.0...google-cloud-bigquery-storage-v2.35.0) (2025-12-04)
816

917

packages/google-cloud-bigquery-storage/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.35.0" # {x-release-please-version}
16+
__version__ = "2.36.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/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.35.0" # {x-release-please-version}
16+
__version__ = "2.36.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/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.35.0" # {x-release-please-version}
16+
__version__ = "2.36.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/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.35.0" # {x-release-please-version}
16+
__version__ = "2.36.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/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.35.0" # {x-release-please-version}
16+
__version__ = "2.36.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/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": "2.35.0"
11+
"version": "2.36.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-bigquery-storage/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1alpha.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": "2.35.0"
11+
"version": "2.36.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-bigquery-storage/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta.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": "2.35.0"
11+
"version": "2.36.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)