Skip to content

Commit

Permalink
chore(main): release 2.11.0 (#456)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.11.0](googleapis/python-dialogflow@v2.10.0...v2.11.0) (2022-01-13)


### Features

* support document metadata filter in article suggestion ([#442](googleapis/python-dialogflow#442)) ([6f615f9](googleapis/python-dialogflow@6f615f9))
* **v2:** added export documentation method ([#449](googleapis/python-dialogflow#449)) ([a43d1e9](googleapis/python-dialogflow@a43d1e9))
* **v2:** added filter in list documentations request ([a43d1e9](googleapis/python-dialogflow@a43d1e9))
* **v2:** added filter in list knowledge bases request ([a43d1e9](googleapis/python-dialogflow@a43d1e9))
* **v2:** added option to apply partial update to the smart messaging allowlist in reload document request ([a43d1e9](googleapis/python-dialogflow@a43d1e9))
* **v2:** added option to import custom metadata from Google Cloud Storage in reload document request ([a43d1e9](googleapis/python-dialogflow@a43d1e9))
* **v2beta1:** add support for knowledge_base in knowledge operation metadata ([0f60629](googleapis/python-dialogflow@0f60629))
* **v2beta1:** added option to configure the number of sentences in the suggestion context ([#453](googleapis/python-dialogflow#453)) ([e48ea00](googleapis/python-dialogflow@e48ea00))
* **v2beta1:** removed OPTIONAL for speech model variant ([#448](googleapis/python-dialogflow#448)) ([0f60629](googleapis/python-dialogflow@0f60629))
* **v2:** removed OPTIONAL for speech model variant ([#447](googleapis/python-dialogflow#447)) ([56efd10](googleapis/python-dialogflow@56efd10))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jan 13, 2022
1 parent 216e690 commit 440a094
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [2.11.0](https://github.com/googleapis/python-dialogflow/compare/v2.10.0...v2.11.0) (2022-01-13)


### Features

* support document metadata filter in article suggestion ([#442](https://github.com/googleapis/python-dialogflow/issues/442)) ([6f615f9](https://github.com/googleapis/python-dialogflow/commit/6f615f997dfa4e8e4d3e734a94ee0c81012a5a6d))
* **v2:** added export documentation method ([#449](https://github.com/googleapis/python-dialogflow/issues/449)) ([a43d1e9](https://github.com/googleapis/python-dialogflow/commit/a43d1e92c86c87645c73a91a5c1593412bd3018d))
* **v2:** added filter in list documentations request ([a43d1e9](https://github.com/googleapis/python-dialogflow/commit/a43d1e92c86c87645c73a91a5c1593412bd3018d))
* **v2:** added filter in list knowledge bases request ([a43d1e9](https://github.com/googleapis/python-dialogflow/commit/a43d1e92c86c87645c73a91a5c1593412bd3018d))
* **v2:** added option to apply partial update to the smart messaging allowlist in reload document request ([a43d1e9](https://github.com/googleapis/python-dialogflow/commit/a43d1e92c86c87645c73a91a5c1593412bd3018d))
* **v2:** added option to import custom metadata from Google Cloud Storage in reload document request ([a43d1e9](https://github.com/googleapis/python-dialogflow/commit/a43d1e92c86c87645c73a91a5c1593412bd3018d))
* **v2beta1:** add support for knowledge_base in knowledge operation metadata ([0f60629](https://github.com/googleapis/python-dialogflow/commit/0f606297c75cdf601fc8ea1c1906fe6ac4939c43))
* **v2beta1:** added option to configure the number of sentences in the suggestion context ([#453](https://github.com/googleapis/python-dialogflow/issues/453)) ([e48ea00](https://github.com/googleapis/python-dialogflow/commit/e48ea001b7c8a4a5c1fe4b162bad49ea397458e9))
* **v2beta1:** removed OPTIONAL for speech model variant ([#448](https://github.com/googleapis/python-dialogflow/issues/448)) ([0f60629](https://github.com/googleapis/python-dialogflow/commit/0f606297c75cdf601fc8ea1c1906fe6ac4939c43))
* **v2:** removed OPTIONAL for speech model variant ([#447](https://github.com/googleapis/python-dialogflow/issues/447)) ([56efd10](https://github.com/googleapis/python-dialogflow/commit/56efd1047f146bab52d59db29b04211326118cf3))

## [2.10.0](https://www.github.com/googleapis/python-dialogflow/compare/v2.9.1...v2.10.0) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "dialogflow"
description = "Client library for the Dialogflow API"
version = "2.10.0"
version = "2.11.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 440a094

Please sign in to comment.