Releases: twilio/twilio-java
Releases · twilio/twilio-java
7.4.0-alpha-1
This version of the Twilio Java library is a superset of 7.4.0 that includes all beta Twilio products.
Release Notes
- Added new AddOnResults API.
- Allow undocumented TwiML voice parameters for Conference, Dial, and Pause PR #317.
- Fix dates being serialized to null in some locales PR #320.
- Add
emergencyEnabledfield to Addresses. - Add support for emergency phone numbers.
- Add support for ending conferences via the API.
- Add
regionfield to Conferences. - Wireless
- Creating RatePlan now takes single
renewalstring instead ofrenewalPeriodandrenewalUnits(backwards incompatible). - Change RatePlan
renewalfield to String (backwards incompatible).
- Creating RatePlan now takes single
- Twilio Chat
- Add
membersCountandmessagesCountto Channel. - Add support for filtering on channel type when reading list of Channels.
- Add
last_consumed_message_indexandlast_consumption_timestampfields to Member. - Remove ability to update Message body, was never supported by API (backwards incompatible).
- Add support for new UserChannel Resource.
- Add
- Taskrouter
- Add default worker fetch policy PR #313.
- Add queue ordering for Workspace, TaskQueue.
- Remove ability to specify
attributesandworkflowSidon Task creation (backwards incompatible). - Add
addons,taskQueueFriendlyName,workflowFriendlyName, metdata to Task. - Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
- Fix TaskQueueStatistics
cumulativefield incorrect type (backwards incompatible). - Fix TaskQueuesStatistics
cumulativefield incorrect type (backwards incompatible). - Remove ability to set
friendlyNameon TaskQueueStatistics (backwards incompatible).
7.4.0
Release Notes
- Added new AddOnResults API.
- Allow undocumented TwiML voice parameters for Conference, Dial, and Pause PR #317.
- Fix dates being serialized to null in some locales PR #320.
- Add
emergencyEnabledfield to Addresses. - Add support for emergency phone numbers.
- Add support for ending conferences via the API.
- Add
regionfield to Conferences. - Programmable Chat
- Add
membersCountandmessagesCountto Channel. - Add support for filtering on channel type when reading list of Channels.
- Add
last_consumed_message_indexandlast_consumption_timestampfields to Member. - Remove ability to update Message body, was never supported by API (backwards incompatible).
- Add support for new UserChannel Resource.
- Add
- TaskRouter
- Add default worker fetch policy PR #313.
- Add queue ordering for Workspace, TaskQueue.
- Remove ability to specify
attributesandworkflowSidon Task creation (backwards incompatible). - Add
addons,taskQueueFriendlyName,workflowFriendlyName, metdata to Task. - Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
- Fix TaskQueueStatistics
cumulativefield incorrect type (backwards incompatible). - Fix TaskQueuesStatistics
cumulativefield incorrect type (backwards incompatible). - Remove ability to set
friendlyNameon TaskQueueStatistics (backwards incompatible).
7.3.0
7.3.0-alpha-1
7.2.0
Release Notes
- Use separate enum for Updating Call
status. This enum only exposes the statuses that a Call can be updated to. - Move the
bodyparameter to be required in updating Messages. - Move the
friendlyNameparameter to be required in creating Queues. - Add Particpant creation to Conferences.
- Add filtering by
CallSidto 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,notificationsto Services. - Add
attributes,friendlyName,isOnline,isNotifiableto Users. - Add
lastConsumedMessageIndex,lastConsumptionTimestampto Members. - Add
attributes,indexto Messages. - Add ability to update Members.
- Add filtering by
identityon Members. - Add webhook related parameters to Service updates.
- Remove updating of
typeon Channels.
7.2.0-alpha-1
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
bodyparameter to be required in updating Messages. - Move the
friendlyNameparameter to be r equired in creating Queues. - Update to latest Notify.
- Add Particpant creation to Conferences.
- Add filtering by
CallSidto 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,notificationsto Services. - Add
attributes,friendlyName,isOnline,isNotifiableto Users. - Add
lastConsumedMessageIndex,lastConsumptionTimestampto Members. - Add
attributes,indexto Messages. - Add ability to update Members.
- Add filtering by
identityon Members. - Add webhook related parameters to Service updates.
- Remove updating of
typeon Channels.
7.1.0
7.1.0-alpha-1
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
LocalDateinstead ofDateTime - Update TwiML Generator to reflect latest docs:
- Add
statusCallbackEvent,statusCallbackMethod,statusCallbacktoConference - Add
recordingStatusCallback,recordingStatusCallbackMethodtoDial
- Add
7.0.0
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.