Releases: twilio/twilio-ruby
Releases · twilio/twilio-ruby
5.4.0
Release Notes
Api
- Add
smart_encodedparam for Messages - Add
identity_sidparam 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_addressto 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
bodyan optional parameter on Message creation. (breaking change)
Notify
data,apn,gcm,fcm,smsparameters inNotificationscreate 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_responseproperties to http client for easier debugging. - Add
Requestclass to abstract http client implementations. - Rename
TwilioResponsetoResponsefor consistency, deprecateTwilioResponseclass. - Support libxml 2 and 3. Issue #315. Thanks @malmckay.
- Add
inspectmethods to all classes. Thanks @malmckay.
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.
5.1.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 DeployedDevices.
Sync
- Add support for Service Instance unique names
5.1.1
Release Notes
Library
- Don't override Faraday default param encoder. Thanks to @isaacseymour. PR #309
- Fix incorrectly aliased
to_xmlon TwiML classes. Thanks to @philnash. PR #318 - Only define
to_son BaseJWT instead of subclasses. Thanks to @philnash. PR #321 - Silence deprecation messages in testing. Thanks to @philnash. PR #323
Api
- Add New wireless usage keys added
- Add
auto_correct_addressparam for Addresses create and update
Video
- Add
video_codecenum andvideo_codecsparameter, which can be set to eitherVP8orH264during room creation. - Restrict recordings page size to 100
Chat
- Add ChatGrant to available access tokens.
- Mark IpMessagingGrant as deprecated in favor of ChatGrant.
5.1.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' - 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
sms_application_sidto HostedNumberOrders. - Add
verification_attemptsto HostedNumberOrders.
Taskrouter
- Fully support conference functionality in reservations.