Skip to content

Releases: twilio/twilio-node

3.8.1

13 Oct 22:10
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

3.8.0

06 Oct 21:22
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

3.7.0

28 Sep 22:24
Compare
Choose a tag to compare

Release Notes

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.

Notify

  • data, apn, gcm, fcm, sms parameters in Notifications create resource are objects instead of strings. (breaking change)

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.

3.6.7

15 Sep 23:38
Compare
Choose a tag to compare

Release Notes

Api

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

3.6.6

08 Sep 23:58
Compare
Choose a tag to compare

Release Notes

  • Add lastResponse and lastRequest to Http::Client

3.6.5

01 Sep 22:15
Compare
Choose a tag to compare

Release Notes

Sync

  • Add support for Streams

Wireless

  • Added DataSessions sub-resource to Sims.

3.6.4

25 Aug 17:46
Compare
Choose a tag to compare

Release Notes

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.
  • Add video_codec enum and video_codecs parameter, which can be set to either VP8 or H264 during room creation.

3.6.3

18 Aug 19:11
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 AvailableNumbers resource.
  • Add DeployedDevices.

Sync

  • Add support for Service Instance unique names

3.6.2

10 Aug 23:10
Compare
Choose a tag to compare

Release Notes

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

3.6.1

27 Jul 22:34
Compare
Choose a tag to compare

Release Notes

  • Support SSL connection/session reuse.