Releases: twilio/twilio-php
Releases · twilio/twilio-php
5.16.0
Release Notes
Sync
- Add TTL support for Sync objects (breaking change)
- The required
data
parameter on the following actions is now optional: "Update Document", "Update Map Item", "Update List Item" - New actions available for updating TTL of Sync objects: "Update List", "Update Map", "Update Stream"
- The required
Video
- [bi] Rename
RoomParticipant
toParticipant
- Add Recording Settings resource
- Expose EncryptionKey and MediaExternalLocation properties in Recording resource
5.15.6
5.15.5
5.15.4
5.15.3
5.15.2
Release Notes
Api
- Add
smart_encoded
param for Messages - Add
identity_sid
param to IncomingPhoneNumbers create and update
Preview
- Make 'address_sid' and 'email' optional fields when creating a HostedNumberOrder
- Add AuthorizationDocuments preview API.
Proxy
- Initial Release
Wireless
- Added
ip_address
to sim resource
5.15.1
5.15.0
Release Notes
Library
- Add warnings when trying to import/use objects from legacy versions of the library.
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
body
an optional parameter on Message creation. (breaking change)
Notify
data
,apn
,gcm
,fcm
,sms
parameters inNotifications
create resource now accept objects instead of strings. Passing manually stringified json objects 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.