Releases: twilio/twilio-python
Releases · twilio/twilio-python
6.36.0
Release Notes
Library - Feature
- PR #507: add new max_retries param to TwilioHttpClient. Thanks to @msaelices!
Authy
- Added the
configuration
property to services to return the service level configurations - Added optional parameter
Push
when creating a service to send the service level push factor configuration - Remove FactorStrength support for Factors and Challenges (breaking change)
Messaging
- Correct the alpha sender capabilities property type (breaking change)
Preview
- Removed
/Devices
register Branded Calls endpoint, as per iOS sample app deprecation (breaking change) - Removed
Twilio-Sandbox-Mode
request header from the Branded Calls endpoints, as not officially supported (breaking change) - Removed
Verify
version frompreview
subdomain in favor toverify
subdomain. (breaking change)
Serverless
- Add UI-Editable field to Services
Supersim
- Add
inactive
status for Super SIM which is an alias fordeactivated
Taskrouter
- Adding value range to
priority
in task endpoint
Verify
- Fix
SendCodeAttempts
type. It's an array of objects instead of a unique object. (breaking change)
6.35.5
Release Notes
Api
- Make call create parameters
async_amd
,async_amd_status_callback
, andasync_amd_status_callback_method
public - Add
trunk_sid
as an optional field to Call resource fetch/read responses - Add property
queue_time
to successful response of create, fetch, and update requests for Call - Add optional parameter
byoc
to conference participant create.
Authy
- Added support for challenges associated to push factors
Flex
- Adding
ui_dependencies
to Flex Configuration
Messaging
- Deprecate Session API (breaking change)
Numbers
- Add Regulations API
Studio
- Add Execution and Step endpoints to v2 API
- Add webhook_url to Flow response and add new /TestUsers endpoint to v2 API
Taskrouter
- Adding
longest_relative_task_age_in_queue
andlongest_relative_task_sid_in_queue
to TaskQueue Real Time Statistics API. - Add
wait_duration_in_queue_until_accepted
aggregations to TaskQueues Cumulative Statistics endpoint - Add TaskQueueEnteredDate property to Tasks.
Video
- [Composer] Clarification for the composition hooks creation documentation: one source is mandatory, either the
audio_sources
or thevideo_layout
, but one of them has to be provided - [Composer]
audio_sources
type on the composer HTTP POST command, changed fromsid[]
tostring[]
(breaking change) - [Composer] Clarification for the composition creation documentation: one source is mandatory, either the
audio_sources
or thevideo_layout
, but one of them has to be provided
6.35.4
Release Notes
Api
- Making content retention and address retention public
- Update
status
enum for Messages to include 'partially_delivered'
Authy
- Added support for push factors
Autopilot
- Add one new property in Query i.e dialogue_sid
Verify
- Add
SendCodeAttempts
to create verification response.
Video
- Clarification in composition creation documentation: one source is mandatory, either
audio_sources
orvideo_layout
, but on of them has to be provided
Twiml
- Add Polly Neural voices.
6.35.3
Release Notes
Library - Docs
- PR #504: baseline all the templated markdown docs. Thanks to @childish-sambino!
Api
- Add payments public APIs
- Add optional parameter
byoc
to call create request.
Flex
- Updating a Flex Flow
creation_on_message
parameter documentation
Preview
- Removed Verify v2 from preview in favor of its own namespace as GA (breaking change)
Studio
- Flow definition type update from string to object
Verify
- Add
AppHash
parameter when creating a Verification. - Add
DoNotShareWarningEnabled
parameter to the Service resource.
Twiml
- Add
track
attribute to siprec noun. - Add attribute
byoc
to<Number>
6.35.2
6.35.1
6.35.0
Release Notes
Library
- PR #500: feat: support http proxy in TwilioHttpClient. Thanks to @thehackercat!
Api
- Make
twiml
conditional for create. One ofurl
,twiml
, orapplication_sid
is now required. - Add
bundle_sid
parameter to /IncomingPhoneNumbers API - Removed discard / obfuscate parameters from ContentRetention, AddressRetention (breaking change)
Chat
- Added
last_consumed_message_index
andlast_consumption_timestamp
parameters in update method for UserChannel resource (breaking change)
Conversations
- Add Participant SID to Message properties
Messaging
- Fix incorrectly typed capabilities property for ShortCodes. (breaking change)
6.34.0
Release Notes
Library
- PR #501: BREAKING CHANGE feat: add custom HTTP header support. Thanks to @eshanholtz! (breaking change)
- PR #502: fix: regenerate python lib with yoyodyne refactor. Thanks to @eshanholtz!
- PR #499: docs: add supported language versions to README. Thanks to @childish-sambino!
Api
- Add optional
twiml
parameter for call create
Chat
- Added
delete
method in UserChannel resource
Conversations
- Allow Messaging Service update
Taskrouter
- Support ReEvaluateTasks parameter on Workflow update
Twiml
- Remove unsupported
mixed_track
value from<Stream>
(breaking change) - Add missing fax
<Receive>
optional attributes
6.33.1
Release Notes
Library
- PR #498: docs: Add local testing docs. Thanks to @childish-sambino!
- PR #497: fix: Resolve some bug risks and code quality issues. Thanks to @sanketsaurav!
- PR #495: Rename child twiml methods to be the tag name and deprecate old methods. Thanks to @eshanholtz!
- PR #490: fix: Change ObsoleteException to inherit from Exception instead of BaseException. Thanks to @fefi95!
Api
- Make
persistent_action
parameter public - Add
twiml
optional private parameter for call create
Autopilot
- Add Export resource to Autopilot Assistant.
Flex
- Added Integration.RetryCount attribute to Flex Flow
- Updating a Flex Flow
channel_type
options documentation
Insights
- Added edges to events and metrics
- Added new endpoint definitions for Events and Metrics
Messaging
- create support for sender registration
- fetch support for fetching a sender
- update support for sender verification
Supersim
- Add
Direction
filter parameter to list commands endpoint - Allow filtering commands list by Sim Unique Name
- Add
Iccid
filter parameter to list sims endpoint
Twiml
- Add support for
<Refer>
verb
6.33.0
Release Notes
Library
- PR #414: Add support for passing custom logger into TwilioHttpClient. Thanks to @tysonholub!
- PR #423: Document exception case in README. Thanks to @prateem!
- PR #489: Include the license file when packaging the library. Thanks to @marcelotrevisani!
- PR #485: Adding timeout to TwilioHttpClient constructor. Thanks to @Kerl1310!
- PR #488: Update resources after sorting. Thanks to @childish-sambino!
- PR #486: Declare support for Python 3.8. Thanks to @Jamim!
Api
- Add new usage categories to the public api
sms-messages-carrierfees
andmms-messages-carrierfees
Conversations
- Add ProjectedAddress to Conversations Participant resource
Preview
- Implemented different
Sid
for Current Calls (Verified by Twilio), instead of relying inCall.Sid
from Voice API team (breaking change)
Supersim
- Add List endpoint to Commands resource for Super Sim Pilot
- Add UsageRecords resource for the Super Sim Pilot
- Add List endpoint to UsageRecords resource for the Super Sim Pilot
- Allow assigning a Sim to a Fleet by Fleet SID or Unique Name for Super SIM Pilot
- Add Update endpoint to Fleets resource for Super Sim Pilot
- Add Fetch endpoint to Commands resource for Super Sim Pilot
- Allow filtering the Sims resource List endpoint by Fleet
- Add List endpoint to Fleets resource for Super Sim Pilot
Wireless
- Added
account_sid
to Sim update parameters.
Twiml
- Add new locales and voices for
Say
from Polly