Releases: twilio/twilio-ruby
Releases · twilio/twilio-ruby
5.4.3
5.4.2
5.4.1
5.4.0
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.3.1
5.3.0
Release Notes
Library
- Remove left over files from legacy 4.x 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 (hashes) 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.
5.2.3
5.2.2
5.2.1
5.2.0
Release Notes
Library
- Add
last_request
,last_response
properties to http client for easier debugging. - Add
Request
class to abstract http client implementations. - Rename
TwilioResponse
toResponse
for consistency, deprecateTwilioResponse
class. - Support libxml 2 and 3. Issue #315. Thanks @malmckay.
- Add
inspect
methods to all classes. Thanks @malmckay.
Api
- Update
status
enum for Recordings to include 'failed' - Add
error_code
property on Recordings
Chat
- Add mutable parameters for channel, members and messages
Video
- New
media_region
parameter when creating a room, which controls which region media will be served out of.