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
+228Lines changed: 228 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,234 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2026-08-11] Version 9.11.0
7
+
---------------------------
8
+
**Library - Fix**
9
+
-[PR #929](https://github.com/twilio/twilio-python/pull/929): mock HTTP session in TestUserAgentClients to avoid live network calls. Thanks to [@shrutiburman](https://github.com/shrutiburman)!
10
+
11
+
**Twiml**
12
+
- Remove `<Assistant>` noun from `<Connect>` verb as part of the AI Assistants deprecation **(breaking change)**
13
+
- Add `passports` attribute to `<Dial>` verb for SHAKEN/STIR passport passthrough
14
+
15
+
**Accounts**
16
+
- Add `SuppressEmailNotification` parameter to the Secondary Auth Token and Auth Token promotion endpoints. Set it to `true` to suppress the email notification sent to account owners and administrators. Defaults to `false`, preserving existing behavior.
17
+
- Add SMS Pumping Protection GET and POST API
18
+
19
+
**Ai**
20
+
- Removing ai workbench apis
21
+
22
+
**Api**
23
+
- Add missing `uri` property to the `twiml_session` resource
24
+
25
+
**Data-ingress**
26
+
-## 2026-08-07
27
+
-**Removed 1 API path**:
28
+
-`/v1/DataQuery` (Realtime DataQuery)
29
+
-## 2026-07-07
30
+
-**Added 1 new API path (data plane)**:
31
+
-`/v1/DataQuery` (Realtime DataQuery)
32
+
-## 2026-06-17
33
+
-**Content updates**:
34
+
- Added properties to `OAuthJWTBearerCredentials`: privateKey, privateKeyPassphrase
- Added parameter(s) to `ListDestinations`: namePrefix
167
+
- Updated description for `UpdateSubscription`
168
+
- Added properties to `SubscriptionUpdate`: eventTypes
169
+
-## 2026-07-16
170
+
- Initial release with 9 paths and 18 operations
171
+
172
+
**Events**
173
+
- Add `stage-ie1` realm support for EventTypes and Schemas endpoints (datataps-catalog)
174
+
175
+
**Memory**
176
+
-## 2026-08-10
177
+
- Removed `Events` endpoints from the spec, as they were hidden, never implemented, and are not part of the public API
178
+
-## 2026-08-07
179
+
-**New functionality**:
180
+
- Added `pageSize`, `pageToken`, and `orderBy` query parameters to `ListProfileImportsV2`, plus a `meta` object in its response, to support pagination.
181
+
-**Content updates**:
182
+
- Updated the `ListProfileImportsV2` description to document the new pagination behavior.
183
+
- Corrected the example presigned upload URL on `CreateProfilesImportV2` to match the real S3 bucket naming convention.
184
+
- Corrected the `meta.key` example on `ListProfileTraits`'s response (was `profiles`, now `traits`) to accurately describe which response field it points to.
185
+
-## 2026-08-07
186
+
-**Content updates**:
187
+
- Updated `matchingRules` description in `IdentityResolutionSettingsCore` to remove compound `AND` rule documentation
188
+
-## 2026-07-30
189
+
-**Content updates**:
190
+
- Increased the maximum value for the Twilio error `code` from `99999` to `999999`
191
+
-## 2026-07-28
192
+
-**Content updates**:
193
+
- Updated the `pageSize` description on the pagination `Meta` schema to clarify it reflects the number of items actually returned, not the requested or default page size.
194
+
-## 2026-07-13
195
+
-**Content updates**:
196
+
- Renamed `ListProfiles` response schema references from `ProfileID`/`ProfilesMeta` to `IdentityProfileID`/`IdentityProfilesMeta` (new `IdentityProfilesMeta` schema added; `ProfileID`/`ProfilesMeta` retained for other operations).
197
+
-## 2026-07-08
198
+
-**Content updates**:
199
+
- Updated description for `CreateDataMappingSuggestion`
200
+
- Updated description for `FetchDataMappingSuggestion`
- Updated x-twilio location parameter from `instance` to `list` for all endpoints that don't end with a /{param}
209
+
- Updated description for `UpdateProfileTraits`
210
+
- Updated summary for `UpdateProfileTraits`
211
+
- Removed properties from `MappingTraitItem`: fieldName
212
+
- Removed `additionalProperties` from `allof` schemas since it isn't supported and causes invalid lint errors on example blocks.
213
+
- matruity ga and libraryVisibility public
214
+
-## 2026-06-24
215
+
-**Content updates**:
216
+
- Add ConversationID as an optional query parameter for ListObservations and ListConversationSummaries
217
+
-## 2026-05-01
218
+
-**Content updates**:
219
+
- Updated description & summary for `UpdateProfileTraits`
220
+
- Updated description for `FetchIdentityResolutionSettings`
221
+
- Removed properties from `MappingTraitItem`: fieldName
222
+
- Updated patch Observations to not require `occurredAt`, `content`, or `source`
223
+
-## 2026-04-28
224
+
-**Content updates**:
225
+
- Updated description for `UpdateProfileTraits`
226
+
- Updated summary for `UpdateProfileTraits`
227
+
- Added properties to `TraitDefinition`: validationRule
228
+
- Removed properties from `MappingTraitItem`: fieldName
229
+
230
+
**Messaging_admin**
231
+
- Add Intelligent Alerts endpoints at `/v1/Messaging/IntelligentAlertsEvents/*`, routing to intelligent-alerts-api via messaging-monkey-backend. Account SID is a required query parameter (`accountSid`) on all three endpoints.
0 commit comments