Skip to content

Releases: twilio/twilio-java

7.3.0

28 Feb 23:42
Compare
Choose a tag to compare

Release Notes

  • Add recordingStatusCallback and recordingStatusCallbackMethod to Conference TwiML
  • Fix TaskRouter Capabaility generation
  • Address potential NPE in ApiException

Maven
Docs

7.3.0-alpha-1

01 Mar 00:02
Compare
Choose a tag to compare
7.3.0-alpha-1 Pre-release
Pre-release

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

Release Notes

  • Add recordingStatusCallback and recordingStatusCallbackMethod to Conference TwiML
  • Fix TaskRouter Capabaility generation
  • Address potential NPE in ApiException

Maven
Docs

7.2.0

28 Feb 23:44
Compare
Choose a tag to compare

Release Notes

  • Use separate enum for Updating Call status. This enum only exposes the statuses that a Call can be updated to.
  • Move the body parameter to be required in updating Messages.
  • Move the friendlyName parameter to be required in creating Queues.
  • Add Particpant creation to Conferences.
  • Add filtering by CallSid to Recordings.
  • Add missing fields to Call Recordings.
  • Add missing fields to Conferences.
  • Add missing fields to IncomingPhoneNumbers.
  • Add missing fields to Messages.
  • Programmable Chat
    • Add Invites
    • Add reachabilityEnabled, preWebhookUrl, postWebhookUrl, webhookMethod, webhookFilters, notifications to Services.
    • Add attributes, friendlyName, isOnline, isNotifiable to Users.
    • Add lastConsumedMessageIndex, lastConsumptionTimestamp to Members.
    • Add attributes, index to Messages.
    • Add ability to update Members.
    • Add filtering by identity on Members.
    • Add webhook related parameters to Service updates.
    • Remove updating of type on Channels.

Maven
Docs

7.2.0-alpha-1

01 Mar 00:03
Compare
Choose a tag to compare
7.2.0-alpha-1 Pre-release
Pre-release

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

Release Notes

  • Add PublicKey Credentials.
  • Add create/update to RatePlans.
  • Use separate enum for Updating Call status. This enum only exposes the statuses that a Call can be updated to.
  • Move the body parameter to be required in updating Messages.
  • Move the friendlyName parameter to be r equired in creating Queues.
  • Update to latest Notify.
  • Add Particpant creation to Conferences.
  • Add filtering by CallSid to Recordings.
  • Add missing fields to Call Recordings.
  • Add missing fields to Conferences.
  • Add missing fields to IncomingPhoneNumbers.
  • Add missing fields to Messages.
  • Twilio Chat
    • Add Invites
    • Add reachabilityEnabled, preWebhookUrl, postWebhookUrl, webhookMethod, webhookFilters, notifications to Services.
    • Add attributes, friendlyName, isOnline, isNotifiable to Users.
    • Add lastConsumedMessageIndex, lastConsumptionTimestamp to Members.
    • Add attributes, index to Messages.
    • Add ability to update Members.
    • Add filtering by identity on Members.
    • Add webhook related parameters to Service updates.
    • Remove updating of type on Channels.

Maven
Docs

7.1.0

28 Feb 23:45
Compare
Choose a tag to compare

Release Notes

  • Update Usage Records to use LocalDate instead of DateTime
  • Update TwiML Generator to reflect latest docs:
    • Add statusCallbackEvent, statusCallbackMethod, statusCallback to Conference
    • Add recordingStatusCallback, recordingStatusCallbackMethod to Dial

Maven
Docs

7.1.0-alpha-1

01 Mar 00:04
Compare
Choose a tag to compare
7.1.0-alpha-1 Pre-release
Pre-release

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

Release Notes

  • Update Usage Records to use LocalDate instead of DateTime
  • Update TwiML Generator to reflect latest docs:
    • Add statusCallbackEvent, statusCallbackMethod, statusCallback to Conference
    • Add recordingStatusCallback, recordingStatusCallbackMethod to Dial

Maven
Docs

7.0.0

28 Feb 23:46
Compare
Choose a tag to compare

New Major Version

The newest version of the twilio-java helper library!

This version brings a host of changes to update and modernize the twilio-java helper library. It is auto-generated to produce a more consistent and correct product.

Mobile

21 Oct 10:49
Compare
Choose a tag to compare
  • Add support for filtering by mobile-enabled numbers in both IncomingPhoneNumbers and AvailablePhoneNumbers.