Skip to content

7.13.0

Compare
Choose a tag to compare
@codejudas codejudas released this 12 Jul 19:48
· 924 commits to main since this release

Release Notes

  • Change git tagging scheme to be consistent with other twilio libraries.
  • Fix crashes on Google App Engine when using default NetworkHttpClient. Issue #377. Thanks to @katafractari for helping identify the bug and test the fix.

Api

  • Fix incorrectly named AnnounceUrlMethod to AnnounceMethod parameter naming on Conference Participant Updating.
  • Add encryptionType and encryptionDetails support to Call Recordings.
  • Add new UsageRecord categories for Rooms and Speech Recognition.

Notify

  • Add ToBinding optional parameter on Notifications resource creation. Accepted values are json strings.

Preview

  • Add verificationAttempts to HostedNumberOrders.
  • Add statusCallbackUrl and statusCallbackMethod to HostedNumberOrders.

Video

  • Filter recordings by date using the parameters DateCreatedAfter and DateCreatedBefore.
  • Override the default time-to-live of a recording's media URL through the Ttl parameter (in seconds, default value is 3600).
  • Add query parameters SourceSid, Status, DateCreatedAfter and DateCreatedBefore to the convenience method for retrieving Room recordings.

Wireless

  • Added national and international data limits to the RatePlans resource.

Docs
Maven