Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 5654b6c

Browse files
chore(main): release 2.17.0 (#461)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8b144db commit 5654b6c

File tree

9 files changed

+35
-8
lines changed

9 files changed

+35
-8
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.16.2"
2+
".": "2.17.0"
33
}
44

CHANGELOG.md

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

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

7+
## [2.17.0](https://github.com/googleapis/python-speech/compare/v2.16.2...v2.17.0) (2023-01-16)
8+
9+
10+
### Features
11+
12+
* Add support for python 3.11 ([#478](https://github.com/googleapis/python-speech/issues/478)) ([487242f](https://github.com/googleapis/python-speech/commit/487242f3beff810c2892b1b52b3e097bf3c7339e))
13+
* Add typing to proto.Message based class attributes ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
14+
* Added new fields to facilitate debugging ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
15+
* **v1:** Added ABNF Grammars field in Speech Adaptation ([ca28974](https://github.com/googleapis/python-speech/commit/ca28974906ca3ad10a85978b03594aaa4b181f8d))
16+
* **v1p1beta1:** Added ABNF Grammars field in Speech Adaptation ([ca28974](https://github.com/googleapis/python-speech/commit/ca28974906ca3ad10a85978b03594aaa4b181f8d))
17+
18+
19+
### Bug Fixes
20+
21+
* Add dict typing for client_options ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
22+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
23+
* Drop usage of pkg_resources ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
24+
* Fix timeout default values ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
25+
26+
27+
### Documentation
28+
29+
* **samples:** Code samples for Speech-to-Text V2 ([5c99f00](https://github.com/googleapis/python-speech/commit/5c99f00a1b15b92ba888e36ca334ad12be854989))
30+
* **samples:** Snippetgen handling of repeated enum field ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
31+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
32+
* **samples:** Update code samples for adaptation and VAD ([#462](https://github.com/googleapis/python-speech/issues/462)) ([f785ac7](https://github.com/googleapis/python-speech/commit/f785ac7ed11340db893f6d43368a4bde1655c5c8))
33+
734
## [2.16.2](https://github.com/googleapis/python-speech/compare/v2.16.1...v2.16.2) (2022-10-07)
835

936

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.16.2" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

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.16.2" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

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.16.2" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

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.16.2" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

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": "0.1.0"
11+
"version": "2.17.0"
1212
},
1313
"snippets": [
1414
{

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": "0.1.0"
11+
"version": "2.17.0"
1212
},
1313
"snippets": [
1414
{

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": "0.1.0"
11+
"version": "2.17.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)