Skip to content

Releases: twilio/twilio-csharp

5.23.0

30 Nov 20:54

Choose a tag to compare

Release Notes

Api

  • Add interactive_data optional param to Messages create request

Authy

  • Required authentication for /v1/Forms/{type} endpoint (breaking change)
  • Removed Challenge.reason to Challenge.responded_reason
  • Removed verification_sid from Challenge responses
  • Removed config param from the Factor creation
  • Replaced all occurrences of FactorType and FormType in favor of a unified Type (breaking change)

Chat

  • Add Member attributes

Preview

  • Removed Authy version from preview subdomain in favor to authy subdomain. (breaking change)

Verify

  • Add CustomCode optional parameter on Verication creation.

Docs
NuGet

5.22.0

16 Nov 18:24

Choose a tag to compare

Release Notes

Messaging

  • Session API

Twiml

  • Change master-card to mastercard as cardType for Pay and Prompt, remove attribute credential_sid from Pay (breaking change)

Docs
NuGet

5.21.0

28 Oct 14:40

Choose a tag to compare

Release Notes

Library

  • PR #450: Updates target to netstandard 2.0. Thanks to @emagers!

Api

  • Add new Balance resource:
    • url: '/v1/Accounts/{account sid}/Balance'
    • supported methods: GET
    • returns the balance of the account

Proxy

  • Add chat_instance_sid to Service

Verify

  • Add Locale optional parameter on Verification creation.

Docs
NuGet

5.20.1

15 Oct 23:55

Choose a tag to compare

Release Notes

Api

  • Add Verb Transactions category to usage records

Twiml

  • Add support for Pay verb

Docs
NuGet

5.20.0

15 Oct 16:08

Choose a tag to compare

Release Notes

Api

  • Add coaching and call_sid_to_coach to participant properties, create and update requests.

Authy

  • Set public library visibility, and added PII stanza
  • Dropped support for FactorType param given new Factor prefixes (breaking change)
  • Supported DELETE actions for Authy resources
  • Move Authy Services resources to authy subdomain

Autopilot

  • Introduce autopilot subdomain with all resources from preview.understand

Preview

  • Renamed Understand intent to task (breaking change)
  • Deprecated Authy endpoints from preview to authy subdomain

Taskrouter

  • Allow TaskQueue ReservationActivitySid and AssignmentActivitySid to not be configured for MultiTask Workspaces

Verify

  • Add LookupEnabled optional parameter on Service resource creation or update.
  • Add SendDigits optional parameter on Verification creation.
  • Add delete action on Service resourse.

Twiml

  • Add custom parameters to TwiML Client noun and renamed the optional name field to identity. This is a breaking change in Ruby, and applications will need to transition from dial.client '' and dial.client 'alice' formats to dial.client and dial.client(identity: alice) formats. (breaking change)

Docs
NuGet

5.19.0

04 Oct 17:02

Choose a tag to compare

Release Notes

Twiml

  • Add debug to Gather

Docs
NuGet

5.18.0

02 Oct 18:03

Choose a tag to compare

Release Notes

Library

  • PR #449: Update Makefile to run tests on netcoreapp2.0. Thanks to @yannieyip!
  • PR #448: Bump .NET Core version for Travis CI. Thanks to @dprothero!
  • PR #447: Bump Newtonsoft.Json to 10.0.1 to try to fix #431. Thanks to @dprothero!

Api

  • Set call_sid_to_coach parameter in participant to be preview

Preview

  • Renamed response headers for Challenge and Factors Signatures
  • Supported totp in Authy preview endpoints
  • Allowed latest in Authy Challenges endpoints

Video

  • [Composer] Add Composition Hook resources

Voice

  • changed path param name from parent_iso_code to iso_code for highrisk_special_prefixes api (breaking change)
  • added geo permissions public api

Twiml

  • Add participantIdentity to Room

Docs
NuGet

5.17.0

20 Sep 21:17

Choose a tag to compare

Release Notes

Preview

  • Add Form resource to Authy preview given a form_type
  • Add Authy initial api-definitions in the 4 main resources: Services, Entities, Factors, Challenges

Pricing

  • add voice_numbers resource (v2)

Verify

  • Move from preview to beta (breaking change)

Docs
NuGet

5.16.4

07 Sep 21:44

Choose a tag to compare

Release Notes

Library

  • PR #444: VCORE-3651 Add support for for attribute in twiml element. Thanks to @nmahure!

Docs
NuGet

5.16.3

31 Aug 21:04

Choose a tag to compare

Release Notes

Library

Api

  • Add call_sid_to_coach parameter to participant create request
  • Add voice_receive_mode param to IncomingPhoneNumbers create

Video

  • [Recordings] Expose offset property in resource

Docs
NuGet