Skip to content

Releases: twilio/twilio-ruby

5.4.3

27 Oct 23:54
Compare
Choose a tag to compare

Release Notes

Chat

  • Add Binding resource
  • Add UserBinding resource

Docs

5.4.2

20 Oct 21:31
Compare
Choose a tag to compare

Release Notes

Library

  • #360 Fix downcasing twiml parameters that are not snake_case

5.4.1

20 Oct 20:53
Compare
Choose a tag to compare

Release Notes

Library

  • #359 Correctly set headers on Twilio::Response

Api

  • Add address_sid param to IncomingPhoneNumbers create and update
  • Add 'fax_enabled' option for Phone Number Search

5.4.0

13 Oct 21:00
Compare
Choose a tag to compare

Release Notes

Api

  • Add smart_encoded param for Messages
  • Add identity_sid param to IncomingPhoneNumbers create and update

Preview

  • Make 'address_sid' and 'email' optional fields when creating a HostedNumberOrder
  • Add AuthorizationDocuments preview API.

Proxy

  • Initial Release

Wireless

  • Added ip_address to sim resource

5.3.1

06 Oct 21:57
Compare
Choose a tag to compare

Release Notes

Preview

  • Add acc_security (authy-phone-verification) initial api-definitions

Taskrouter

  • [bi] Less verbose naming of cumulative and real time statistics

5.3.0

29 Sep 18:03
Compare
Choose a tag to compare

Release Notes

Library

  • Remove left over files from legacy 4.x library

Chat

  • Make member accessible through identity
  • Make channel subresources accessible by channel unique name
  • Set get list 'max_page_size' parameter to 100
  • Add service instance webhook retry configuration
  • Add media message capability
  • Make body an optional parameter on Message creation. (breaking change)

Notify

  • data, apn, gcm, fcm, sms parameters in Notifications create resource now accept objects (hashes) instead of strings. Passing manually stringified json will continue to work.

Taskrouter

  • Add new query ability by TaskChannelSid or TaskChannelUniqueName
  • Move Events, Worker, Workers endpoint over to CPR
  • Add new RealTime and Cumulative Statistics endpoints

Video

  • Create should allow an array of video_codecs.
  • Add video_codecs as a property of room to make it externally visible.

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.