11twilio-java changelog
22=====================
33
4+ [ 2017-01-10] Version 7.4.0
5+ --------------------------
6+ - Added new AddOnResults API.
7+ - Allow undocumented TwiML voice parameters for Conference, Dial, and Pause PR #317 .
8+ - Fix dates being serialized to null in some locales PR #320 .
9+ - Add ` emergencyEnabled ` field to Addresses.
10+ - Add support for emergency phone numbers.
11+ - Add support for ending conferences via the API.
12+ - Add ` region ` field to Conferences.
13+
14+ - ** Twilio Chat**
15+ - Add ` membersCount ` and ` messagesCount ` to Channel.
16+ - Add support for filtering on channel type when reading list of Channels.
17+ - Add ` last_consumed_message_index ` and ` last_consumption_timestamp ` fields to Member.
18+ - Remove ability to update Message body, was never supported by API (backwards incompatible).
19+ - Add support for new UserChannel Resource.
20+
21+ - ** Taskrouter**
22+ - Add default worker fetch policy PR #313 .
23+ - Add queue ordering for Workspace, TaskQueue.
24+ - Remove ability to specify ` attributes ` and ` workflowSid ` on Task creation (backwards incompatible).
25+ - Add ` addons ` , ` taskQueueFriendlyName ` , ` workflowFriendlyName ` , metdata to Task.
26+ - Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
27+ - Fix TaskQueueStatistics ` cumulative ` field incorrect type (backwards incompatible).
28+ - Fix TaskQueuesStatistics ` cumulative ` field incorrect type (backwards incompatible).
29+ - Remove ability to set ` friendlyName ` on TaskQueueStatistics (backwards incompatible).
30+
431[ 2016-11-30] Version 7.3.0
532--------------------------
633- Add ` recordingStatusCallback ` and ` recordingStatusCallbackMethod ` to Conference TwiML
@@ -19,7 +46,7 @@ twilio-java changelog
1946- Add missing fields to IncomingPhoneNumbers.
2047- Add missing fields to Messages.
2148
22- - * Twilio Chat *
49+ - ** Twilio Chat* *
2350 - Add Invites
2451 - Add ` reachabilityEnabled ` , ` preWebhookUrl ` , ` postWebhookUrl ` , ` webhookMethod ` , ` webhookFilters ` , ` notifications ` to Services.
2552 - Add ` attributes ` , ` friendlyName ` , ` isOnline ` , ` isNotifiable ` to Users.
0 commit comments