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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,48 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2022-12-14] Version 7.16.0
7
+
---------------------------
8
+
**Library - Docs**
9
+
-[PR #631](https://github.com/twilio/twilio-python/pull/631): Updated docstrings for timeout to be float instead of int. Thanks to [@byarmis](https://github.com/byarmis)!
10
+
11
+
**Library - Chore**
12
+
-[PR #627](https://github.com/twilio/twilio-python/pull/627): add support for python 3.11. Thanks to [@JenniferMah](https://github.com/JenniferMah)!
13
+
14
+
**Library - Test**
15
+
-[PR #628](https://github.com/twilio/twilio-python/pull/628): Pinning ubuntu version for python 3.6 test runs. Thanks to [@rakatyal](https://github.com/rakatyal)!
16
+
17
+
**Api**
18
+
- Add `street_secondary` param to address create and update
19
+
- Make `method` optional for user defined message subscription **(breaking change)**
20
+
21
+
**Flex**
22
+
- Flex Conversations is now Generally Available
23
+
- Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute **(breaking change)**
24
+
- Change web channels to GA and library visibility to public
25
+
- Changing the uri for authorization api from using Accounts to Insights **(breaking change)**
26
+
27
+
**Media**
28
+
- Gate Twilio Live endpoints behind beta_feature for EOS
29
+
30
+
**Messaging**
31
+
- Mark `MessageFlow` as a required field for Campaign Creation **(breaking change)**
32
+
33
+
**Oauth**
34
+
- updated openid discovery endpoint uri **(breaking change)**
35
+
- Added device code authorization endpoint
36
+
37
+
**Supersim**
38
+
- Allow filtering the SettingsUpdates resource by `status`
39
+
40
+
**Twiml**
41
+
- Add new Polly Neural voices
42
+
- Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML `<lang>` element.
0 commit comments