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

Commit f6dbc7b

Browse files
authored
Release v0.6.0. (#125)
1 parent bec90b9 commit f6dbc7b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

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+
730
## 0.5.2
831

932
12-18-2018 10:50 PST

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.5.2',
21+
version='0.6.0',
2222
author='Google LLC',
2323
author_email='[email protected]',
2424
classifiers=[

0 commit comments

Comments
 (0)