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
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,47 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2020-06-10] Version 6.42.0
7
+
---------------------------
8
+
**Library - Docs**
9
+
-[PR #525](https://github.com/twilio/twilio-python/pull/525): link to handling exceptions. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
10
+
-[PR #524](https://github.com/twilio/twilio-python/pull/524): link to custom HTTP client instructions. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
11
+
12
+
**Library - Fix**
13
+
-[PR #523](https://github.com/twilio/twilio-python/pull/523): drop the page limit calculation and correct the page limit stop condition. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
14
+
-[PR #522](https://github.com/twilio/twilio-python/pull/522): drop passing a page limit when listing/streaming resources. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
15
+
16
+
**Api**
17
+
- Added `pstnconnectivity` to `usage_record` API
18
+
19
+
**Autopilot**
20
+
- Add dialogue_sid param to Query list resource
21
+
22
+
**Contacts**
23
+
- Added contacts channel create, update, read, delete API definition
24
+
- Added contacts Get API definition
25
+
- Added contacts Update API definition
26
+
- Added contacts Delete API definition
27
+
- Added contacts Search API definition
28
+
- Added AccountSID to CFD CREATE and GET Responses
29
+
- Added contacts location Create, update, read and delete API definitions
30
+
31
+
**Notify**
32
+
- delivery_callback_url and delivery_callback_enabled added
33
+
34
+
**Numbers**
35
+
- Add `provisionally-approved` as a Bundle status
36
+
37
+
**Preview**
38
+
-`BrandsInformation` endpoint now returns a single `BrandsInformation`
39
+
- Deleted phone number required field in the brand phone number endpoint from `kyc-api`
40
+
- Removed insights `preview API` from API Definitions **(breaking change)**
41
+
- Added `BrandsInformation` endpoint to query brands information stored in KYC
42
+
43
+
**Supersim**
44
+
- Require a Network Access Profile when creating a Fleet **(breaking change)**
0 commit comments