Skip to main content

Ruby

See our releases on GitHub for more detailed changelogs

v17

What's Changed

  • 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_lookup and create_sync_lookup methods to PhoneNumberLookupApi
    • Removed previous lookup methods

v16

What's Changed

  • Updated Models for Messaging Callbacks
    • Callback is now a oneOf InboundCallback or StatusCallback
    • InboundCallback should be used for all inbound callbacks
    • StatusCallback should be used for all status updates of created messages

v15

What's Changed

  • TFV Status Enum values updated
    • PARTIALLY_VERIFIED and INVALID_STATUS have been removed

v14

What's Changed

  • Messaging Callbacks consolidated into one model
    • InboundMessageCallback, MessageSendingCallback, MessageDeliveredCallback, and MessageFailedCallback are now MessageCallback

v13

What's Changed

  • Call transcription properties detectedLanguage and track are now proper enums. They were previously strings.
  • Call transcription property text has been updated to transcript to properly reflect the API response.

v12

What's Changed

  • Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.

v11

What's Changed