This version of the Twilio Java library is a superset of 7.13.0 that includes all beta Twilio products.
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
- Rename incorrectly named
AnnounceUrlMethod
toAnnounceMethod
on Participants. - Update
AnnounceMethod
parameter naming for consistency - Add new UsageRecord categoreies for Rooms and Speech Recognition.
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBinding
optional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
verification_attempts
to HostedNumberOrders. - Add
status_callback_url
andstatus_callback_method
to HostedNumberOrders.
Video
- Filter recordings by date using the parameters
DateCreatedAfter
andDateCreatedBefore
. - 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
andDateCreatedBefore
to the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.