Skip to content

Commit aae0f36

Browse files
chore: librarian release pull request: 20251217T213154Z (#14977)
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-speech: 2.35.0</summary> ## [2.35.0](google-cloud-speech-v2.34.0...google-cloud-speech-v2.35.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 43f2b80 commit aae0f36

File tree

10 files changed

+17
-9
lines changed

10 files changed

+17
-9
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@ libraries:
32643264
- packages/google-cloud-source-context/
32653265
tag_format: '{id}-v{version}'
32663266
- id: google-cloud-speech
3267-
version: 2.34.0
3267+
version: 2.35.0
32683268
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
32693269
apis:
32703270
- path: google/cloud/speech/v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Changelogs
171171
- [google-cloud-servicehealth==0.2.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-servicehealth/CHANGELOG.md)
172172
- [google-cloud-shell==1.13.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-shell/CHANGELOG.md)
173173
- [google-cloud-source-context==1.8.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-source-context/CHANGELOG.md)
174-
- [google-cloud-speech==2.34.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech/CHANGELOG.md)
174+
- [google-cloud-speech==2.35.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech/CHANGELOG.md)
175175
- [google-cloud-storage-control==1.8.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-storage-control/CHANGELOG.md)
176176
- [google-cloud-storage-transfer==1.18.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-storage-transfer/CHANGELOG.md)
177177
- [google-cloud-storagebatchoperations==0.2.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-storagebatchoperations/CHANGELOG.md)

packages/google-cloud-speech/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-speech/#history
66

7+
## [2.35.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-speech-v2.34.0...google-cloud-speech-v2.35.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.34.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-speech-v2.33.0...google-cloud-speech-v2.34.0) (2025-10-20)
816

917

packages/google-cloud-speech/google/cloud/speech/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.34.0" # {x-release-please-version}
16+
__version__ = "2.35.0" # {x-release-please-version}

packages/google-cloud-speech/google/cloud/speech_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.34.0" # {x-release-please-version}
16+
__version__ = "2.35.0" # {x-release-please-version}

packages/google-cloud-speech/google/cloud/speech_v1p1beta1/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.34.0" # {x-release-please-version}
16+
__version__ = "2.35.0" # {x-release-please-version}

packages/google-cloud-speech/google/cloud/speech_v2/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.34.0" # {x-release-please-version}
16+
__version__ = "2.35.0" # {x-release-please-version}

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

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

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

0 commit comments

Comments
 (0)