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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@ 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-07-13] Version 7.11.0
7
+
---------------------------
8
+
**Library - Fix**
9
+
-[PR #611](https://github.com/twilio/twilio-python/pull/611): useragent regrex unit test for RC branch. Thanks to [@claudiachua](https://github.com/claudiachua)!
10
+
11
+
**Library - Test**
12
+
-[PR #610](https://github.com/twilio/twilio-python/pull/610): Adding misc as PR type. Thanks to [@rakatyal](https://github.com/rakatyal)!
13
+
14
+
**Conversations**
15
+
- Allowed to use `identity` as part of Participant's resource **(breaking change)**
16
+
17
+
**Lookups**
18
+
- Remove `enhanced_line_type` from the lookup response **(breaking change)**
19
+
20
+
**Supersim**
21
+
- Add support for `sim_ip_addresses` resource to helper libraries
22
+
23
+
**Verify**
24
+
- Changed summary param `service_sid` to `verify_service_sid` to be consistent with list attempts API **(breaking change)**
25
+
- Make `code` optional on Verification check to support `sna` attempts.
0 commit comments