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

Commit 38543f1

Browse files
chore(main): release 2.22.0 (#635)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 56c8890 commit 38543f1

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-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.21.0"
2+
".": "2.22.0"
33
}

CHANGELOG.md

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

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

7+
## [2.22.0](https://github.com/googleapis/python-dialogflow/compare/v2.21.0...v2.22.0) (2023-05-25)
8+
9+
10+
### Features
11+
12+
* Add baseline model configuration for conversation summarization ([#636](https://github.com/googleapis/python-dialogflow/issues/636)) ([c0a030e](https://github.com/googleapis/python-dialogflow/commit/c0a030ee32e07b3d3e3bdfe738b4754eda4dbc64))
13+
* Added debug info for StreamingDetectIntent ([06fea2a](https://github.com/googleapis/python-dialogflow/commit/06fea2a9b5b8f7c4c5ec7dd9881b7f55de9ea149))
14+
* Added GenerateStatelessSummary method ([06fea2a](https://github.com/googleapis/python-dialogflow/commit/06fea2a9b5b8f7c4c5ec7dd9881b7f55de9ea149))
15+
* Extended StreamingListCallCompanionEvents timeout to 600 seconds ([06fea2a](https://github.com/googleapis/python-dialogflow/commit/06fea2a9b5b8f7c4c5ec7dd9881b7f55de9ea149))
16+
717
## [2.21.0](https://github.com/googleapis/python-dialogflow/compare/v2.20.0...v2.21.0) (2023-03-23)
818

919

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.21.0" # {x-release-please-version}
16+
__version__ = "2.22.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.21.0" # {x-release-please-version}
16+
__version__ = "2.22.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.21.0" # {x-release-please-version}
16+
__version__ = "2.22.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.22.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.22.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)