File tree Expand file tree Collapse file tree 15 files changed +55
-32
lines changed Expand file tree Collapse file tree 15 files changed +55
-32
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ [ 2018-06-21] Version 6.14.6
7
+ ----------------------------
8
+ ** Library**
9
+ - PR #429 : Do not use ElementTree.__ nonzero__ ; add test for mixed content. Thanks to @ekarson !
10
+
11
+ ** Api**
12
+ - Add Fraud Lookups category to usage records
13
+
14
+ ** Video**
15
+ - Allow user to set ` ContentDisposition ` when obtaining media URLs for Room Recordings and Compositions
16
+ - Add Composition Settings resource
17
+
18
+
6
19
[ 2018-06-19] Version 6.14.5
7
20
----------------------------
8
21
** Library**
Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ class Category(object):
351
351
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
352
352
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
353
353
CPS = "cps"
354
+ FRAUD_LOOKUPS = "fraud-lookups"
354
355
GROUP_ROOMS = "group-rooms"
355
356
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
356
357
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242 GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS =
971B
"cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ class Category(object):
237
237
CONVERSATIONS_PARTICIPANT_EVENTS = "conversations-participant-events"
238
238
CONVERSATIONS_PARTICIPANTS = "conversations-participants"
239
239
CPS = "cps"
240
+ FRAUD_LOOKUPS = "fraud-lookups"
240
241
GROUP_ROOMS = "group-rooms"
241
242
GROUP_ROOMS_DATA_TRACK = "group-rooms-data-track"
242
243
GROUP_ROOMS_ENCRYPTED_MEDIA_RECORDED = "group-rooms-encrypted-media-recorded"
You can’t perform that action at this time.
0 commit comments