Skip to content

Releases: twilio/twilio-python

6.5.0

27 Jul 19:09

Choose a tag to compare

Release Notes

This release adds Beta and Preview products to main artifact.

Previously, Beta and Preview products were only included in the alpha
artifact. They are now being included in the main artifact to ease product
discoverability and the collective operational overhead of maintaining multiple
artifacts per library.

Api

  • Remove unused encryption_type property on Recordings (breaking change)
  • Update status enum for Messages to include 'accepted'

Messaging

  • Fix incorrectly typed capabilities property for PhoneNumbers.

Notify

  • Add ToBinding optional parameter on Notifications resource creation. Accepted values are json strings.

Preview

  • Add sms_application_sid to HostedNumberOrders.

Taskrouter

  • Fully support conference functionality in reservations.

6.4.3

12 Jul 22:18

Choose a tag to compare

Release Notes

Api

  • Update AnnounceMethod parameter naming for consistency

Notify

  • Add ToBinding optional parameter on Notifications resource creation. Accepted values are json strings.

Preview

  • Add verification_attempts to HostedNumberOrders.
  • Add status_callback_url and status_callback_method to HostedNumberOrders.

Video

  • Filter recordings by date using the parameters DateCreatedAfter and DateCreatedBefore.
  • Override the default time-to-live of a recording's media URL through the Ttl parameter (in seconds, default value is 3600).
  • Add query parameters SourceSid, Status, DateCreatedAfter and DateCreatedBefore to the convenience method for retrieving Room recordings.

Wireless

  • Added national and international data limits to the RatePlans resource.

6.4.3a1

12 Jul 23:14

Choose a tag to compare

6.4.3a1 Pre-release
Pre-release

Release Notes

Api

  • Update AnnounceMethod parameter naming for consistency

Messaging

  • Fix incorrectly typed capabilities property for PhoneNumbers.

Notify

  • Add ToBinding optional parameter on Notifications resource creation. Accepted values are json strings.

Preview

  • Add verification_attempts to HostedNumberOrders.
  • Add status_callback_url and status_callback_method to HostedNumberOrders.

Video

  • Filter recordings by date using the parameters DateCreatedAfter and DateCreatedBefore.
  • Override the default time-to-live of a recording's media URL through the Ttl parameter (in seconds, default value is 3600).
  • Add query parameters SourceSid, Status, DateCreatedAfter and DateCreatedBefore to the convenience method for retrieving Room recordings.

Wireless

  • Added national and international data limits to the RatePlans resource.

6.4.2

27 Jun 18:37

Choose a tag to compare

Release Notes

Api

  • Update AnnounceMethod parameter naming for consistency

Notify

  • Add ToBinding optional parameter on Notifications resource creation. Accepted values are json strings.

Preview

  • Add verification_attempts to HostedNumberOrders.
  • Add status_callback_url and status_callback_method to HostedNumberOrders.

Video

  • Filter recordings by date using the parameters DateCreatedAfter and DateCreatedBefore.
  • Override the default time-to-live of a recording's media URL through the Ttl parameter (in seconds, default value is 3600).
  • Add query parameters SourceSid, Status, DateCreatedAfter and DateCreatedBefore to the convenience method for retrieving Room recordings.

Wireless

  • Added national and international data limits to the RatePlans resource.

6.4.2-alpha-1

27 Jun 22:22

Choose a tag to compare

6.4.2-alpha-1 Pre-release
Pre-release

Release Notes

  • Pin PyJWT to below version 1.5.1 to fix broken build.
  • Fix json load error for python 3.3 - 3.5
  • Add StoreMedia support to Faxes.

6.4.1

16 Jun 19:18

Choose a tag to compare

Release Notes

  • Add several missing <Gather> attributes.
    • partial_result_callback
    • partial_result_callback_method
    • language
    • hints
    • barge_in
    • acknowledge_sound_url
    • input
  • Remove client-side max page size validation.
  • Support announce_url and announce_url_method on Conference Participants.
  • TwiML docstring corrections.

6.4.1-alpha-1

16 Jun 19:57

Choose a tag to compare

6.4.1-alpha-1 Pre-release
Pre-release

Release Notes

  • Add several missing <Gather> attributes.
    • partial_result_callback
    • partial_result_callback_method
    • language
    • hints
    • barge_in
    • acknowledge_sound_url
    • input
  • Remove client-side max page size validation.
  • Support announce_url and announce_url_method on Conference Participants.
  • TwiML docstring corrections.
  • Remove support for Python 2.6.
  • Add locality field to AvailablePhoneNumbers.
  • Add origin field to IncomingPhoneNumbers.
  • Add in_locality parameter to AvailablePhoneNumbers.
  • Add origin parameter to IncomingPhoneNumbers.
  • Add new sync categories to UsageRecords.
  • Support unicode in validation_client.
  • Add muted parameter to <Conference> Twiml.
  • Add Alexa support to Notify.

6.4.0

15 Jun 19:51

Choose a tag to compare

Release Notes

  • Remove support for Python 2.6.
  • Add locality field to AvailablePhoneNumbers.
  • Add origin field to IncomingPhoneNumbers.
  • Add in_locality parameter to AvailablePhoneNumbers.
  • Add origin parameter to IncomingPhoneNumbers.
  • Add new sync categories to UsageRecords.
  • Support unicode in validation_client.
  • Add muted parameter to <Conference> Twiml.

6.3.0

24 May 18:53

Choose a tag to compare

Release Notes

  • Rename RoomList to RoomRecordingsList.

6.3.0-alpha-1

24 May 18:50

Choose a tag to compare

6.3.0-alpha-1 Pre-release
Pre-release

Release Notes

  • Add HostedNumbers preview support.
  • Add Proxy preview support.
  • Add BulkExports preview support.