Releases: twilio/twilio-ruby
Releases · twilio/twilio-ruby
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_xml
on TwiML classes. Thanks to @philnash. PR #318 - Only define
to_s
on 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_address
param for Addresses create and update
Video
- Add
video_codec
enum andvideo_codecs
parameter, which can be set to eitherVP8
orH264
during 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_type
property on Recordings (breaking change) - Update
status
enum for Messages to include 'accepted' - Update
AnnounceMethod
parameter naming for consistency
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBinding
optional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
sms_application_sid
to HostedNumberOrders. - Add
verification_attempts
to HostedNumberOrders.
Taskrouter
- Fully support conference functionality in reservations.
5.0.0
5.0.0.alpha1
Release Notes
- Moving to General Availability
Api
- Update
AnnounceMethod
parameter naming for consistency
Preview
- Add
verification_attempts
to HostedNumberOrders.
Twilio Ruby Version 4.0.1
Add support for the new Twilio Pricing API.
Bugfix: Fix a bug in the Phone Number Resource
Fixes a bug in the Phone Number Resource.
Bug fix release
Version 3.11.5
Released February 4
- Add bangs for twilify to indicate it's a dangerous operation.
- Remove reference to deprecated OpenSSL Digest parameter.
- Encode dates properly before passing them to the Twilio API.
Mobile
Restore Test Credential support with sms.messages
This release restores support for using Test Credentials with the sms.messages class.