Skip to content

Releases: twilio/twilio-node

3.27.1

12 Jan 00:21
Compare
Choose a tag to compare

Release Notes

Verify

  • Add lookup information in the response when creating a new verification (depends on the LookupEnabled flag being enabled at the service level)
  • Add VerificationSid optional parameter on Verification check.

Docs

3.27.0

11 Jan 20:06
Compare
Choose a tag to compare

Release Notes

Chat

  • Mark Member attributes as PII

Proxy

  • Remove unsupported query parameters (breaking change)
  • Remove invalid session statuses in doc

Docs

3.26.1

02 Jan 16:39
Compare
Choose a tag to compare

Release Notes

Insights

  • Initial revision.

Docs

3.26.0

19 Dec 19:10
Compare
Choose a tag to compare

Release Notes

Library

Authy

  • Reverted the change to FactorType and FormType, avoiding conflicts with Helper Libraries reserved words (type) (breaking change)

Proxy

  • Remove incorrect parameter for Session List

Studio

  • Support date created filtering on list of executions

Taskrouter

  • Adding ability to Create, Modify and Delete Task Channels.

Verify

  • Add SkipSmsToLandlines, TtsName, DtmfInputRequired optional parameters on Service resource creation or update.

Wireless

  • Added delete action on Command resource.
  • Added delete action on Sim resource.

Twiml

  • Change currency from enum to string for Pay (breaking change)

Docs

3.25.0

30 Nov 21:32
Compare
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

3.24.0

16 Nov 18:58
Compare
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

3.23.2

28 Oct 15:17
Compare
Choose a tag to compare

Release Notes

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

3.23.1

15 Oct 23:53
Compare
Choose a tag to compare

Release Notes

Api

  • Add Verb Transactions category to usage records

Twiml

  • Add support for Pay verb

Docs

3.23.0

15 Oct 17:08
Compare
Choose a tag to compare

Release Notes

Library

  • PR #389: Export TwilioClient in typescript definitions. Thanks to @ewisuri!

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

3.22.0

04 Oct 17:34
Compare
Choose a tag to compare

Release Notes

Preview

  • Renamed response headers for Challenge and Factors Signatures

Video

  • [Composer] Add Composition Hook resources

Twiml

  • Add debug to Gather
  • Add participantIdentity to Room

Docs