Releases: twilio/twilio-python
Releases · twilio/twilio-python
6.24.0
Release Notes
Library
Video
- [Recordings] Add media type filter to list operation
- [Composer] Filter Composition Hook resources by FriendlyName
Twiml
- Update
languageenum forGatherto fix language code for Filipino (Philippines) and include additional supported languages (breaking change)
6.23.1
6.23.0
6.22.1
6.22.0
Release Notes
Authy
- Reverted the change to
FactorTypeandFormType, avoiding conflicts with Helper Libraries reserved words (type) (breaking change)
Proxy
- Remove incorrect parameter for Session List
Studio
- Support date created filtering on list of executions
Taskrouter
- Adding ability to Create, Modify and Delete Task Channels.
Verify
- Add
SkipSmsToLandlines,TtsName,DtmfInputRequiredoptional parameters on Service resource creation or update.
Wireless
- Added delete action on Command resource.
- Added delete action on Sim resource.
Twiml
- Change
currencyfrom enum to string forPay(breaking change)
6.21.0
Release Notes
Api
- Add
interactive_dataoptional param to Messages create request
Authy
- Required authentication for
/v1/Forms/{type}endpoint (breaking change) - Removed
Challenge.reasontoChallenge.responded_reason - Removed
verification_sidfrom Challenge responses - Removed
configparam from the Factor creation - Replaced all occurrences of
FactorTypeandFormTypein favor of a unifiedType(breaking change)
Chat
- Add Member attributes
Preview
- Removed
Authyversion frompreviewsubdomain in favor toauthysubdomain. (breaking change)
Verify
- Add
CustomCodeoptional parameter on Verication creation.
6.20.0
6.19.2
6.19.1
6.19.0
Release Notes
Api
- Add
coachingandcall_sid_to_coachto participant properties, create and update requests.
Authy
- Set public library visibility, and added PII stanza
- Dropped support for
FactorTypeparam given new Factor prefixes (breaking change) - Supported
DELETEactions for Authy resources - Move Authy Services resources to
authysubdomain
Autopilot
- Introduce
autopilotsubdomain with all resources frompreview.understand
Preview
- Renamed Understand intent to task (breaking change)
- Deprecated Authy endpoints from
previewtoauthysubdomain
Taskrouter
- Allow TaskQueue ReservationActivitySid and AssignmentActivitySid to not be configured for MultiTask Workspaces
Verify
- Add
LookupEnabledoptional parameter on Service resource creation or update. - Add
SendDigitsoptional parameter on Verification creation. - Add delete action on Service resourse.
Twiml
- Add custom parameters to TwiML
Clientnoun and renamed the optionalnamefield toidentity. This is a breaking change in Ruby, and applications will need to transition fromdial.client ''anddial.client 'alice'formats todial.clientanddial.client(identity: alice)formats. (breaking change)