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
-38Lines changed: 0 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -3,44 +3,6 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
-
[2024-02-09] Version 9.0.0-rc.2
7
-
-------------------------------
8
-
**Library - Chore**
9
-
-[PR #765](https://github.com/twilio/twilio-python/pull/765): disables cluster test. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
10
-
11
-
**Flex**
12
-
- Adding `flex_instance_sid` to Flex Configuration
13
-
14
-
**Insights**
15
-
- add flag to restrict access to unapid customers
16
-
17
-
**Lookups**
18
-
- Remove `carrier` field from `sms_pumping_risk` and leave `carrier_risk_category`**(breaking change)**
19
-
- Remove carrier information from call forwarding package **(breaking change)**
20
-
21
-
**Messaging**
22
-
- Add update instance endpoints to us_app_to_person api
23
-
24
-
**Push**
25
-
- Migrated to new Push API V4 with Resilient Notification Delivery.
26
-
27
-
**Trusthub**
28
-
- Add optional field NotificationEmail to the POST /v1/ComplianceInquiries/Customers/Initialize API
29
-
30
-
**Verify**
31
-
-`Tags` property added again to Public Docs **(breaking change)**
32
-
33
-
34
-
[2024-01-08] Version 9.0.0-rc.1
35
-
-------------------------------
36
-
**Library - Chore**
37
-
-[PR #743](https://github.com/twilio/twilio-python/pull/743): sync with main. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
Copy file name to clipboardExpand all lines: UPGRADE.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,13 @@
3
3
_`MAJOR` version bumps will have upgrade notes
4
4
posted here._
5
5
6
-
## [2023-12-06] 8.x.x to 9.x.x-rc.x
7
-
8
-
---
6
+
## [2024-02-20] 8.x.x to 9.x.x
9
7
### Overview
10
8
11
-
#### Twilio Python Helper Library’s major version 9.0.0-rc.x is now available. We ensured that you can upgrade to Python helper Library 9.0.0-rc.x version without any breaking changes
9
+
#####Twilio Python Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Python helper Library 9.0.0 version without any breaking changes of existing apis
12
10
13
-
Support for JSON payloads has been added in the request body
11
+
Behind the scenes Python Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.
12
+
We're pleased to inform you that version 9.0.0 adds support for the application/json content type in the request body.
0 commit comments