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

Commit

Permalink
chore(main): release 2.17.0 (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 17, 2023
1 parent 8b144db commit 5654b6c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.16.2"
".": "2.17.0"
}

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@

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

## [2.17.0](https://github.com/googleapis/python-speech/compare/v2.16.2...v2.17.0) (2023-01-16)


### Features

* Add support for python 3.11 ([#478](https://github.com/googleapis/python-speech/issues/478)) ([487242f](https://github.com/googleapis/python-speech/commit/487242f3beff810c2892b1b52b3e097bf3c7339e))
* Add typing to proto.Message based class attributes ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* Added new fields to facilitate debugging ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* **v1:** Added ABNF Grammars field in Speech Adaptation ([ca28974](https://github.com/googleapis/python-speech/commit/ca28974906ca3ad10a85978b03594aaa4b181f8d))
* **v1p1beta1:** Added ABNF Grammars field in Speech Adaptation ([ca28974](https://github.com/googleapis/python-speech/commit/ca28974906ca3ad10a85978b03594aaa4b181f8d))


### Bug Fixes

* Add dict typing for client_options ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* Drop usage of pkg_resources ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* Fix timeout default values ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))


### Documentation

* **samples:** Code samples for Speech-to-Text V2 ([5c99f00](https://github.com/googleapis/python-speech/commit/5c99f00a1b15b92ba888e36ca334ad12be854989))
* **samples:** Snippetgen handling of repeated enum field ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([c2a079c](https://github.com/googleapis/python-speech/commit/c2a079c29c9c53e9da6736303b63f7985b59949a))
* **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))

## [2.16.2](https://github.com/googleapis/python-speech/compare/v2.16.1...v2.16.2) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/speech/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.2" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.2" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v1p1beta1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.2" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/speech_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.2" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "0.1.0"
"version": "2.17.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "0.1.0"
"version": "2.17.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "0.1.0"
"version": "2.17.0"
},
"snippets": [
{
Expand Down

0 comments on commit 5654b6c

Please sign in to comment.