File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ Version 6.0.0
7
+ -------------
8
+
9
+ - First class paging support
10
+ - Streaming auto-paging functionality
11
+ - Separation between strict paging and streaming, with network-efficient defaults
12
+ - Fully configurable and swappable HTTP Client interfaces
13
+ - Normalization of mounts -> endpoints relations, with first-class unified support for subdomains and multi-version support
14
+ - Fixed URL pathing of subresources, preventing edge case errors with path building via mounting
15
+ - Proper serialization/deserialization of types (integers, dates, etc.)
16
+
6
17
Version 4.4.0
7
18
-------------
8
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Python library documentation")
13
13
Install from PyPi using [ pip] ( http://www.pip-installer.org/en/latest/ ) , a
14
14
package manager for Python.
15
15
16
- pip install twilio~=6.0.0-rc1
16
+ pip install twilio~=6.0.0rc1
17
17
18
18
Don't have pip installed? Try installing it, by running this from the command
19
19
line:
You can’t perform that action at this time.
0 commit comments