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

Commit 1d1ac96

Browse files
chore(main): release 2.13.0 (#481)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bd93557 commit 1d1ac96

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.13.0](https://github.com/googleapis/python-dialogflow/compare/v2.12.0...v2.13.0) (2022-03-08)
8+
9+
10+
### Features
11+
12+
* added ConversationDataset resource and its APIs ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
13+
* added ConversationModel resource and its APIs ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
14+
* added metadata for the Knowledge operation ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
15+
* added new knowledge type of Document content ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
16+
* added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
17+
* added states of Document ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
18+
19+
20+
### Bug Fixes
21+
22+
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#479](https://github.com/googleapis/python-dialogflow/issues/479)) ([4a62e80](https://github.com/googleapis/python-dialogflow/commit/4a62e80e045639061779bb097dacab744276973a))
23+
* **deps:** require proto-plus>=1.15.0 ([4a62e80](https://github.com/googleapis/python-dialogflow/commit/4a62e80e045639061779bb097dacab744276973a))
24+
25+
26+
### Documentation
27+
28+
* added a new resource name pattern for ConversationModel ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
29+
* clarified the behavior of language_code in EventInput ([#475](https://github.com/googleapis/python-dialogflow/issues/475)) ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
30+
* clarified wording around Cloud Storage usage ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
31+
* updated copyright ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
32+
733
## [2.12.0](https://github.com/googleapis/python-dialogflow/compare/v2.11.0...v2.12.0) (2022-02-11)
834

935

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.12.0"
22+
version = "2.13.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)