Releases: twilio/twilio-python
Releases · twilio/twilio-python
6.1.0-alpha1
- Add v2 of chat.twilio.com.
- Add
recording_channels
parameter to Participant create and update. - Add
recording_status_callback
parameter to Participant create and update. - Add
recording_status_callback_method
parameter to Participant create and update. - Add
sip_auth_username
parameter to Participant create and update. - Add
region
parameter to Participant create and update. - Add
conference_recording_status_callback
parameter to Participant create and update. - Add
conference_recording_status_callback_method
parameter to Participant create and update. - Add
validity_period
parameter to Messages. - Make
endpoint
an optional parameter when creating notify bindings. - Add
User
,Segment
,UserBinding
, andSegmentMembership
resources to Notify. - Update Usage API categories.
- Add
start_time_before
/start_time_after
to the Video Rooms API. - Allow deletion of Wireless
RatePlan
s.
6.0.0
New Major Version
The newest version of the twilio-python
helper library!
This version brings a host of changes to update and modernize the twilio-python
helper library. It is auto-generated to produce a more consistent and correct product.
Twilio Python 4.0.0
- Remove the deprecated count function from ListResource
3.6.9
Bug fixes and test coverage updates.
Version 3.6.5
- Remove unittest2 dependency.
- Tests no longer run against Python 2.5.
- update(), delete() work on Application, Transcription and UsageTrigger
instance classes.