Skip to content

Releases: twilio/twilio-ruby

5.1.0

27 Jul 19:45
Compare
Choose a tag to compare

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

13 Jul 20:47
Compare
Choose a tag to compare

Release Notes

  • Moving to General Availability

5.0.0.alpha1

13 Jul 21:09
Compare
Choose a tag to compare
5.0.0.alpha1 Pre-release
Pre-release

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

06 May 23:24
Compare
Choose a tag to compare

Add support for the new Twilio Pricing API.

Bugfix: Fix a bug in the Phone Number Resource

14 Apr 16:37
Compare
Choose a tag to compare

Fixes a bug in the Phone Number Resource.

Bug fix release

04 Feb 21:34
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Fix messages

25 Sep 05:52
Compare
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