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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,34 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2019-10-16] Version 6.32.0
7
+
---------------------------
8
+
**Library**
9
+
-[PR #482](https://github.com/twilio/twilio-python/pull/482): Update a few property types in the lookups and trunking responses. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
10
+
-[PR #483](https://github.com/twilio/twilio-python/pull/483): Update instance property marshaling to allow missing properties. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
11
+
-[PR #484](https://github.com/twilio/twilio-python/pull/484): Feature/remove socks dependency. Thanks to [@Kerl1310](https://github.com/Kerl1310)!
12
+
-[PR #481](https://github.com/twilio/twilio-python/pull/481): Change typehint for `PhoneNumberInstance.carrier`. Thanks to [@NCPlayz](https://github.com/NCPlayz)!
13
+
-[PR #480](https://github.com/twilio/twilio-python/pull/480): Auto-deploy via Travis CI upon tagged commit to master. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
14
+
-[PR #479](https://github.com/twilio/twilio-python/pull/479): breaking: Correct video composition date types. Thanks to [@childish-sambino](https://github.com/childish-sambino)! **(breaking change)**
15
+
16
+
**Api**
17
+
- Add new property `attempt` to sms_messages
18
+
- Fixed a typo in the documentation for Feedback outcome enum **(breaking change)**
19
+
- Update the call price to be optional for deserializing **(breaking change)**
20
+
21
+
**Flex**
22
+
- Added `JanitorEnabled` attribute to Flex Flow
23
+
- Change `features_enabled` Flex Configuration key to private **(breaking change)**
24
+
25
+
**Supersim**
26
+
- Add Fetch endpoint to Fleets resource for Super Sim Pilot
27
+
- Allow assigning a Sim to a Fleet for Super Sim Pilot
28
+
- Add Create endpoint to Fleets resource for Super Sim Pilot
29
+
30
+
**Twiml**
31
+
- Update `<Conference>` rename "whisper" attribute to "coach" **(breaking change)**
0 commit comments