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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,30 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2021-01-13] Version 6.51.0
7
+
---------------------------
8
+
**Library - Docs**
9
+
-[PR #555](https://github.com/twilio/twilio-python/pull/555): Fixing documentation for list parameter types. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
10
+
11
+
**Library - Fix**
12
+
-[PR #552](https://github.com/twilio/twilio-python/pull/552): pin pyjwt dependency. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
13
+
14
+
**Api**
15
+
- Add 'Electric Imp v1 Usage' to usage categories
16
+
17
+
**Conversations**
18
+
- Changed `last_read_message_index` type in Participant's resource **(breaking change)**
19
+
20
+
**Insights**
21
+
- Added `created_time` to call summary.
22
+
23
+
**Sync**
24
+
- Remove HideExpired query parameter for filtering Sync Documents with expired **(breaking change)**
25
+
26
+
**Video**
27
+
-[Rooms] Expose maxConcurrentPublishedTracks property in Room resource
0 commit comments