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-02-05] Version 6.35.4
7
+
---------------------------
8
+
**Api**
9
+
- Making content retention and address retention public
10
+
- Update `status` enum for Messages to include 'partially_delivered'
11
+
12
+
**Authy**
13
+
- Added support for push factors
14
+
15
+
**Autopilot**
16
+
- Add one new property in Query i.e dialogue_sid
17
+
18
+
**Verify**
19
+
- Add `SendCodeAttempts` to create verification response.
20
+
21
+
**Video**
22
+
- Clarification in composition creation documentation: one source is mandatory, either `audio_sources` or `video_layout`, but on of them has to be provided
0 commit comments