Skip to content

Releases: twilio/twilio-python

6.48.0

18 Nov 23:17
Compare
Choose a tag to compare

Release Notes

Api

  • Add new call events resource - GET /2010-04-01/Accounts/{account_sid}/Calls/{call_sid}/Events.json

Conversations

  • Fixed default response property issue for Service Notifications Configuration

Insights

  • Removing call_sid from participant summary. (breaking change)

Serverless

  • Allow Service unique name to be used in path (in place of SID) in Service update request

Sync

  • Added HideExpired query parameter for filtering Sync Documents with expired

Verify

  • Challenge Details and HiddenDetails properties are now marked as PII
  • Challenge expiration_date attribute updated to set a default value of five (5) minutes and to allow max dates of one (1) hour after creation.
  • Entity identity attribute updated to allow values between 8 and 64 characters.
  • Verify Service frinedly_name attribute updated from 64 max lenght to 30 characters.

Docs

6.47.0

05 Nov 22:12
Compare
Choose a tag to compare

Release Notes

Library - Docs

Api

  • Added verify-push to usage_record API

Bulkexports

  • When creating a custom export the StartDay, EndDay, and FriendlyName fields were required but this was not reflected in the API documentation. The API itself failed the request without these fields. (breaking change)
  • Added property descriptions for Custom Export create method
  • Clarified WebhookUrl and WebhookMethod must be provided together for Custom Export

Insights

  • Added video room and participant summary apis.

Ip_messaging

  • Create separate definition for ip-messaging
  • Restore v2 endpoints for ip-messaging

Verify

  • Verify Push madurity were updated from preview to beta
  • twilio_sandbox_mode header was removed from Verify Push resources (breaking change)

Video

  • [Rooms] Add Recording Rules API

Docs

6.46.0

14 Oct 18:46
Compare
Choose a tag to compare

Release Notes

Library - Docs

Ai

  • Add Annotation Project and Annotation Task endpoints
  • Add Primitives endpoints
  • Add meta.total to the search endpoint

Conversations

  • Mutable Conversation Unique Names

Insights

  • Added trust to summary.

Preview

  • Simplified Channels resource. The path is now /BrandedChannels/branded_channel_sid/Channels (breaking change)

Verify

  • Changed parameters (config and binding) to use dot notation instead of JSON string (e.i. Before: binding={"alg":"ES256", "public_key": "xxx..."}, Now: Binding.Alg="ES256", Binding.PublicKey="xxx..."). (breaking change)
  • Changed parameters (details and hidden_details) to use dot notation instead of JSON string (e.i. Before: details={"message":"Test message", "fields": "[{\"label\": \"Action 1\", \"value\":\"value 1\"}]"}, Now: details.Message="Test message", Details.Fields=["{\"label\": \"Action 1\", \"value\":\"value 1\"}"]). (breaking change)
  • Removed notify_service_sid from push service configuration object. Add Push.IncludeDate, Push.ApnCredentialSid and Push.FcmCredentialSid service configuration parameters. (breaking change)

Docs

6.45.4

28 Sep 21:18
Compare
Choose a tag to compare

Release Notes

Library - Docs

Api

  • Add optional property call_reason in the participant create request
  • Make sip-domain-service endpoints available in stage-au1 and prod-au1

Messaging

  • Removed beta feature gate from WhatsApp Templates API

Serverless

  • Add Build Status endpoint

Video

  • [Rooms] Add new room type "go" for WebRTC Go

Docs

6.45.3

21 Sep 20:47
Compare
Choose a tag to compare

Release Notes

Library - Fix

Accounts

  • Add Auth Token rotation API

Conversations

  • Change resource path for Webhook Configuration

Events

  • Schemas API get all Schemas names and versions

Docs

6.45.2

16 Sep 19:36
Compare
Choose a tag to compare

Release Notes

Conversations

  • Expose Configuration and Service Configuration resources
  • Add Unique Name support for Conversations
  • Add Services Push Notification resource
  • Add Service scoped Conversation resources
  • Support Identity in Users resource endpoint

Messaging

  • GA Deactivation List API
  • Add domain cert API's(fetch, update, create) for link tracker

Numbers

  • Add API endpoint for Supporting Document deletion

Proxy

  • Updated usage of FailOnParticipantConflict param to apply only to accounts with ProxyAllowParticipantConflict account flag

Supersim

  • Add AccountSid parameter to Sim resource update request
  • Add ready status as an available status for a Sim resource

Docs

6.45.1

02 Sep 19:47
Compare
Choose a tag to compare

Release Notes

Library - Docs

Ai

  • Initial release

Bulkexports

  • removing public beta feature flag from BulkExports Jobs API

Messaging

  • Add Deactivation List API
  • Added page token parameter for fetch in WhatsApp Templates API

Numbers

  • Add API endpoint for End User deletion

Routes

  • Add Resource Route Configurations API
  • Add Route Configurations API
  • Initial Release

Trunking

  • Added transfer_mode property on Trunks.

Docs

6.45.0

19 Aug 19:14
Compare
Choose a tag to compare

Release Notes

Library - Chore

Conversations

  • Allow Identity addition to Participants

Events

  • Sinks API Get all Sinks

Proxy

  • Clarified usage of FailOnParticipantConflict param as experimental
  • Add FailOnParticipantConflict param to Proxy Session create and Proxy Participant create

Supersim

  • Add fleet, network, and isoCountryCode to the UsageRecords resource
  • Change sort order of UsageRecords from ascending to descending with respect to start time field, records are now returned newest to oldest

Wireless

  • Removed Start and End parameters from the Data Sessions list endpoint. (breaking change)

Docs

6.44.2

05 Aug 19:59
Compare
Choose a tag to compare

Release Notes

Messaging

  • Add rejection reason support to WhatsApp API
  • Removed status parameter for create and update in WhatsApp Templates API

Proxy

  • Add FailOnParticipantConflict param to Proxy Session update

Verify

  • Add CustomFriendlyName optional parameter on Verification creation.
  • Changes in Challenge resource to update documentation of both details and hidden_details properties.

Docs

6.44.1

22 Jul 19:42
Compare
Choose a tag to compare

Release Notes

Api

  • Add optional Click Tracking and Scheduling parameters to Create action of Message resource

Supersim

  • Add callback_url and callback_method parameters to Sim resource update request

Docs