Skip to content

Releases: twilio/twilio-ruby

Bug fix release

04 Feb 21:34

Choose a tag to compare

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

21 Oct 10:48

Choose a tag to compare

  • Add support for filtering by mobile-enabled numbers to AvailablePhoneNumbers.
  • Add support for filtering by all mobile, local, and toll free numbers to IncomingPhoneNumbers.

Restore Test Credential support with sms.messages

16 Oct 16:19

Choose a tag to compare

This release restores support for using Test Credentials with the sms.messages class.

Fix messages

25 Sep 05:52

Choose a tag to compare

This fixes a bug in the new messages class that was the result of overlapping class names.

As a result

@client.account.sms.messages

is equivalent to

@client.account.messages