You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,26 @@
1
+
## v6.1.1
2
+
3
+
- Basic `POST /speech` integration.
4
+
-`!speech` support for interactive.
5
+
1
6
## v6.1.0
7
+
2
8
Bumped API version to `20210928`.
3
9
Moved API version from `Accept` header to `v` HTTP parameter.
4
10
Kaizens.
5
11
6
12
## v6.0.1
13
+
7
14
Removed unused `request` dependency
8
15
Updated various dependencies.
9
16
10
17
## v6.0.0
18
+
11
19
Updated API version to latest: `20200513`.
12
20
Browse the latest HTTP API documentation [here](https://wit.ai/docs/http/20200513#get__message_link).
13
21
14
22
## v5.0.0
23
+
15
24
The most important change is the removal of `.converse()` and `.runActions()`. Follow the migration tutorial [here](https://github.com/wit-ai/wit-stories-migration-tutorial), or [read more here](https://wit.ai/blog/2017/07/27/sunsetting-stories).
16
25
17
26
### Breaking changes
@@ -21,6 +30,7 @@ The most important change is the removal of `.converse()` and `.runActions()`. F
21
30
- updated wit-ai-basic-app-for-tests.zip for testing
22
31
23
32
## v4.3.0
33
+
24
34
-`converse` and `runActions` are deprecated
25
35
-`interactive` now calls `message`
26
36
@@ -51,7 +61,6 @@ We moved to a Promise-based API, instead of callbacks. This makes the code simpl
51
61
52
62
See `./examples` to see how to use the new API.
53
63
54
-
55
64
### Breaking changes
56
65
57
66
-`say` renamed to `send` to reflect that it deals with more than just text
@@ -66,6 +75,7 @@ See `./examples` to see how to use the new API.
66
75
- allows for overriding API version, by setting `WIT_API_VERSION`
67
76
68
77
## v3.3.1
78
+
69
79
- adding API versioning (defaults to `20160516`)
70
80
- warns instead of throwing when validating actions
0 commit comments