This repository was archived by the owner on Dec 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/dialogflow/#history
6
6
7
+ ## 0.6.0
8
+
9
+ 05-06-2019 1:34 PST
10
+
11
+ ### Implementation Changes
12
+
13
+ - Add routing header to method metadata.([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
14
+ - Warn when deprecated client_config argument is used. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
15
+ - Add https://www.googleapis.com/auth/dialogflow OAuth scope. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
16
+ - Add channel to gRPC transport classes. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
17
+
18
+ ### Features
19
+
20
+ - Add argument output_audio_config to detect_intent. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
21
+ - Add update_knowledge_base method. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
22
+ - Add update_document and reload_document methods. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
23
+
24
+ ### Documentation:
25
+ - Change copyright year to 2019. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
26
+
27
+ ### Internal / Testing Changes
28
+ - Use mock to patch create_channel in unit tests. ([ #123 ] ( https://github.com/googleapis/dialogflow-python-client-v2/pull/112 ) )
29
+
7
30
## 0.5.2
8
31
9
32
12-18-2018 10:50 PST
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'dialogflow' ,
21
- version = '0.5.2 ' ,
21
+ version = '0.6.0 ' ,
22
22
author = 'Google LLC' ,
23
23
24
24
classifiers = [
You can’t perform that action at this time.
0 commit comments