Here you can see the full list of changes between each twilio-python release.
Released on September 6, 2013
- twilio-python now includes an SSL certfication file to ensure that connections to api.twilio.com don't fail with SSLError.
Released on August 26, 2013
- You can now delete transcriptions
Released on May 21, 2013
- Fixes an issue in the 3.5.0 release where null dates would cause the library to raise a TypeError.
Released on May 21, 2013
date_created
anddate_updated
objects are now returned as Pythondatetime.datetime
objects instead of as RFC 2822 formatted strings. This is a backwards incompatible change. (via @abrinsmead)- The library will not throw a UnicodeDecodeError when parsing API responses with Python 3.
- You can pass integers to Twiml arguments. (via @jvankoten)
- Ensuring the tests always pass on Python 3. (via @ftobia)
- Add the list of AUTHORS
- Fixes a timing attack vector in signature validation. (via @zacharyvoase)
Released on April 1, 2013
Allow the Account object to access usage records and usage trigger data, in addition to the client. Reporter: Trenton McManus
Adds support for Sip
Adds correct dependencies to the setup.py
file.
Released on January 2, 2013
Adds a convenience function to retrieve the members of a queue by running client.members("QU123").
Python3 support!
- Fix a bug where participants could not be kicked from a Conference
- Add support for Queue. Fix a bug where the library wouldn't work in Python 2.5
- Fix an error introduced in 3.3.7 that prevented validation calls from succeeding.
- Use next_page_uri when iterating over a list resource
- Allow arbitrary keyword arguments on resource creation and listing
- Remove doc/tmp directory which was preventing installation on certain Windows machines
- Add Travis CI integration
- Update httplib2 dependency
Released on January 18, 2011
- Fix a bug with the deprecated
TwilioRestClient.request
method - Fix a bug in filtering SMS messages by DateSent
Released on December 16, 2011
- Allow both unicode strings and encoded byte strings in request data
- Add support for SMS and Voice application sids to phone number updating
- Fix documentation error relating to phone number purchasing
- Include doc string information for decorated functions
Released on November 3, 2011
- Support unicode characters when validating requests
- Add support for Great Britain language on the Say verb
- Set Sms Application, Voice Application, and/or a Friendly Name when purchasing a number
- Add missing parameters for resource creation and update
Released on September 29, 2011
- TwiML verbs can now be used as context managers
Released on September 27, 2011
- Allow phone numbers to be transferred between accounts and subaccounts
Released on September 21, 2011
- Add support for Twilio Connect. Connect applications and authorized Connect applications are now availble via the REST client.
- Fix a problem where date and datetimes weren't coverted to strings when querying list resources