File tree Expand file tree Collapse file tree 19 files changed +262
-162
lines changed Expand file tree Collapse file tree 19 files changed +262
-162
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ [ 2023-07-27] Version 8.5.1
7
+ --------------------------
8
+ ** Api**
9
+ - Added ` voice-intelligence ` , ` voice-intelligence-transcription ` and ` voice-intelligence-operators ` to ` usage_record ` API.
10
+ - Added ` tts-google ` to ` usage_record ` API.
11
+
12
+ ** Lookups**
13
+ - Add new ` disposable_phone_number_risk ` package to the lookup response
14
+
15
+ ** Verify**
16
+ - Documentation of list attempts API was improved by correcting ` date_created_after ` and ` date_created_before ` expected date format.
17
+ - Documentation was improved by correcting ` date_created_after ` and ` date_created_before ` expected date format parameter on attempts summary API.
18
+ - Documentation was improved by adding ` WHATSAPP ` as optional valid parameter on attempts summary API.
19
+
20
+ ** Twiml**
21
+ - Added support for he-il inside of ssm_lang.json that was missing
22
+ - Added support for he-il language in say.json that was missing
23
+ - Add ` statusCallback ` and ` statusCallbackMethod ` attributes to ` <Siprec> ` .
24
+
25
+
6
26
[ 2023-07-13] Version 8.5.0
7
27
--------------------------
8
28
** Library - Fix**
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ class Category(object):
262
262
TRUNKING_RECORDINGS = "trunking-recordings"
263
263
TRUNKING_SECURE = "trunking-secure"
264
264
TRUNKING_TERMINATION = "trunking-termination"
265
+ TTS_GOOGLE = "tts-google"
265
266
TURNMEGABYTES = "turnmegabytes"
266
267
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
267
268
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -293,6 +294,9 @@ class Category(object):
293
294
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
294
295
"voice-insights-sip-trunking-insights-on-demand-minute"
295
296
)
297
+ VOICE_INTELLIGENCE = "voice-intelligence"
298
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
299
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
296
300
WIRELESS = "wireless"
297
301
WIRELESS_ORDERS = "wireless-orders"
298
302
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ class Category(object):
254
254
TRUNKING_RECORDINGS = "trunking-recordings"
255
255
TRUNKING_SECURE = "trunking-secure"
256
256
TRUNKING_TERMINATION = "trunking-termination"
257
+ TTS_GOOGLE = "tts-google"
257
258
TURNMEGABYTES = "turnmegabytes"
258
259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259
260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285
286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286
287
"voice-insights-sip-trunking-insights-on-demand-minute"
287
288
)
289
+ VOICE_INTELLIGENCE = "voice-intelligence"
290
+ VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291
+ VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288
292
WIRELESS = "wireless"
289
293
WIRELESS_ORDERS = "wireless-orders"
290
294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"
You can’t perform that action at this time.
0 commit comments