You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+7-54Lines changed: 7 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -3,63 +3,16 @@ 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.0rc13
7
-
--------------
8
-
9
-
Released March 07, 2017:
10
-
11
-
- Support regional Twilio hostnames.
12
-
- Improve `rtype` documentation throughout.
13
-
- Remove obsolete Sandbox resource.
14
-
- Improve TwiML helper resources.
15
-
- Support date inequality parameters by expanding into before, equal, after parameters in python.
16
-
- Reorganize common modules into `base` folder.
17
-
- Add TaskRouter grant.
18
-
- Document handwritten classes.
19
-
- Switch to using `requests` library over `httplib2`.
20
-
- Fix docs generation.
21
-
- Support client validation.
22
-
23
-
Version 6.0rc8
24
-
-------------
25
-
26
-
Released July 8, 2016:
27
-
28
-
- Add SMS and Facebook Messenger for Notify
29
-
30
-
Version 6.0rc7
31
-
-------------
32
-
33
-
Released June 9, 2016:
6
+
[2017-04-03] Version 6.0.0
7
+
--------------------------
8
+
**New Major Version**
34
9
35
-
- Add messaging feedback preview
36
-
37
-
Version 6.0rc5
38
-
-------------
39
-
40
-
Released May 27, 2016:
41
-
42
-
- Add wireless preview
43
-
44
-
Version 6.0rc4
45
-
-------------
46
-
47
-
Released March 29, 2016:
48
-
49
-
- Add notifications.twilio.com subdomain
50
-
51
-
Version 6.0.0
52
-
-------------
10
+
The newest version of the `twilio-python` helper library!
53
11
54
-
Released January 29, 2016:
12
+
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.
55
13
56
-
- First class paging support
57
-
- Streaming auto-paging functionality
58
-
- Separation between strict paging and streaming, with network-efficient defaults
59
-
- Fully configurable and swappable HTTP Client interfaces
60
-
- Normalization of mounts -> endpoints relations, with first-class unified support for subdomains and multi-version support
61
-
- Fixed URL pathing of subresources, preventing edge case errors with path building via mounting
62
-
- Proper serialization/deserialization of types (integers, dates, etc.)
14
+
-[Full API Documentation](https://twilio.github.io/twilio-python/)
0 commit comments