Releases: twilio/twilio-ruby
Releases · twilio/twilio-ruby
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.
Fix messages
This fixes a bug in the new messages class that was the result of overlapping class names.
As a result
@client.account.sms.messagesis equivalent to
@client.account.messages