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

Commit b1594ba

Browse files
release-please[bot]busunkim96
authored andcommitted
chore: release 0.7.0 (#154)
1 parent 6222277 commit b1594ba

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44

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

7+
## [0.7.0](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.6.0...v0.7.0) (2019-10-16)
8+
9+
10+
### Features
11+
12+
* regenerate ([#151](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/151)) ([6222277](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/6222277a5332011e9cc2e80bb5b26692a12fad36))
13+
#### v2 and v2beta1
14+
* Add `set_agent` and `delete_agent` methods to `AgentsClient`
15+
* Add `api_version` and `tier` to `Agents`
16+
* Add `session_entity_types` to `WebhookResponse`
17+
* Add `model_variant` and `single_utterance` to `InputAudioConfig`
18+
* Add `SpeechModelVariant` enum
19+
* Add `enable_fuzzy_extraction` to `EntityType`
20+
* Add `KIND_REGEXP` to `EntityType.Kind` enum
21+
* Add `client_options` to clients
22+
* Allow kwargs to be passed to transport `create_channel` methods
23+
* Deprecate `single_utterance` attribute in `StreamingDetectIntentRequest`. Please use `InputAudioConfig.single_utterance`
24+
25+
#### v2
26+
* Add Google Hangouts to `Message.Platform` enum
27+
28+
#### v2beta1
29+
* Add `get_validation_result` method to `AgentsClient`
30+
* Add `gcs_source` and `source` to `reload_document` method in `DocumentsClient`
31+
* Add Rich Business Messaging (RBM) support, `table_card`, and `media_content` to intent messages
32+
* Add `enable_word_info`, `speech_contexts` to `InputAudioConfig`
33+
* `update_document` returns `_OperationFuture` rather than `Operation`
34+
* Deprecate `projects.agent.knowledgeBases`. Please use `projects.knowledgeBases`.
35+
* Add `stability`, `speech_word_info` and `speech_end_offset` to `StreamingRecognitionResult`
36+
737
## 0.6.0
838

939
05-06-2019 1:34 PST
@@ -61,4 +91,3 @@
6191

6292
### Internal / Testing Changes
6393
- Fix typo (#16)
64-

setup.py

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

1919
setup(
2020
name="dialogflow",
21-
version="0.6.0",
21+
version="0.7.0",
2222
author="Google LLC",
2323
author_email="[email protected]",
2424
classifiers=[

0 commit comments

Comments
 (0)