Releases: twilio/twilio-python
Releases · twilio/twilio-python
6.7.0
Release Notes
Chat
- Make member accessible through identity
- Make channel subresources accessible by channel unique name
- Set get list 'max_page_size' parameter to 100
- Add service instance webhook retry configuration
- Add media message capability
- Make
bodyan optional parameter on Message creation. (breaking change)
Notify
data,apn,gcm,fcm,smsparameters inNotificationscreate resource are dicts/objects instead of strings. Passing manually stringified json will continue to work.
Taskrouter
- Add new query ability by TaskChannelSid or TaskChannelUniqueName
- Move Events, Worker, Workers endpoint over to CPR
- Add new RealTime and Cumulative Statistics endpoints
Video
- Create should allow an array of video_codecs.
- Add video_codecs as a property of room to make it externally visible.
6.6.3
6.6.2
6.6.1
6.6.0
Release Notes
Library
- Allow creating AccessTokens/Jwts without generating
nbf. PassingNonein the constructor will removenbffrom jwt payload.
Api
- Update
statusenum for Recordings to include 'failed' - Add
error_codeproperty on Recordings
Chat
- Add mutable parameters for channel, members and messages
Video
- New
media_regionparameter when creating a room, which controls which region media will be served out of.
Twiml
- Add support for
speech_timeout,max_speech_time, andprofanity_filterattributes on Gather verb.
6.5.2
Release Notes
Api
- Add VoiceReceiveMode {'voice', 'fax'} option to IncomingPhoneNumber UPDATE requests
Chat
- Add channel message media information
- Add service instance message media information
Preview
- Removed 'email' from bulk_exports configuration api [bi]. No migration plan needed because api has not been used yet.
- Add AvailableNumbers resource.
- Add DeployedDevices.
Sync
- Add support for Service Instance unique names
6.5.1
Release Notes
Fixed PyJWT >= 1.5.1 exception
Api
- Add New wireless usage keys added
- Add
auto_correct_addressparam for Addresses create and update - Add ChatGrant grant and deprecate IpMessagingGrant
Video
- Add
video_codecenum andvideo_codecsparameter, which can be set to eitherVP8orH264during room creation. - Restrict recordings page size to 100
6.5.0
Release Notes
This release adds Beta and Preview products to main artifact.
Previously, Beta and Preview products were only included in the alpha
artifact. They are now being included in the main artifact to ease product
discoverability and the collective operational overhead of maintaining multiple
artifacts per library.
Api
- Remove unused
encryption_typeproperty on Recordings (breaking change) - Update
statusenum for Messages to include 'accepted'
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBindingoptional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
sms_application_sidto HostedNumberOrders.
Taskrouter
- Fully support conference functionality in reservations.
6.4.3
Release Notes
Api
- Update
AnnounceMethodparameter naming for consistency
Notify
- Add
ToBindingoptional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
verification_attemptsto HostedNumberOrders. - Add
status_callback_urlandstatus_callback_methodto HostedNumberOrders.
Video
- Filter recordings by date using the parameters
DateCreatedAfterandDateCreatedBefore. - Override the default time-to-live of a recording's media URL through the
Ttlparameter (in seconds, default value is 3600). - Add query parameters
SourceSid,Status,DateCreatedAfterandDateCreatedBeforeto the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.
6.4.3a1
Release Notes
Api
- Update
AnnounceMethodparameter naming for consistency
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBindingoptional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
verification_attemptsto HostedNumberOrders. - Add
status_callback_urlandstatus_callback_methodto HostedNumberOrders.
Video
- Filter recordings by date using the parameters
DateCreatedAfterandDateCreatedBefore. - Override the default time-to-live of a recording's media URL through the
Ttlparameter (in seconds, default value is 3600). - Add query parameters
SourceSid,Status,DateCreatedAfterandDateCreatedBeforeto the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.