Skip to content

Releases: twilio/twilio-csharp

5.8.3

11 Nov 00:18

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
NuGet

5.8.2

03 Nov 23:22

Choose a tag to compare

Release Notes

Api

  • Add programmable video keys

Video

  • Add Participants

Docs
NuGet

5.8.1

28 Oct 00:42

Choose a tag to compare

Release Notes

Chat

  • Add Binding resource
  • Add UserBinding resource

Docs
NuGet

5.8.0

20 Oct 23:08

Choose a tag to compare

Release Notes

TwiML

  • Update all TwiML resources with latest changes and parameters (breaking change).
  • Autogenerate TwiML for faster updates and consistency.

Api

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

NuGet
Docs

5.7.2

13 Oct 22:46

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

NuGet
Docs

5.7.1

06 Oct 22:19

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

NuGet
Docs

5.7.0

29 Sep 23:18

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. (breaking change)

Notify

  • data, apn, gcm, fcm, sms parameters in Notifications create resource are objects 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.

NuGet
Docs

5.6.5

16 Sep 00:13

Choose a tag to compare

Release Notes

Api

  • Add sip_registration property on SIP Domains
  • Add new video and market usage category keys

NuGet
Docs

5.6.4

01 Sep 22:54

Choose a tag to compare

Release Notes

Sync

  • Add support for Streams

Wireless

  • Added DataSessions sub-resource to Sims.

NuGet
Docs

5.6.3

25 Aug 18:33

Choose a tag to compare

Release Notes

Library

  • Fix warning on inclusive lower bound for Newtonsoft
  • Throw more specific subclasses of TwilioException when exceptions occur at the HTTP layer.
  • Poperly set root cause Exception as innerException on HTTP client exceptions. Issue #361.
  • Correct typo in HttpClient interface MakeRequestAysnc -> MakeRequestAsync.

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.

NuGet
Docs