8000 Update docs and changelog · sangsiri/twilio-python@a359795 · GitHub
[go: up one dir, main page]

Skip to content

Commit a359795

Browse files
author
Carlos Diaz-Padron
committed
Update docs and changelog
1 parent fc511bc commit a359795

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

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+
617
Version 4.4.0
718
-------------
819

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python library documentation")
1313
Install from PyPi using [pip](http://www.pip-installer.org/en/latest/), a
1414
package manager for Python.
1515

16-
pip install twilio~=6.0.0-rc1
16+
pip install twilio~=6.0.0rc1
1717

1818
Don't have pip installed? Try installing it, by running this from the command
1919
line:

0 commit comments

Comments
 (0)
0