Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 78020a5

Browse files
chore(main): release 2.17.0 (#601)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 234ab9b commit 78020a5

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.1"
2+
".": "2.17.0"
33
}

CHANGELOG.md

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

55
[1]: https://pypi.org/project/dialogflow/#history
66

7+
## [2.17.0](https://github.com/googleapis/python-dialogflow/compare/v2.16.1...v2.17.0) (2022-12-15)
8+
9+
10+
### Features
11+
12+
* Add support for `google.cloud.dialogflow.__version__` ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
13+
* Add typing to proto.Message based class attributes ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
14+
* Added cx_current_page field to AutomatedAgentReply ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
15+
* **v2:** Added obfuscated_external_user_id to Participant ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3))
16+
* **v2:** Added StreamingAnalyzeContent API ([#590](https://github.com/googleapis/python-dialogflow/issues/590)) ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3))
17+
* **v2beta1:** Add ability to set Cloud Speech model in SpeechToTextConfig ([#587](https://github.com/googleapis/python-dialogflow/issues/587)) ([1d258c2](https://github.com/googleapis/python-dialogflow/commit/1d258c2ea8e9993a382dfb318f3022739030ad04))
18+
* **v2:** Can directly set Cloud Speech model on the SpeechToTextConfig ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3))
19+
20+
21+
### Bug Fixes
22+
23+
* Add dict typing for client_options ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
24+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
25+
* Drop usage of pkg_resources ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
26+
* Fix timeout default values ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
27+
28+
29+
### Documentation
30+
31+
* Clarified docs for Sentiment ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
32+
* **samples:** Snippetgen handling of repeated enum field ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
33+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe))
34+
735
## [2.16.1](https://github.com/googleapis/python-dialogflow/compare/v2.16.0...v2.16.1) (2022-10-10)
836

937

google/cloud/dialogflow/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.1" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

google/cloud/dialogflow_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.1" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

google/cloud/dialogflow_v2beta1/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.1" # {x-release-please-version}
16+
__version__ = "2.17.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.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-dialogflow",
11-
"version": "0.1.0"
11+
"version": "2.17.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.v2beta1.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-dialogflow",
11-
"version": "0.1.0"
11+
"version": "2.17.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)