11twilio-java changelog
22=====================
33
4+ [ 2017-01-10] Version 7.4.0-alpha-1
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-alpha-1
532--------------------------
633- Add ` recordingStatusCallback ` and ` recordingStatusCallbackMethod ` to Conference TwiML
@@ -22,7 +49,7 @@ twilio-java changelog
2249- Add missing fields to IncomingPhoneNumbers.
2350- Add missing fields to Messages.
2451
25- - * Twilio Chat *
52+ - ** Twilio Chat* *
2653 - Add Invites
2754 - Add ` reachabilityEnabled ` , ` preWebhookUrl ` , ` postWebhookUrl ` , ` webhookMethod ` , ` webhookFilters ` , ` notifications ` to Services.
2855 - Add ` attributes ` , ` friendlyName ` , ` isOnline ` , ` isNotifiable ` to Users.
@@ -31,7 +58,7 @@ twilio-java changelog
3158 - Add ability to update Members.
3259 - Add filtering by ` identity ` on Members.
3360 - Add webhook related parameters to Service updates.
34- - Remove updating of ` type ` on Channels.
61+ - Remove updating of ` type ` on Channels.
3562
3663[ 2016-10-05] Version 7.1.0-alpha-1
3764--------------------------
@@ -121,5 +148,3 @@ This version brings a host of changes to update and modernize the `twilio-java`
121148[ 2015-09-14] Version 5.0.0
122149--------------------------
123150- Remove deprecated total and numpages from ListResource and response parsers
124-
125-
0 commit comments