@@ -3,6 +3,119 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ [ 2026-04-14] Version 9.10.5
7+ ---------------------------
8+ ** Twiml**
9+ - Add ` backgroundNoiseReduction ` , ` speechTimeout ` , ` deepgramSmartFormat ` , ` ignoreBackchannel ` , ` events ` attributes to ` <ConversationRelay> `
10+
11+ ** Api**
12+ - Enabled incoming phone numbers(IPN) public apis in stage-ie1
13+
14+ ** Data-ingress**
15+ - ## 2026-04-09
16+ - ** Content updates** :
17+ - Added parameter(s) to ` GetDataSync ` : datasetId
18+ - ## 2026-04-09
19+ - Minor updates (formatting, metadata)
20+ - ## 2026-04-06
21+ - Minor updates (formatting, metadata)
22+ - ## 2026-04-06
23+ - Minor updates (formatting, metadata)
24+ - ## 2026-04-06
25+ - Minor updates (formatting, metadata)
26+ - ## 2026-04-06
27+ - Minor updates (formatting, metadata)
28+ - ## 2026-04-06
29+ - ** Content updates** :
30+ - Added properties to ` CloudAppSourceUpdate ` : config
31+ - Added properties to ` CloudAppDatasetUpdate ` : schedule
32+ - Added properties to ` WarehouseSourceUpdate ` : config
33+ - Added properties to ` WarehouseDatasetUpdate ` : schedule
34+ - ## 2026-04-06
35+ - ** Content updates** :
36+ - Updated description for ` GetCloudAppPreviewResult `
37+ - Updated description for ` GetWarehousePreviewResult `
38+ - Updated description for ` GetDataSampleResult `
39+ - ## 2026-03-27
40+ - Add schema oneOf back without discriminator
41+ - ## 2026-03-26
42+ - Minor updates (formatting, metadata)
43+ - ## 2026-03-26
44+ - Added prod-us1 to supportedRealms for all endpoints
45+ - ## 2026-03-25
46+ - Minor updates (formatting, metadata)
47+ - ## 2026-03-24
48+ - Minor updates (formatting, metadata)
49+ - ## 2026-03-24
50+ - Minor updates (formatting, metadata)
51+ - ## 2026-03-24
52+ - Minor updates (formatting, metadata)
53+ - ## 2026-03-24
54+ - ** Added 10 new path(s)** :
55+ - ` /v1/DataSyncs ` (ListDataSyncs, TriggerDataSync)
56+ - ` /v1/DataSyncs/{SyncId} ` (GetDataSync)
57+ - ` /v1/CloudAppSources/{SourceId}/Objects ` (ListCloudAppObjects)
58+ - ` /v1/CloudAppSources/{SourceId}/Objects/{Name}/Properties ` (ListCloudAppObjectProperties)
59+ - ` /v1/CloudAppSources/{SourceId}/Objects/{Name}/Preview ` (PreviewCloudAppObjectData)
60+ - ` /v1/CloudAppSources/{SourceId}/Objects/{Name}/Preview/{OperationId} ` (GetCloudAppPreviewResult)
61+ - ` /v1/WarehouseSources/{SourceId}/Preview ` (PreviewWarehouseData)
62+ - ` /v1/WarehouseSources/{SourceId}/Preview/{OperationId} ` (GetWarehousePreviewResult)
63+ - ` /v1/DataSample ` (TriggerDataSample)
64+ - ` /v1/DataSample/{OperationId} ` (GetDataSampleResult)
65+ - ## 2026-03-24
66+ - Minor updates (formatting, metadata)
67+ - ## 2026-03-24
68+ - Use ` explode: true ` for query params when getting by ids and limit max items to 25
69+ - Make schema description for ` Schema ` more specific by using oneOf without discriminator for now.
70+
71+ ** Insights**
72+ - Added Insights Domains endpoints under ` /v3/InsightsDomains/* ` (Query + Metadata) to provide a versioned, GA-ready namespace alongside existing ` /preview ` endpoints.
73+
74+ ** Mcp**
75+ - # API Changes
76+ - ## 2026-04-07
77+ - ** Added 1 new path(s)** :
78+ - ` /v1/docs ` (InvokeDocsMcp)
79+
80+ ** Memory**
81+ - ## 2026-04-09
82+ - ** Removed 2 path(s)** :
83+ - ` /v1/Stores/{storeId}/Profiles/Import ` (ListProfileImports, CreateProfilesImport)
84+ - ` /v1/Stores/{storeId}/Profiles/Import/{importId} ` (FetchProfileImport)
85+ - libraryVisibility: private, docsVisibility: private
86+ - ## 2026-04-08
87+ - ** Content updates** :
88+ - Added 301 response for ` GetProfile ` and ` GetProfileTraits `
89+ - Added canonical ID header to response for ` GetProfile ` and ` GetProfileTraits `
90+ - Add 308 response for ` PatchProfile `
91+ - ## 2026-04-07
92+ - Added ` AGENT ` and ` UNKNOWN ` values to ` ParticipantType ` enum
93+ - ## 2026-04-06
94+ - ** Content updates** :
95+ - Added async operation support to ` UpdateTraitGroup ` 202 response (Operation-Id, Location, Retry-After headers; statusUrl in body)
96+ - Added async operation support to ` CreateDataMapping ` , ` UpdateDataMapping ` , ` DeleteDataMapping ` 202 responses (Operation-Id, Location, Retry-After headers; statusUrl in body)
97+ - ## 2026-03-30
98+ - ** Content updates** :
99+ - Updated description for ` FetchProfileMemory `
100+ - ## 2026-03-27
101+ - ** Content updates** :
102+ - Updated schema description for ` TraitGroupCore `
103+ - ## 2026-03-25
104+ - ** Content updates** :
105+ - Removed properties from ` TraitDefinition ` : displayName
106+ - ## 2026-03-25
107+ - ** Content updates** :
108+ - Updated description for ` UpdateProfileTraits `
109+ - Updated description for ` FetchIdentityResolutionSettings `
110+ - Updated description for ` UpdateIdentityResolutionSettings `
111+ - Updated schema description for ` IdentityResolutionSettingsCore `
112+ - Updated schema description for ` TraitGroupCore `
113+ - Made all fields besides ` idType ` optional w/ defaults for schema ` IdentifierConfig `
114+ - ## 2026-03-24
115+ - ** Content updates** :
116+ - Added properties to ` OperationStatus ` : result
117+
118+
6119[ 2026-03-24] Version 9.10.4
7120---------------------------
8121** Data-ingress**
0 commit comments