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

Commit 799a9f1

Browse files
chore(main): release 2.16.0 (#581)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 74d45fb commit 799a9f1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.16.0](https://github.com/googleapis/python-dialogflow/compare/v2.15.2...v2.16.0) (2022-10-03)
8+
9+
10+
### Features
11+
12+
* Include conversation dataset name to be created with dataset creation metadata ([#582](https://github.com/googleapis/python-dialogflow/issues/582)) ([74d45fb](https://github.com/googleapis/python-dialogflow/commit/74d45fb4c69d6a150aa86bf249ba291e6bd72e13))
13+
* **v2beta1:** Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) ([1648b27](https://github.com/googleapis/python-dialogflow/commit/1648b27b87416806ea7fcc016ad3caa5f89f5789))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** Require protobuf >= 3.20.2 ([#579](https://github.com/googleapis/python-dialogflow/issues/579)) ([2159259](https://github.com/googleapis/python-dialogflow/commit/21592593540d1e058be7debf565f7b737a45f79b))
19+
20+
21+
### Documentation
22+
23+
* clarify SuggestionFeature enums which are specific to chat agents ([74d45fb](https://github.com/googleapis/python-dialogflow/commit/74d45fb4c69d6a150aa86bf249ba291e6bd72e13))
24+
* **v2beta1:** clarify SuggestionFeature enums which are specific to chat agents ([1648b27](https://github.com/googleapis/python-dialogflow/commit/1648b27b87416806ea7fcc016ad3caa5f89f5789))
25+
726
## [2.15.2](https://github.com/googleapis/python-dialogflow/compare/v2.15.1...v2.15.2) (2022-08-15)
827

928

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "dialogflow"
2121
description = "Client library for the Dialogflow API"
22-
version = "2.15.2"
22+
version = "2.16.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)