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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ 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-12-15] Version 7.4.0
7
+
--------------------------
8
+
**Library - Feature**
9
+
-[PR #582](https://github.com/twilio/twilio-python/pull/582): run tests before deploying. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
10
+
11
+
**Api**
12
+
- Add optional boolean send_as_mms parameter to the create action of Message resource **(breaking change)**
13
+
- Change team ownership for `call` delete
14
+
15
+
**Conversations**
16
+
- Change wording for `Service Webhook Configuration` resource fields
17
+
18
+
**Insights**
19
+
- Added new APIs for updating and getting voice insights flags by accountSid.
20
+
21
+
**Media**
22
+
- Add max_duration param to MediaProcessor
23
+
24
+
**Video**
25
+
- Add `EmptyRoomTimeout` and `UnusedRoomTimeout` properties to a room; add corresponding parameters to room creation
:param Version version: Version that contains the resource
108
-
:param chat_service_sid: The unique ID of the Conversation Service this conversation belongs to.
108
+
:param chat_service_sid: The unique ID of the `Conversation Service <https://www.twilio.com/docs/conversations/api/service-resource>`_ this conversation belongs to.
0 commit comments