Skip to content

Releases: twilio/twilio-python

6.4.2-alpha-1

27 Jun 22:22
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Release Notes

  • Rename RoomList to RoomRecordingsList.

6.3.0-alpha-1

24 May 18:50
Compare
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.

6.2.0-alpha-1

22 May 21:16
Compare
Choose a tag to compare
6.2.0-alpha-1 Pre-release
Pre-release

Release Notes

  • Update usage record categories.
  • Add get_page method for reentrant paging.
  • Add video domain.
  • Add wireless domain.
  • Add fax domain.
  • Add sync domain.
  • Add area_code_geomatch to messaging Service.

6.2.0

19 May 18:46
Compare
Choose a tag to compare

Release Notes

  • Add video domain.
  • Update usage record categories.
  • Add get_page method for reentrant paging.

6.1.2

12 May 23:10
Compare
Choose a tag to compare

Release Notes

  • Allow *kwargs in TwiML Gather

6.1.2-alpha-1

15 May 19:56
Compare
Choose a tag to compare
6.1.2-alpha-1 Pre-release
Pre-release

Release Notes

  • Support *kwargs in Gather TwiML