Skip to content

Releases: twilio/twilio-java

7.14.1

11 Aug 17:14
Compare
Choose a tag to compare

Release Notes

Api

  • Add New wireless usage keys added
  • Add auto_correct_address param for Addresses create and update
  • Add .hashCode(), .equals(), and .toString() methods

Preview

  • Removed 'email' from bulk_exports configuration api [bi]. No migration plan needed because api has not been used yet.
  • Add AvailableNumbers resource.

Video

  • Add video_codec enum and video_codecs parameter, which can be set to either VP8 or H264 during room creation.
  • Restrict recordings page size to 100
  • Add query parameters SourceSid, Status, DateCreatedAfter and DateCreatedBefore to the convenience method for retrieving Room recordings.

Docs
Maven

7.14.0

27 Jul 19:41
Compare
Choose a tag to compare

Release Notes

This release adds Beta and Preview products to main artifact.

Previously, Beta and Preview products were only included in the alpha
artifact. They are now being included in the main artifact to ease product
discoverability and the collective operational overhead of maintaining multiple
artifacts per library.

Api

  • Remove unused encryption_type property on Recordings (breaking change)

Messaging

  • Fix incorrectly typed capabilities property for PhoneNumbers.

Notify

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

Preview

  • Add sms_application_sid to HostedNumberOrders.

Taskrouter

  • Fully support conference functionality in reservations.

Docs
Maven

7.13.1

19 Jul 17:31
Compare
Choose a tag to compare

Release Notes

Api

  • Update status enum for Messages to include 'accepted'

Docs
Maven

7.13.1-alpha-1

19 Jul 18:30
Compare
Choose a tag to compare
7.13.1-alpha-1 Pre-release
Pre-release

This version of the Twilio Java library is a superset of 7.13.1 that includes all beta Twilio products.
Release Notes

Api

  • Update status enum for Messages to include 'accepted'

Docs
Maven

7.13.0

12 Jul 19:48
Compare
Choose a tag to compare

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

7.13.0-alpha-1

12 Jul 23:08
Compare
Choose a tag to compare
7.13.0-alpha-1 Pre-release
Pre-release

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 to AnnounceMethod 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 and status_callback_method 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

7.11.0

24 May 19:22
Compare
Choose a tag to compare

Release Notes

  • Rename Recording to RoomRecording in Twilio Video

Docs
Maven

7.11.0-alpha-1

24 May 19:41
Compare
Choose a tag to compare
7.11.0-alpha-1 Pre-release
Pre-release

This version of the Twilio Java library is a superset of 7.11.1 that includes all beta Twilio products.
Release Notes

  • Add HostedNumbers preview support.
  • Add Proxy preview support.
  • Add BulkExports preview support.

Docs
Maven

7.10.1-alpha-1

24 May 19:21
Compare
Choose a tag to compare
7.10.1-alpha-1 Pre-release
Pre-release

This version of the Twilio Java library is a superset of 7.10.1 that includes all beta Twilio products.
Release Notes

  • Add video.twilio.com
  • Add additional usage categories
  • Fix Client Validation URL encoding
  • Close all connections in finally block
  • Remove convenience method getSid() on records that do not have a sid
  • Alpha Changes:
    • Add wireless.twilio.com
    • Add sync.twilio.com
    • Add ability to Delete Faxes

Docs
Maven

7.10.0

19 May 23:22
Compare
Choose a tag to compare

Release Notes

  • Add video.twilio.com
  • Add additional usage categories
  • Fix Client Validation URL encoding
  • Close all connections in finally block
  • Remove convenience method getSid() on records that do not have a sid

Docs
Maven