File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ [ 2017-06-15] Version 6.4.1-alpha-1
7+ --------------------------
8+
9+ - Add several missing ` <Gather> ` attributes.
10+ - ` partial_result_callback `
11+ - ` partial_result_callback_method `
12+ - ` language `
13+ - ` hints `
14+ - ` barge_in `
15+ - ` acknowledge_sound_url `
16+ - ` input `
17+ - Remove client-side max page size validation.
18+ - Support ` announce_url ` and ` announce_url_method ` on Conference Participants.
19+ - TwiML docstring corrections.
20+ - Remove support for Python 2.6.
21+ - Add ` locality ` field to ` AvailablePhoneNumbers ` .
22+ - Add ` origin ` field to ` IncomingPhoneNumbers ` .
23+ - Add ` in_locality ` parameter to ` AvailablePhoneNumbers ` .
24+ - Add ` origin ` parameter to ` IncomingPhoneNumbers ` .
25+ - Add new sync categories to ` UsageRecords ` .
26+ - Support unicode in ` validation_client ` .
27+ - Add ` muted ` parameter to ` <Conference> ` Twiml.
28+ - Add Alexa support to Notify.
29+
630[ 2018-05-24] Version 6.3.0-alpha-1
731----------------------------------
832
Original file line number Diff line number Diff line change 11
2- __version_info__ = ('6' , '3 ' , '0 -alpha-1' )
2+ __version_info__ = ('6' , '4 ' , '1 -alpha-1' )
33__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments