Python
See our releases on GitHub for more detailed changelogs
v21
What's Changed
- UUID Support
- The SDK now respects fields defined as uuid as instances of the UUID class from the standard library instead of strings.
- Updated Phone Number Lookup to use V2 API
- Added new request and response models for Asynchronous and Synchronous lookups
- Added
create_async_bulk_lookup,get_async_bulk_lookupandcreate_sync_lookupmethods toPhoneNumberLookupApi - Removed previous lookup methods
v20
What's Changed
- Updated Models for Messaging Callbacks
Callbackis now a oneOfInboundCallbackorStatusCallbackInboundCallbackshould be used for all inbound callbacksStatusCallbackshould be used for all status updates of created messages
v19
What's Changed
- TFV Status Enum values updated
PARTIALLY_VERIFIEDandINVALID_STATUShave been removed
v18
What's Changed
- Messaging Callbacks consolidated into one model
InboundMessageCallback,MessageSendingCallback,MessageDeliveredCallback, andMessageFailedCallbackare nowMessageCallback
v17
What's Changed
- Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
- Call transcription properties
detectedLanguageandtrackare now proper enums. They were previously strings. - Call transcription property
texthas been updated totranscriptto properly reflect the API response.
v16
What's Changed
- The
bodyproperty of theupload_mediamethod in theMediaApimust be of typebytesorstring,bytearrayis no longer accepted.
v15
What's Changed
- Generated an entirely new SDK using the open-source OpenAPI Generator Library
- Rewrote the BXML library