Releases: twilio/twilio-java
Releases · twilio/twilio-java
7.7.0-alpha1
7.6.0
7.6.0-alpha-1
7.5.0
Release Notes
- Add
validated
field to Addresses - Add FCM Credential support
- Add
Order
parameter to Chat Message filterting - Remove required updating of
friendlyName
parameter when updating TaskRouter Activities - Accept multiple
assignmentStatus
's when filteringTasks
- Fix Workflow json generation
- Add TaskRouterGrant
- Add
recordingStatusCallback
andrecordingStatusCallbackMethod
to Record TwiML
7.5.0-alpha-2
This version of the Twilio Java library is a superset of 7.5.0 that includes all beta Twilio products.
Release Notes
- Add
validated
field to Addresses - Add FCM Credential support
- Add
Order
parameter to Chat Message filterting - Remove required updating of
friendlyName
parameter when updating TaskRouter Activities - Accept multiple
assignmentStatus
's when filteringTasks
- Fix Workflow json generation
- Add TaskRouterGrant
- Add
recordingStatusCallback
andrecordingStatusCallbackMethod
to Record TwiML - Add
AssignedAddOns
toIncomingPhoneNumbers
- Add
marketplace
to Preview - Support FCM notification types
- Sync
- Add
Documents
- Add
Permissions
for Lists and Maps
- Add
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
emergencyEnabled
field to Addresses. - Add support for emergency phone numbers.
- Add support for ending conferences via the API.
- Add
region
field to Conferences. - Wireless
- Creating RatePlan now takes single
renewal
string instead ofrenewalPeriod
andrenewalUnits
(backwards incompatible). - Change RatePlan
renewal
field to String (backwards incompatible).
- Creating RatePlan now takes single
- Twilio Chat
- Add
membersCount
andmessagesCount
to Channel. - Add support for filtering on channel type when reading list of Channels.
- Add
last_consumed_message_index
andlast_consumption_timestamp
fields 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
attributes
andworkflowSid
on Task creation (backwards incompatible). - Add
addons
,taskQueueFriendlyName
,workflowFriendlyName
, metdata to Task. - Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
- Fix TaskQueueStatistics
cumulative
field incorrect type (backwards incompatible). - Fix TaskQueuesStatistics
cumulative
field incorrect type (backwards incompatible). - Remove ability to set
friendlyName
on 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
emergencyEnabled
field to Addresses. - Add support for emergency phone numbers.
- Add support for ending conferences via the API.
- Add
region
field to Conferences. - Programmable Chat
- Add
membersCount
andmessagesCount
to Channel. - Add support for filtering on channel type when reading list of Channels.
- Add
last_consumed_message_index
andlast_consumption_timestamp
fields 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
attributes
andworkflowSid
on Task creation (backwards incompatible). - Add
addons
,taskQueueFriendlyName
,workflowFriendlyName
, metdata to Task. - Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
- Fix TaskQueueStatistics
cumulative
field incorrect type (backwards incompatible). - Fix TaskQueuesStatistics
cumulative
field incorrect type (backwards incompatible). - Remove ability to set
friendlyName
on 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
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.