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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2020-04-15] Version 6.38.1
7
+
---------------------------
8
+
**Library - Chore**
9
+
-[PR #513](https://github.com/twilio/twilio-python/pull/513): remove S3 URLs from test data. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
10
+
11
+
**Api**
12
+
- Updated description for property `call_reason` in the call create request
13
+
14
+
**Contacts**
15
+
- Added Read, Delete All, and Delete by SID docs
16
+
- Initial Release
17
+
18
+
**Studio**
19
+
- Rename `flow_valid` to `flow_validate`
20
+
- Removed `errors` and `warnings` from flows error response and added new property named `details`
21
+
- Add Update Execution endpoints to v1 and v2 to end execution via API
22
+
- Add new `warnings` attribute v2 flow POST api
23
+
24
+
**Twiml**
25
+
- Add enhanced attribute to use with `speech_model` for the `Gather` verb
0 commit comments