Skip to content

Releases: twilio/twilio-ruby

5.5.1

01 Dec 21:52
Compare
Choose a tag to compare

Release Notes

Api

  • Use the correct properties for Dependent Phone Numbers of an Address (breaking change)
  • Update Call Recordings with the correct properties

Preview

  • Add status and email query param filters for AuthorizationDocument list endpoint

Proxy

  • Added DELETE support to Interaction
  • Standardized enum values to dash-case
  • Rename Service#friendly_name to Service#unique_name

Video

  • Remove beta flag from media_region and video_codecs

Wireless

  • Bug fix: Changed operator_mcc and operator_mnc in DataSessions subresource from integer to string

Docs

5.5.0

17 Nov 21:21
Compare
Choose a tag to compare

Release Notes

Sync

  • Add TTL support for Sync objects (breaking change)
    • The required data parameter on the following actions is now optional: "Update Document", "Update Map Item", "Update List Item"
    • New actions available for updating TTL of Sync objects: "Update List", "Update Map", "Update Stream"

Video

  • [bi] Rename RoomParticipant to Participant
  • Add Recording Settings resource
  • Expose EncryptionKey and MediaExternalLocation properties in Recording resource

Docs

5.4.5

11 Nov 01:46
Compare
Choose a tag to compare

Release Notes

Accounts

  • Add AWS credential type

Preview

  • Removed iso_country as required field for creating a HostedNumberOrder.

Proxy

  • Added new fields to Service: geo_match_level, number_selection_behavior, intercept_callback_url, out_of_session_callback_url

Docs

5.4.4

03 Nov 21:39
Compare
Choose a tag to compare

Release Notes

Library

Api

  • Add programmable video keys

Video

  • Add Participants

Docs

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.