Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aae0f36

Browse filesBrowse 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
Copy full SHA for aae0f36

File tree

Expand file treeCollapse file tree

10 files changed

+17
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

10 files changed

+17
-9
lines changed
Open diff view settings
Collapse file

‎.librarian/state.yaml‎

Copy file name to clipboardExpand all lines: .librarian/state.yaml
+1-1Lines 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
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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)
Collapse file

‎packages/google-cloud-speech/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎packages/google-cloud-speech/google/cloud/speech/gapic_version.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/google/cloud/speech/gapic_version.py
+1-1Lines 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}
Collapse file

‎packages/google-cloud-speech/google/cloud/speech_v1/gapic_version.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/google/cloud/speech_v1/gapic_version.py
+1-1Lines 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}
Collapse file

‎packages/google-cloud-speech/google/cloud/speech_v1p1beta1/gapic_version.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/google/cloud/speech_v1p1beta1/gapic_version.py
+1-1Lines 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}
Collapse file

‎packages/google-cloud-speech/google/cloud/speech_v2/gapic_version.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/google/cloud/speech_v2/gapic_version.py
+1-1Lines 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}
Collapse file

‎packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1.json‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1.json
+1-1Lines 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
{
Collapse file

‎packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1p1beta1.json‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v1p1beta1.json
+1-1Lines 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
{
Collapse file

‎packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v2.json‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/samples/generated_samples/snippet_metadata_google.cloud.speech.v2.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.