Skip to content

Releases: twilio/twilio-ruby

5.2.3

15 Sep 23:05
Compare
Choose a tag to compare

Release Notes

Api

  • Add sip_registration property on SIP Domains
  • Add new video and market usage category keys
  • Add support for transferring IncomingPhoneNumbers between accounts.

5.2.2

08 Sep 23:39
Compare
Choose a tag to compare

Release Notes

  • Add configurable timeout to HttpClient

5.2.1

01 Sep 21:56
Compare
Choose a tag to compare

Release Notes

Sync

  • Add support for Streams

Wireless

  • Added DataSessions sub-resource to Sims.

5.2.0

25 Aug 22:38
Compare
Choose a tag to compare

Release Notes

Library

  • Add last_request, last_response properties to http client for easier debugging.
  • Add Request class to abstract http client implementations.
  • Rename TwilioResponse to Response for consistency, deprecate TwilioResponse class.
  • Support libxml 2 and 3. Issue #315. Thanks @malmckay.
  • Add inspect methods to all classes. Thanks @malmckay.

Api

  • Update status enum for Recordings to include 'failed'
  • Add error_code property on Recordings

Chat

  • Add mutable parameters for channel, members and messages

Video

  • New media_region parameter when creating a room, which controls which region media will be served out of.

5.1.2

18 Aug 18:54
Compare
Choose a tag to compare

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

10 Aug 18:52
Compare
Choose a tag to compare

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 and video_codecs parameter, which can be set to either VP8 or H264 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

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.