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

Commit 2855063

Browse files
chore(main): release 2.15.0 (#538)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3d84854 commit 2855063

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.15.0](https://github.com/googleapis/python-dialogflow/compare/v2.14.1...v2.15.0) (2022-07-16)
8+
9+
10+
### Features
11+
12+
* add audience parameter ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
13+
* Add AudioInput to analysis requests ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
14+
* Add filter field to ListAnswerRecordsRequest ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
15+
* deprecated the filter field and add resource_definition ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
16+
* provide new parameter cx_current_page, the unique identifier of the CX page to override the `current_page` in the session ([#533](https://github.com/googleapis/python-dialogflow/issues/533)) ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
22+
* require python 3.7+ ([#535](https://github.com/googleapis/python-dialogflow/issues/535)) ([912518b](https://github.com/googleapis/python-dialogflow/commit/912518b3d119f38115a255d26bd11397d483dddb))
23+
24+
25+
### Documentation
26+
27+
* add more meaningful comments ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
28+
* add more meaningful comments ([4377f2a](https://github.com/googleapis/python-dialogflow/commit/4377f2a61a829cb4fc402f7090d0082b838c8bfe))
29+
* Update region_tag: dialogflow_detect_intent_text --> dialogflow_es_detect_intent_text ([#536](https://github.com/googleapis/python-dialogflow/issues/536)) ([c20dcf7](https://github.com/googleapis/python-dialogflow/commit/c20dcf788211796d23ed630a0f7259ac02ef6781))
30+
731
## [2.14.1](https://github.com/googleapis/python-dialogflow/compare/v2.14.0...v2.14.1) (2022-06-03)
832

933

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.14.1"
22+
version = "2.15.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)